-
-
-
-
-
-
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.
163.123.180.203/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
163.123.180.203/api/getconnectioncount
getblockcount
Returns the current block index.
163.123.180.203/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
163.123.180.203/api/getblockhash?index=148022
getblock [hash]
Returns information about the block with the given hash.
163.123.180.203/api/getblock?hash=00000000000000e96a60f8606627a388089af95dfb266813e21b0f60eb849f18
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
163.123.180.203/api/getrawtransaction?txid=852cfdd52718218467db556e45bdb509e45035192a10addb05c7eef2e9b90cda&decrypt=0
163.123.180.203/api/getrawtransaction?txid=852cfdd52718218467db556e45bdb509e45035192a10addb05c7eef2e9b90cda&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
163.123.180.203/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
163.123.180.203/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
163.123.180.203/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
163.123.180.203/ext/getaddress/SZAa5v1i6kS42t4EA8u1CocaCZZnMj58cY
gettx (/ext/gettx/hash)
Returns information for given tx hash
163.123.180.203/ext/gettx/852cfdd52718218467db556e45bdb509e45035192a10addb05c7eef2e9b90cda
getbalance (/ext/getbalance/hash)
Returns current balance of given address
163.123.180.203/ext/getbalance/SZAa5v1i6kS42t4EA8u1CocaCZZnMj58cY
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
163.123.180.203/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
163.123.180.203/tx/852cfdd52718218467db556e45bdb509e45035192a10addb05c7eef2e9b90cda
block (/block/hash)
163.123.180.203/block/00000000000000e96a60f8606627a388089af95dfb266813e21b0f60eb849f18
address (/address/hash)
163.123.180.203/address/SZAa5v1i6kS42t4EA8u1CocaCZZnMj58cY
qrcode (/qr/hash)
163.123.180.203/qr/SZAa5v1i6kS42t4EA8u1CocaCZZnMj58cY