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