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