Ethereum Mainnet
RPC EndpointsChain ID: 0x1 · ETH
Ethereum Mainnet uses ETH as its native currency. Chain ID: 1 (0x1). Below are 7 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Ethereum Mainnet.
Connect to Ethereum Mainnet with ethers.js
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://go.getblock.io/aefd01aa907c4805ba3c00a9e5b48c6b");
const network = await provider.getNetwork();
console.log(network.chainId); // 1nEthereum Mainnet — common questions
What is the RPC URL for Ethereum Mainnet?
There are 7 public RPC endpoints for Ethereum Mainnet, including https://go.getblock.io/aefd01aa907c4805ba3c00a9e5b48c6b. See the full list in the table above.
What is the Chain ID for Ethereum Mainnet?
The Chain ID for Ethereum Mainnet is 1 (0x1 in hexadecimal).
What is the native currency of Ethereum Mainnet?
The native currency of Ethereum Mainnet is ETH.
How do I add Ethereum Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Ethereum Mainnet to MetaMask automatically, or follow our step-by-step guide for Ethereum.