The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from MODIC
getdifficulty
Returns the current difficulty.
explorer.modic.fund:443/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.modic.fund:443/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
explorer.modic.fund:443/api/getmasternodecount
getblockcount
Returns the current block index.
explorer.modic.fund:443/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.modic.fund:443/api/getblockhash?index=200
getblock [hash]
Returns information about the block with the given hash.
explorer.modic.fund:443/api/getblock?hash=000002b5064459106a097735132da70888fd03e5eb72cadc6d002fe7dd5f59de
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
explorer.modic.fund:443/api/getrawtransaction?txid=e6ca5b8e3d3f68fb3b6ba63088d4a1d1667edf3be7785b3b5c6a61ded501eb50&decrypt=0
explorer.modic.fund:443/api/getrawtransaction?txid=e6ca5b8e3d3f68fb3b6ba63088d4a1d1667edf3be7785b3b5c6a61ded501eb50&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.modic.fund:443/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
explorer.modic.fund:443/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
explorer.modic.fund:443/ext/getdistribution
getaddress
Returns information for given address.
explorer.modic.fund:443/ext/getaddress/MnbcrUAUHNxE9NksJBuPBw6iCWKxwMyrJf
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
explorer.modic.fund:443/ext/getbalance/MnbcrUAUHNxE9NksJBuPBw6iCWKxwMyrJf
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
explorer.modic.fund:443/ext/getlasttxs/10/100
getmasternodelist
Returns the number of master nodes on the network that are currently online.
explorer.modic.fund:443/ext/getmasternodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
explorer.modic.fund:443/tx/e6ca5b8e3d3f68fb3b6ba63088d4a1d1667edf3be7785b3b5c6a61ded501eb50
Block (/block/hash)
Direct link to the Block Page.
explorer.modic.fund:443/block/000002b5064459106a097735132da70888fd03e5eb72cadc6d002fe7dd5f59de
Address (/address/hash)
Direct link to the Address Page.
explorer.modic.fund:443/address/MnbcrUAUHNxE9NksJBuPBw6iCWKxwMyrJf
Qrcode (/qr/hash)
Direct link to the QR Code.
explorer.modic.fund:443/qr/MnbcrUAUHNxE9NksJBuPBw6iCWKxwMyrJf