What is the Kadena Block Explorer?

Block Explorer is an analytics tool for the Kadena platform which visualizes the mining, propagation and braiding of blocks across multiple Kadena chains in real time and allows you to search for transactions and explore the contents of blocks.

Understanding the interface

1. The name of the network that is currently displaying block explorer data
2. Search the Code or Request Key fields of any transaction in the blockchain
3. Estimate of total network hash rate
4. Estimate of total network mining difficulty
5. The total number of transactions mined in the blockchain since genesis
6. Estimate of total coins circulating in the blockchain
7. Block Height indicates the length of the blockchain
8. The expected number of hashes to mine a block on this chain
9. Visual representation of the cryptographic link between a block and its neighbor blocks
10. The first few hex characters of the hash of the block header
11. How long ago the block was mined
12. The number of transactions in the block

How to find transactions and explore blocks

The front page of the block explorer only shows recent network activity. However, there are many ways to search the entire blockchain.

Request Key: Enter a transaction’s Request Key in the search bar. These are often provided by crypto wallets as a means to confirm that the transaction is in the blockchain.

Code: In the search bar, toggle the dropdown from Request Key to Code. Use this to return a list of all transactions whose code appears in your query.

Code search examples:

Block: Search for a specific block by entering its Chain ID and Block Height into the following URL format: https://explorer.chainweb.com/mainnet/chain/[X]/height/[Y] — replace [X] with Chain ID, replace [Y] with Block Height

Why Kadena has multiple chains

The Kadena Public Blockchain runs a protocol called Chainweb, a novel parallel-chain Proof of Work architecture comprised of braided chains that all mine the same native currency and transfer liquidity between each other.

In Chainweb, the braided chains incorporate Merkle proofs from adjacent chains in a fixed graph layout that ensures that proofs quickly propagate to every other chain in the system within some maximum block depth.

Hover your cursor over any block to highlight the neighbor chains that are cryptographically linked to it. In this 10 chain configuration, notice that all 10 chains become braided together within the height of two blocks.

By linking multiple chains together in this manner, Kadena offers massive throughput and enhanced security.