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