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
Returns the current difficulty.
Returns the number of connections the block explorer has to other nodes.
Returns the current block index.
Returns the hash of the block at ; index 0 is the genesis block.
Returns information about the block with the given hash.
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
Returns the current network hashrate. (hash/s)
Returns the maximum possible money supply.
Returns the maximum allowed vote for the current phase of voting.
Returns the current block reward vote setting.
Returns the current voting phase ('Mint', 'Limit' or 'Sustain').
Returns the current block reward, which has been decided democratically in the previous round of block reward voting.
Returns the current money supply.
Returns masternode winners for recent and upcoming blocks.
Returns string describing how long until the votes are tallied and the next block reward is computed.
Return data from local indexes
Returns current money supply.
Returns current circulating supply.
Returns wealth distribution stats.
Returns information for the given address.
Returns current balance for the given address.
Returns the latest transactions greater than the given minimum value.
Returns the total number of active masternodes.
Direct links to explorer pages
Open a transaction page inside the explorer.
Open a block page inside the explorer.
Open an address page inside the explorer.
Open the QR code page for an address.