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