# Etherscan >[Etherscan](https://docs.etherscan.io/) is the leading blockchain explorer, > search, API and analytics platform for `Ethereum`, a decentralized smart contracts platform. ## Installation and Setup See the detailed [installation guide](/docs/integrations/document_loaders/etherscan). ## Document Loader See a [usage example](/docs/integrations/document_loaders/etherscan). ```python from langchain_community.document_loaders import EtherscanLoader ```