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