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