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