Frequently Asked Questions about our explorers and service.


This site provides blockchain explorers for several crypto-currencies.
We do not provide any currency exchange, wallet or money services. We only present public blockchain data.

If you do not find your answer here, feel free contact us on bitcointalk, uservoice, twitter or just fire a mail to contact "at" cryptoid.info

If you do not agree with our Terms, promptly exit this page without accessing or using any of the services.

Blockchain Explorers

My wallet balance does not match the explorer balance for my address, why?

A wallet can have multiple addresses, and you can have so-called "change addresses" (see https://en.bitcoin.it/wiki/Change) which will be generated automatically whenever you spend less than you have.
Those "change addresses" are part of the Bitcoin (and alt-coins) anonymity features, are known only to your wallet and can hold more than small change.
They are not displayed in the usual wallet UI, but you can typically view them by going to the debug console and typing "listunspent".

Our explorers can sometime guess those addresses, but not all the time, and only ofter after the fact. When that happens an address will be aggregated in a "guesstimated wallet".

What are "guesstimated wallets"?

Guesstimated wallets are a unique and experimental feature of our explorers.
The "guesstimation" involves a taint analysis on the blockchain transactions, and tries to guess which addresses are (or were) part of a given user wallet, to provide a more accurate rich list.

The way taint is accumulated by a blockchain is quite random, and usually is not significant for individual's wallets, however Exchanges and major processors can naturally accumulate a lot of taint over time, so their guesstimated wallets can be meaningful.

Even in the best of cases, guesstimated wallets are an underestimation of a wallet balance, the actual balance of a wallet is at least what was guesstimated, and usually higher.

How are outstanding coins computed? You are showing less/more than there are!

Outstanding coins are computed from the transaction outputs, with sometimes burn addresses being zero'ed (by request, and for publicly documented burns).

The differences usually come from two sources:

  • miner errors, that forget to account for a fee, can lead to an outstanding coin count being slightly lower than it should theoretically be
  • not notified burns, for ICO/ITO/IPO sometimes unpurchased coins are burned, but if we were not notified of the burn address, we did not zero it (yet)

How often are Rich List rankings and balances updated?

Currently they are updated within minutes of a new block being confirmed.
It is possible to experience longer delay in case of a resynchronization or if a fork occurred.

API & Integration

Is there a public API?

Yes, all the explorers come with a public API, see the API documentation for more details.

To unlock certain APIs or "live" data, you can request a free API Key.

How can I integrate with MPOS pool software?

There are three MPOS parameters to configure, for chain xyz the parameters will be:

  1. Blockexplorer URL: URL to the blockexplorer website for your blockchain. Will append the blockhash to the URL.
    https://chainz.cryptoid.info/xyz/block.dws?
  2. Transactionexplorer URL: URL to the transactionexplorer website for your blockchain. Will append the transactionid to the URL
    https://chainz.cryptoid.info/xyz/tx.dws?
  3. Chaininfo URL: URL to the chaininfo website for your blockchain.
    https://chainz.cryptoid.info/xyz/

Service & Technology

What is required to host an Explorer here?

We require a client wallet with a Bitcoin-compatible RPC API, that can be compiled from source code (preferably on github or similar) and that will run under Debian 7

We may also currently ask for a contribution to hosting costs, as servers hosting the wallet daemons are our major source of expenses.
Currently, we prefer to host the daemon ourselves for reliability reason, both so we know what code the daemon is running and to ensure good uptime.

Preferred contact method is currently through bitcointalk.

Note that due to unclear BitLicense requirements, requesting an explorer is not possible for New York state residents or citizens. If you happen to live or be a New York state citizen, please contact the NY DFS for further inquiries.

Great, what is included in an Explorer?

All Explorers come with the standard feature set:

  • One full node, with "as high as possible" connection limits
  • Rich List, wealth distritibution/li>
  • Exchange wallet detection and Large Wallets ranking
  • Public API
  • Extraction & network health stats
  • Ticker, market cap, SSL encryption, etc.
Explorers will also automatically get all future features.

Explorers and nodes are also monitored, and a backup server is maintained ready.

What technology are you using?

The explorers are built on alternative tech, not related to abe, insight or other existing explorers.

The server-side code is powered by DWScript and SQLite databases, and was initially built as a tech demonstrator.
The client-side makes use of jQuery, Bootstrap, Google Charts and jqGeoChart
Wallets are hosted on Ubuntu 16 and 18 (LTS) servers.

Disclaimer & Terms of Service