
The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from TVC
getdifficulty
Returns the current difficulty.
explorer.triviacoin.me/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.triviacoin.me/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.triviacoin.me/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.triviacoin.me/api/getblockhash?index=126
getblock [hash]
Returns information about the block with the given hash.
explorer.triviacoin.me/api/getblock?hash=f44a34872c345e618392523764798ccc2992ee7f618aa6fbc3ddfb649a5d6a37
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
explorer.triviacoin.me/api/getrawtransaction?txid=866b7c0bfe9c355d2775f4f213911a7bdc1ae8d6633ac9655af80c9881a8c998&decrypt=0
explorer.triviacoin.me/api/getrawtransaction?txid=866b7c0bfe9c355d2775f4f213911a7bdc1ae8d6633ac9655af80c9881a8c998&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.triviacoin.me/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
explorer.triviacoin.me/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
explorer.triviacoin.me/ext/getdistribution
getaddress
Returns information for given address.
explorer.triviacoin.me/ext/getaddress/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
explorer.triviacoin.me/ext/getbalance/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
explorer.triviacoin.me/ext/getlasttxs/10/100
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
explorer.triviacoin.me/tx/866b7c0bfe9c355d2775f4f213911a7bdc1ae8d6633ac9655af80c9881a8c998
Block (/block/hash)
Direct link to the Block Page.
explorer.triviacoin.me/block/f44a34872c345e618392523764798ccc2992ee7f618aa6fbc3ddfb649a5d6a37
Address (/address/hash)
Direct link to the Address Page.
explorer.triviacoin.me/address/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh
Qrcode (/qr/hash)
Direct link to the QR Code.
explorer.triviacoin.me/qr/MAPCkgS6DP1HvUbiFb5tt4WWCo5kvA9pgh