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