llms.txt Content
# Etherscan
> Etherscan is a Block Explorer and Analytics Platform for Ethereum, a decentralized smart contracts platform.
## Main Pages
- [Home](https://etherscan.io/) - Main landing page of Etherscan, providing an overview of the Ethereum blockchain explorer.
## Blockchain
- [Transactions](https://etherscan.io/txs) - Live feed of Ethereum transactions with summary metrics, including sender/receiver, ETH value transferred, gas fees, block linkage, and transaction status across the latest blocks.
- [Transaction Details](https://etherscan.io/tx/<transactionhash>) - Displays full metadata of a specific Ethereum transaction, including sender, receiver, value, gas usage, contract interactions, internal transfers, and decoded input data. `<transactionhash>` is the transaction signature, e.g. `https://etherscan.io/tx/0x442db5e58e7152f422da034ab3da03f1425e981a15acbd33f620f88faf677e09`.
- [Pending Transactions](https://etherscan.io/txsPending) - Displays live mempool data of pending Ethereum transactions, including nonce, gas price, gas limit, sender/recipient, and time last seen.
- [Internal Transactions](https://etherscan.io/txsInternal) - Displays internal contract calls triggered within transactions, including from/to addresses, call type, value transferred, and parent transaction context.
- [Blocks](https://etherscan.io/blocks) - Real-time feed of the most recent Ethereum blocks, enriched with per-block statistics and global network metrics.
- [Block Details](https://etherscan.io/block/<blockNumber>) - Displays full metadata of a specific Ethereum block, including consensus status, gas metrics, reward breakdowns, and key hashes for verification and tracing. `<blockNumber>` is the block number, e.g. `https://etherscan.io/block/22783555`.
- [Address](https://etherscan.io/address/<address>) - Displays detailed information for a specific Ethereum address, including balance, token holdings, transaction history, internal transfers, NFT activity, and analytic