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