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