Network (GH/s) | Difficulty | Master Nodes | Coin Supply (STREAM) | BTC Price |
309.7358 | 4427.008108980074 | 0/ 224 | 13387577.59773312 | 0.00000000 |
API Documentation
The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
API Calls
Return data from chaincoind
- getdifficulty
Returns the current difficulty.
127.0.0.1:80/api/getdifficulty - getconnectioncount
Returns the number of connections the block explorer has to other nodes.
127.0.0.1:80/api/getconnectioncount - getmasternodecount
Returns the total number of master nodes on the network.
127.0.0.1:80/api/getmasternodecount - getblockcount
Returns the current block index.
127.0.0.1:80/api/getblockcount - getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
127.0.0.1:80/api/getblockhash?index=1337 - getblock [hash]
Returns information about the block with the given hash.
127.0.0.1:80/api/getblock?hash=00000000001b8c30360db57b575b3c2bf668b0ed50683f567afd47ae1773efb8 - getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
127.0.0.1:80/api/getrawtransaction?txid=285feead54e322aa69f649c4078766171df358a12f5f1517d61f303780e25511&decrypt=0
127.0.0.1:80/api/getrawtransaction?txid=285feead54e322aa69f649c4078766171df358a12f5f1517d61f303780e25511&decrypt=1
- getnetworkhashps
Returns the current network hashrate. (hash/s)
127.0.0.1:80/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupply
Returns current money supply
127.0.0.1:80/ext/getmoneysupply - getdistribution
Returns wealth distribution stats
127.0.0.1:80/ext/getdistribution - getaddress (/ext/getaddress/hash)
Returns information for given address
127.0.0.1:80/ext/getaddress/CaxX1HVWzbQ516w61XbtHR63vNmp2mvLMZ - getbalance (/ext/getbalance/hash)
Returns current balance of given address
127.0.0.1:80/ext/getbalance/CaxX1HVWzbQ516w61XbtHR63vNmp2mvLMZ - getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
127.0.0.1:80/ext/getlasttxs/10/100
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)
127.0.0.1:80/tx/285feead54e322aa69f649c4078766171df358a12f5f1517d61f303780e25511 - block (/block/hash)
127.0.0.1:80/block/00000000001b8c30360db57b575b3c2bf668b0ed50683f567afd47ae1773efb8 - address (/address/hash)
127.0.0.1:80/address/CaxX1HVWzbQ516w61XbtHR63vNmp2mvLMZ - qrcode (/qr/hash)
127.0.0.1:80/qr/CaxX1HVWzbQ516w61XbtHR63vNmp2mvLMZ