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