The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
API calls
Returns data from MERGE
getdifficulty
Returns the current difficulty.
merge.block-explorer.net/api/getdifficultygetconnectioncount
Returns the number of connections the block explorer has to other nodes.
merge.block-explorer.net/api/getconnectioncountgetmasternodecount
Returns the total number of master nodes on the network.
merge.block-explorer.net/api/getmasternodecountgetblockcount
Returns the current block index.
merge.block-explorer.net/api/getblockcountgetblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
merge.block-explorer.net/api/getblockhash?index=300getblock [hash]
Returns information about the block with the given hash.
merge.block-explorer.net/api/getblock?hash=000000001ca2ef23f89d777edfa5fd140b882ad692891a20c20b6570097812cdgetrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
merge.block-explorer.net/api/getrawtransaction?txid=093d04bcdb4a4abcc51cc2abddfbfd57cc2bce8abf029addeef52252ae748e9b&decrypt=0
merge.block-explorer.net/api/getrawtransaction?txid=093d04bcdb4a4abcc51cc2abddfbfd57cc2bce8abf029addeef52252ae748e9b&decrypt=1getnetworkhashps
Returns the current network hashrate. (hash/s)
merge.block-explorer.net/api/getnetworkhashps
Extended API
Return data from local indexes.
getmoneysupply
Returns current money supply.
merge.block-explorer.net/ext/getmoneysupplycirculatingsupply
Returns the current circulating money supply. (Team Wallets and Budgets are excluded)
merge.block-explorer.net/ext/circulatingsupplygetdistribution
Returns wealth distribution stats.
merge.block-explorer.net/ext/getdistributiongetaddress
Returns information for given address.
merge.block-explorer.net/ext/getaddress/MUxmdWdFb4cnsfXfHVz8K53qsUtPAESbT6getbalance (/ext/getbalance/hash)
Returns current balance of given address.
merge.block-explorer.net/ext/getbalance/MUxmdWdFb4cnsfXfHVz8K53qsUtPAESbT6getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
merge.block-explorer.net/ext/getlasttxs/10/100getmasternodelist
Returns the number of master nodes on the network that are currently online.
merge.block-explorer.net/ext/getmasternodes
Linking (GET)
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
merge.block-explorer.net/tx/093d04bcdb4a4abcc51cc2abddfbfd57cc2bce8abf029addeef52252ae748e9bBlock (/block/hash)
Direct link to the Block Page.
merge.block-explorer.net/block/000000001ca2ef23f89d777edfa5fd140b882ad692891a20c20b6570097812cdAddress (/address/hash)
Direct link to the Address Page.
merge.block-explorer.net/address/MUxmdWdFb4cnsfXfHVz8K53qsUtPAESbT6Qrcode (/qr/hash)
Direct link to the QR Code.
merge.block-explorer.net/qr/MUxmdWdFb4cnsfXfHVz8K53qsUtPAESbT6