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