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