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