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 REEC
getdifficulty
Returns the current difficulty.
explorer.reec.io/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.reec.io/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
explorer.reec.io/api/getmasternodecount
getblockcount
Returns the current block index.
explorer.reec.io/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.reec.io/api/getblockhash?index=200
getblock [hash]
Returns information about the block with the given hash.
explorer.reec.io/api/getblock?hash=000000241fde7768b1f828c5a4781c82cffac6eb70ab1abcf025bcaee07122f1
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
explorer.reec.io/api/getrawtransaction?txid=d4036156e554225c3d3e703b4842f26daa4b0ebfee6173374a05e31bc9d0c812&decrypt=0
explorer.reec.io/api/getrawtransaction?txid=d4036156e554225c3d3e703b4842f26daa4b0ebfee6173374a05e31bc9d0c812&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.reec.io/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
explorer.reec.io/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
explorer.reec.io/ext/getdistribution
getaddress
Returns information for given address.
explorer.reec.io/ext/getaddress/EW3NxRgq6zNYZ3XJZWC15neDkZNYZCSV6f
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
explorer.reec.io/ext/getbalance/EW3NxRgq6zNYZ3XJZWC15neDkZNYZCSV6f
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
explorer.reec.io/ext/getlasttxs/10/100
getmasternodelist
Returns the number of master nodes on the network that are currently online.
explorer.reec.io/ext/getmasternodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
explorer.reec.io/tx/d4036156e554225c3d3e703b4842f26daa4b0ebfee6173374a05e31bc9d0c812
Block (/block/hash)
Direct link to the Block Page.
explorer.reec.io/block/000000241fde7768b1f828c5a4781c82cffac6eb70ab1abcf025bcaee07122f1
Address (/address/hash)
Direct link to the Address Page.
explorer.reec.io/address/EW3NxRgq6zNYZ3XJZWC15neDkZNYZCSV6f
Qrcode (/qr/hash)
Direct link to the QR Code.
explorer.reec.io/qr/EW3NxRgq6zNYZ3XJZWC15neDkZNYZCSV6f