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