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 chaincoind
getdifficulty
Returns the current difficulty.
https://explorer.tittiecoin.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://explorer.tittiecoin.com/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
https://explorer.tittiecoin.com/api/getmasternodecount
getblockcount
Returns the current block index.
https://explorer.tittiecoin.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://explorer.tittiecoin.com/api/getblockhash?index=234625
getblock [hash]
Returns information about the block with the given hash.
https://explorer.tittiecoin.com/api/getblock?hash=3019bd1ba66e5968d0d1fc65460572f5714b1d5dea093387f71a26e546a83dff
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://explorer.tittiecoin.com/api/getrawtransaction?txid=eb6ff11428f355a7e50d478009612e6b813c0c0a6e6a86a76d29e006a70df6e4&decrypt=0
https://explorer.tittiecoin.com/api/getrawtransaction?txid=eb6ff11428f355a7e50d478009612e6b813c0c0a6e6a86a76d29e006a70df6e4&decrypt=1
getmaxmoney
Returns the maximum possible money supply.
https://explorer.tittiecoin.com/api/getmaxmoney
getmaxvote
Returns the maximum allowed vote for the current phase of voting.
https://explorer.tittiecoin.com/api/getmaxvote
getvote
Returns the current block reward vote setting.
https://explorer.tittiecoin.com/api/getvote
getphase
Returns the current voting phase ('Mint', 'Limit' or 'Sustain').
https://explorer.tittiecoin.com/api/getphase
getreward
Returns the current block reward, which has been decided democratically in the previous round of block reward voting.
https://explorer.tittiecoin.com/api/getreward
getsupply
Returns the current money supply.
https://explorer.tittiecoin.com/api/getsupply
getnextrewardestimate
Returns an estimate for the next block reward based on the current state of decentralized voting.
https://explorer.tittiecoin.com/api/getnextrewardestimate
getnextrewardwhenstr
Returns string describing how long until the votes are tallied and the next block reward is computed.
https://explorer.tittiecoin.com/api/getnextrewardwhenstr
Return data from local indexes
getmoneysupply
Returns current money supply
https://explorer.tittiecoin.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
https://explorer.tittiecoin.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
https://explorer.tittiecoin.com/ext/getaddress/THAPYCkoB2yaEUNhe8CTc2irXh25RTKxwQ
getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://explorer.tittiecoin.com/ext/getbalance/THAPYCkoB2yaEUNhe8CTc2irXh25RTKxwQ
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
https://explorer.tittiecoin.com/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
https://explorer.tittiecoin.com/tx/eb6ff11428f355a7e50d478009612e6b813c0c0a6e6a86a76d29e006a70df6e4
block (/block/hash)
https://explorer.tittiecoin.com/block/3019bd1ba66e5968d0d1fc65460572f5714b1d5dea093387f71a26e546a83dff
address (/address/hash)
https://explorer.tittiecoin.com/address/THAPYCkoB2yaEUNhe8CTc2irXh25RTKxwQ
qrcode (/qr/hash)
https://explorer.tittiecoin.com/qr/THAPYCkoB2yaEUNhe8CTc2irXh25RTKxwQ