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