# Blockchain Explorers

With [BlockChainExplorerFactory](https://github.com/0xweb-org/dequanto/blob/master/src/BlockchainExplorer/BlockChainExplorerFactory.ts)🔗 different Blockchain Explorer Clients are created:

* [Etherscan](https://github.com/0xweb-org/dequanto/blob/master/src/BlockchainExplorer/Etherscan.ts)🔗
* [Polyscan](https://github.com/0xweb-org/dequanto/blob/master/src/BlockchainExplorer/Polyscan.ts)🔗
* [Bscscan](https://github.com/0xweb-org/dequanto/blob/master/src/BlockchainExplorer/Bscscan.ts)🔗
* [XDaiscan](https://github.com/0xweb-org/dequanto/blob/master/src/chains/xdai/XDaiscan.ts)🔗 (Gnosis Chain)
* [Arbiscan](https://github.com/0xweb-org/dequanto/blob/master/src/chains/arbitrum/Arbiscan.ts)🔗
* *...more to come*

The clients allow to (see the interface [IBlockChainExplorer](https://github.com/0xweb-org/dequanto/blob/master/src/BlockchainExplorer/IBlockChainExplorer.ts)🔗)

* receive ABIs and sources for the validated contracts. *`0xweb` uses extensively this feature.*
* load transactions, internal transactions, and erc20 transactions for an address

Basically, the public [APIs](https://docs.etherscan.io/)🔗 are or will be implemented.&#x20;

> With `0xweb config -e` save your API keys to configuration. The API keys are free, though the requests will be throttled, but the client can handle the throttling by queuing the requests


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.0xweb.org/dequanto/blockchain-explorers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
