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