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