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