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