The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
218.146.207.4/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
218.146.207.4/api/getconnectioncount
getblockcount
Returns the current block index.
218.146.207.4/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
218.146.207.4/api/getblockhash?index=12
getblock [hash]
Returns information about the block with the given hash.
218.146.207.4/api/getblock?hash=84cd036710dbdaa1920160aa5df9a1cf15fc5d20cb99b5692ed644129a3f8e39
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
218.146.207.4/api/getrawtransaction?txid=0d38b15c6012a9c1ca8e8475cc19143e23688412a73df80be027923529356447&decrypt=0
218.146.207.4/api/getrawtransaction?txid=0d38b15c6012a9c1ca8e8475cc19143e23688412a73df80be027923529356447&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
218.146.207.4/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
218.146.207.4/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
218.146.207.4/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
218.146.207.4/ext/getaddress/B7UoD5p8yDnGhddynY3XzkAAdBnft7JB5p
gettx (/ext/gettx/hash)
Returns information for given tx hash
218.146.207.4/ext/gettx/0d38b15c6012a9c1ca8e8475cc19143e23688412a73df80be027923529356447
getbalance (/ext/getbalance/hash)
Returns current balance of given address
218.146.207.4/ext/getbalance/B7UoD5p8yDnGhddynY3XzkAAdBnft7JB5p
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
218.146.207.4/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
218.146.207.4/tx/0d38b15c6012a9c1ca8e8475cc19143e23688412a73df80be027923529356447
block (/block/hash)
218.146.207.4/block/84cd036710dbdaa1920160aa5df9a1cf15fc5d20cb99b5692ed644129a3f8e39
address (/address/hash)
218.146.207.4/address/B7UoD5p8yDnGhddynY3XzkAAdBnft7JB5p
qrcode (/qr/hash)
218.146.207.4/qr/B7UoD5p8yDnGhddynY3XzkAAdBnft7JB5p