Block Explorers¶
Introduction¶
The Moonbeam team is currently working on onboarding a specialized block explorer solution that would allow users to navigate the EVM as well as the Substrate layer of the blockchain.
Currently, we offer two block explorers: one for the Ethereum API based on the Expedition explorer, and one for the Substrate API using Polkadot JS apps. You can use both for either a standalone Moonbeam node or the Moonbase Alpha TestNet.
Note
If you are using Brave Browser and your explorer is not connecting to the Moonbeam instance you are pointing it to, try disabling Brave Shield.
Expedition Explorer (Ethereum)¶
Local Node¶
To connect the explorer to a standalone Moonbeam node, you can use this URL. This uses the RPC endpoint located at port 9933
by default. If you have defined a different port, you can changed it in the URL bar.
Note
Expedition only works if running the standalone Moonbeam node with the repository tag tutorial-v3
. It will not work if using master.
Moonbase Alpha¶
To access the current state of the Moonbase Alpha TestNet, navigate to https://moonbeam-explorer.netlify.app/.
The explorer is also available in Spanish, Chinese, Russian, and Korean.
You can find the repository for the explorer at this URL.
Polkadot.JS Apps (Substrate)¶
Local Node¶
Polkadot JS Apps uses the WebSocket endpoint to interact with the Network. To connect it to a standalone Moonbeam node, you can follow the steps in this tutorial. The default port for this is 9944
.
Moonbase Alpha¶
<<<<<<< HEAD To view and interact with the Substrate layer of Moonbase Alpha, go to this URL. This is the Polkadot JS Apps pointing to the TestNet, you can find more information is this page. ======= To view and interact with the Substrate layer of Moonbase Alpha, go to this URL. This is the Polkadot JS Apps pointing to the TestNet. You can find more information on this page.
ef4a488d8342c91768f406636b36e6dc3490a718
We Want to Hear From You¶
If you have any feedback regarding block explorers or any other Moonbeam-related topic, feel free to reach out through our official development Discord channel.