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