Overview
Etherscan is a blockchain explorer for the Ethereum network that lets users search and track transactions, wallet addresses, and smart contracts in real time. It is the default reference tool for verifying on-chain activity, from checking a transfer to reading a contract's code. Etherscan operates a freemium model, with premium API features for developers and businesses.
How It Works
Etherscan indexes Ethereum blocks, transactions, and contract events and presents them through a searchable web interface. Users can look up a transaction hash, trace its status and confirmations, read and verify smart contract source code, and inspect token balances and holders. Its API provides programmatic access for wallets, analytics platforms, and dapps.
Why It Matters
Etherscan is the standard way users verify whether a transaction went through, a contract is legitimately verified, or an address holds expected assets. This transparency is a core part of blockchain trust: anyone can independently audit activity. Its ubiquity also makes it a target for phishing, since users may be directed to lookalike sites.
Related Concepts
Etherscan is an Explorer, the primary interface to Transactions and Blocks on Ethereum. It is central to verifying Smart Contract source and to the broader transparency guarantees of public blockchains.