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