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.qngnode.cc/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.qngnode.cc/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.qngnode.cc/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.qngnode.cc/api/getblockhash?index=5
getblock [hash]
Returns information about the block with the given hash.
explorer.qngnode.cc/api/getblock?hash=000003fdad48de5f06048395164170f5ca7524e6586525634a62007382829062
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.qngnode.cc/api/getrawtransaction?txid=058647a7ec197ec29051ac391f6dbd84ea16145a07e841b79fe9a312d1c96c71&decrypt=0
explorer.qngnode.cc/api/getrawtransaction?txid=058647a7ec197ec29051ac391f6dbd84ea16145a07e841b79fe9a312d1c96c71&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.qngnode.cc/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.qngnode.cc/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.qngnode.cc/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.qngnode.cc/ext/getaddress/9MNLHmsN5aDwP8XMCZbWRHvKswiAEoXoHg
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.qngnode.cc/ext/gettx/058647a7ec197ec29051ac391f6dbd84ea16145a07e841b79fe9a312d1c96c71
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.qngnode.cc/ext/getbalance/9MNLHmsN5aDwP8XMCZbWRHvKswiAEoXoHg
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.qngnode.cc/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
explorer.qngnode.cc/tx/058647a7ec197ec29051ac391f6dbd84ea16145a07e841b79fe9a312d1c96c71
block (/block/hash)
explorer.qngnode.cc/block/000003fdad48de5f06048395164170f5ca7524e6586525634a62007382829062
address (/address/hash)
explorer.qngnode.cc/address/9MNLHmsN5aDwP8XMCZbWRHvKswiAEoXoHg
qrcode (/qr/hash)
explorer.qngnode.cc/qr/9MNLHmsN5aDwP8XMCZbWRHvKswiAEoXoHg