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