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