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