Shepley Capital

FUNDAMENTALS OF CRYPTO

Fundamentals of Crypto - Cryptopedia by Shepley Capital

What Is a Blockchain Explorer?

One of the most powerful and underused tools available to every cryptocurrency investor is completely free, requires no account, and is accessible to anyone with an internet connection. It is the blockchain explorer: a search engine for the blockchain that allows anyone to look up any transaction, any wallet address, any block, and any smart contract on a public blockchain network in real time.

Understanding how to use a blockchain explorer transforms how you interact with cryptocurrency. It lets you verify that a transaction you sent has arrived. It lets you check the balance of any address. It lets you track the movement of funds across the network. It lets you verify the details of a smart contract before interacting with it. And it lets you conduct the kind of on-chain research that separates informed investors from those making decisions blind.

What a Blockchain Explorer Actually Is

A blockchain explorer is a website that indexes all the data on a public blockchain and presents it in a readable, searchable format. Because every public blockchain is by definition a transparent, publicly accessible ledger, all of this data is available to anyone. The explorer simply makes it navigable.

Every transaction ever made on the Bitcoin network is visible on a Bitcoin explorer. Every transaction on Ethereum is visible on an Ethereum explorer. Every block ever added to the chain, every wallet address, every smart contract deployment, every token transfer: all of it is indexed and searchable in real time.

Each blockchain has its own dedicated explorers. The most widely used are:

Mempool.space for Bitcoin: the most widely used Bitcoin explorer, with excellent mempool visualisation showing pending transactions and fee rate data.

Blockstream.info for Bitcoin: a clean, reliable Bitcoin explorer from the Blockstream team.

Etherscan.io for Ethereum: the dominant Ethereum explorer, covering ETH transactions, ERC-20 token transfers, smart contract code, DeFi protocol activity, and NFT transfers.

Solscan.io and Explorer.solana.com for Solana: the primary explorers for the Solana network.

Layer 2 networks like Arbitrum and Optimism have their own dedicated explorers, typically built on the same architecture as Etherscan given their Ethereum compatibility.

What You Can Look Up on a Blockchain Explorer

The range of information available through a blockchain explorer is extensive. Understanding what each type of lookup shows helps you use the tool effectively.

Transaction lookups. Entering a transaction ID (also called a transaction hash or TXID) shows the complete details of that transaction: the sending address, the receiving address, the amount transferred, the fee paid, the block it was included in, the number of confirmations, and the timestamp. This is the primary lookup for verifying that a transaction you sent has arrived or confirming the status of a pending transaction.

As covered in our how cryptocurrency transactions work resource, a transaction with zero confirmations is in the mempool and not yet final. A transaction with six or more confirmations on Bitcoin is considered final for most purposes.

Address lookups. Entering a wallet address shows the complete transaction history of that address: every transaction that has ever sent to or from it, the current balance of every asset held at that address, and any associated token holdings on Ethereum. Because blockchain addresses are pseudonymous rather than anonymous, as covered in our how cryptocurrency transactions work and can you buy crypto anonymously resources, anyone can look up any address’s complete history. Only the real-world identity behind the address requires additional information to establish.

Block lookups. Entering a block number or block hash shows the details of that specific block: the miner or validator who produced it, the timestamp, the number of transactions it contains, the total fees collected, and the complete list of every transaction included in the block.

Smart contract lookups on Ethereum. On Etherscan, entering a smart contract address shows the contract’s code (if verified by the developer), the transactions it has processed, the tokens it has issued, and the current state of its holdings. This is one of the most powerful due diligence tools available for DeFi investors: before interacting with any protocol, checking whether the contract code has been verified and published on Etherscan is a basic security step covered in our risks of DeFi investing resource.

Token and NFT transfers. On Etherscan, the token transfer tab of any address shows every ERC-20 token transfer and every NFT transfer associated with that address, in addition to the native ETH transactions. This gives a complete picture of all asset movements across the Ethereum ecosystem from a given address.

How to Verify a Transaction You Sent

One of the most practical uses of a blockchain explorer is confirming that a transaction you sent has arrived at its destination. This is particularly important for first-time sends to new addresses, large transfers, and any situation where the recipient reports not receiving funds.

When you send cryptocurrency from a wallet or exchange, you receive a transaction ID. This is a unique string of letters and numbers that identifies your specific transaction on the blockchain. Entering this transaction ID into the appropriate blockchain explorer shows exactly what happened to your transaction.

If the transaction shows as confirmed with one or more confirmations and the recipient address matches what you intended, the funds have arrived. If the transaction shows as pending with zero confirmations, it is still in the mempool waiting to be included in a block. If no transaction appears for the ID, either the ID was entered incorrectly or the transaction was not successfully broadcast.

A confirmed transaction that shows the correct recipient address and amount is definitive proof of delivery. If a recipient claims not to have received funds that appear confirmed on the blockchain, the issue is on their end, not with the blockchain itself.

Using the Mempool to Estimate Transaction Times and Fees

The mempool is the pool of pending transactions waiting to be included in the next block, as covered in our how cryptocurrency transactions work resource. Blockchain explorers, particularly Mempool.space for Bitcoin, provide real-time visualisation of the mempool that is genuinely useful for managing transactions.

When Bitcoin‘s mempool is full of pending transactions, fees rise as users compete for block space. Checking Mempool.space before sending a Bitcoin transaction shows the current fee rate required for inclusion in the next block, the next few blocks, or within the next hour, allowing you to choose an appropriate fee for your desired confirmation speed.

If you have a pending transaction stuck in the mempool because the fee you set was too low, Mempool.space shows its position in the queue and an estimated wait time. Some wallets allow you to accelerate a stuck transaction using Replace-By-Fee (RBF), which replaces the original low-fee transaction with a new version of the same transaction at a higher fee.

On Ethereum, Etherscan’s gas tracker shows current gas fees for different transaction speeds, helping you choose the right gas price for your urgency level and budget.

Checking Wallet Balances and Transaction History

Looking up a cryptocurrency wallet address on a blockchain explorer is useful in several practical contexts.

Verifying your own holdings. If you want to independently verify that a hardware wallet or software wallet holds the funds you expect, entering your wallet’s public address into the appropriate explorer confirms the balance without requiring you to connect or unlock the wallet.

Confirming receipt of funds. When someone sends you cryptocurrency, looking up your receive address on the explorer confirms whether the expected funds have arrived and shows the sending address and transaction details.

Due diligence on addresses before sending. Before sending cryptocurrency to a new address, particularly for large amounts, looking up the recipient address on the explorer can provide context. A legitimate business or exchange will typically have a transaction history showing many prior transactions. A brand-new address with no history warrants extra verification that you have the right destination.

Researching wallet activity. On-chain analysis of wallet activity is a legitimate investment research tool. Tracking the movement of large wallets, monitoring exchange inflows and outflows, and observing accumulation and distribution patterns by large holders, as covered in our DYOR resource, are all facilitated by blockchain explorer tools.

Smart Contract Verification on Etherscan

For anyone interacting with DeFi protocols on Ethereum, the ability to verify smart contract details on Etherscan is a basic security practice.

When a developer deploys a smart contract on Ethereum, the contract’s bytecode is stored on the blockchain. This bytecode is not human-readable. However, developers can verify their contracts on Etherscan by submitting the original source code, which Etherscan compiles and confirms matches the on-chain bytecode. A verified contract on Etherscan displays a green checkmark and shows the human-readable source code.

The practical security implication: before approving a smart contract to interact with your wallet, checking whether the contract is verified on Etherscan is a meaningful basic check. An unverified contract, one whose source code hasn’t been published and confirmed, is a red flag. It doesn’t mean the contract is malicious, but it means the code cannot be independently reviewed, which is one of the security red flags in new crypto projects covered in our risks resources.

Etherscan also shows the token approvals associated with any address under the “Token Approvals” tool. This is useful for auditing which contracts you have previously granted permission to spend your tokens, and revoking approvals that are no longer needed is a sound ongoing security practice as covered in our how to secure your MetaMask wallet resource.

Reading Total Value Locked and Protocol Data

For DeFi investors, blockchain explorers provide on-chain verification of the total value locked and activity data that protocol dashboards display. Because all DeFi protocol activity occurs on-chain, a protocol’s Etherscan contract page shows the actual funds held in each contract, the actual transaction volume, and the actual user activity, independent of any claims the protocol makes about itself.

Cross-referencing a DeFi protocol’s marketing claims about its TVL and usage with the on-chain data visible on the explorer is a straightforward and powerful due diligence step. A protocol claiming billions in TVL whose contract pages show only modest activity is providing unreliable information.

Blockchain Explorers as a Tax Record Tool

For Australian investors with ATO crypto reporting obligations, blockchain explorers serve as a permanent, authoritative record of every transaction associated with your wallet addresses.

If you have lost exchange records, need to reconstruct transaction history for a prior financial year, or want to verify that the records your crypto tax software has imported are complete and accurate, the blockchain explorer provides the ground truth. Every transaction is permanently recorded on the blockchain and accessible through the explorer regardless of whether the exchange you used still holds your records.

Keeping a record of all your wallet addresses and being able to look them up on the relevant blockchain explorer is an important component of maintaining adequate records for ATO compliance. Our cryptocurrency tax Australia and how the ATO tracks your crypto transactions resources cover the full record-keeping framework.

Common Misconceptions About Blockchain Explorers

A few misconceptions about blockchain explorers are worth addressing directly.

“Looking up an address is an invasion of privacy.” Blockchain data is publicly designed to be transparent. Looking up any public address is not hacking, not a privacy violation, and not illegal. The blockchain is designed to be publicly auditable: that is one of its foundational properties.

“If a transaction shows as confirmed, I can reverse it if I made a mistake.” Confirmed blockchain transactions are permanent and irreversible. A confirmed transaction to the wrong address cannot be recalled by any party. This is why verifying recipient addresses before sending, as covered in our how to send and receive cryptocurrency safely resource, is non-negotiable.

“The explorer shows my identity.” Blockchain explorers show addresses, not identities. An address is pseudonymous: it shows cryptocurrency activity but not the name or personal details of the person behind it, unless that link has been established through external means such as exchange KYC data.

Key Takeaways

A blockchain explorer is a free, publicly accessible search engine for blockchain data that allows anyone to look up transactions, wallet addresses, blocks, and smart contracts in real time. The major explorers include Mempool.space and Blockstream.info for Bitcoin, Etherscan for Ethereum, and Solscan for Solana. Practical uses include verifying sent transactions, confirming wallet balances, estimating fees using mempool data, checking smart contract verification status, auditing token approvals, researching wallet activity for due diligence, and reconstructing transaction records for ATO crypto reporting.

Every cryptocurrency investor benefits from being comfortable with at least one blockchain explorer. The transparency that blockchain technology provides is only useful if you know how to access and read it.

For everyday investors who want to build practical blockchain literacy alongside their investment knowledge, our Runite Tier Membership provides the education, frameworks, and community to develop both. For serious investors who want personalised guidance on on-chain research, due diligence practices, and building a professionally structured approach to crypto investing, our Black Emerald and Obsidian Tier Members receive direct specialist support across every dimension.

Find out more at shepleycapital.com/membership.

WRITTEN & REVIEWED BY Chris Shepley

UPDATED: MARCH 2026

Choose your next topic from our Cryptopedia​