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