Zcash Blockchain Explorer
🔍

Zcash Blockchain Explorer

Zcash block explorer is an open source community funded grant with the goal to serve the needs of Zcash users who need a reliable source of their Zcash transactions data and the status of the network. This means anyone who runs a Zcash node could run their own blockchain explorer!

Blockchain Explorers

Intro

In the traditional business world every transaction includes a receipt for proof of purchase. Similarly, in the blockchain world a user receives a digital receipt in the form of a transaction id for every transaction completed. Most wallets will provide this for you. Blockchain explorers are simply tools that allow one to visualize what has already happened on a blockchain. They take for inputs: transaction id’s, addresses, or block hashes, and visually output what took place.

Examples

Notice with Zcash how the second transaction has all important details hidden, this is important and has great implications in a digital world.

Blockchain Maps

So we have this long string of characters as a digital receipt, what now? This is where we use a blockchain explorer, or map, to help us digest what happened on the blockchain. Notice how each chain has its own version of blockchain explorer above. It’s important to understand that all these blockchain projects are examples of open source software. That is, anyone can contribute to and or fork the code to their liking. With that understanding, each project specializes in different areas and customizes the blockchain explorer to fit the needs of said project.

Blocks

Transactions are placed into blocks. When a block is mined/validated every transaction inside that block is confirmed and a block hash is created. Any hash created can be input into a block explorer. You may have seen CEX’s needing a number of confirmations before they release your funds, this is the metric they are using to make sure your transaction is sufficiently finalized. How does the blockchain determine which transactions get into the next block? Complex topic of research, but most modern chains use the idea of fees to determine who gets into the front of the line. The higher the fee, the higher the chance you move up to the front of the queue.

Addresses

A fun way to visually learn blockchain explorers is to input the address of any random transaction. Then you can move backward in time and see where the funds originated! Each transaction has both an input and output address. Armed with this information, one can readily move both forward and backward from any transaction that has been spent. For those that like puzzles, this is the digital equivalent of a huge financial puzzle, and could be used for transparency purposes. Using a blockchain explorer makes this not only much easier to visualize, it also highlights the need for transaction privacy. Unless you’re using shielded Zcash, you can do this with any transparent blockchain: BTC, ETH, ATOM, DOGE, VTC, etc … . This point is critical for anyone using the blockchain safely moving into a digital only future.

Amounts

Similar to addresses above, any transaction on a public blockchain has the amounts publicly available on full display. This includes amounts on both the input and output addresses for any transaction. One exception to this is when you choose to use Shielded Zcash – then all amounts are hidden. For small business owners who necessarily need privacy for fair trade, this is a huge benefit!

image

amounts

Visual Guide

Here are four good examples of different blockchain explorers:

image
image
image
image