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