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