Ethereum logo

Ethereum Mainnet

RPC Endpoints

Chain ID: 0x1 · ETH

Other Ethereum networks:Holesky TestnetSepolia TestnetHoodi Testnet
How to add Ethereum to MetaMask or other wallets

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.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://go.getblock.io/aefd01aa907c4805ba3c00a9e5b48c6b
0x1ETHExplorer
Checking
https://eth.drpc.org
0x1ETHExplorer
Checking
https://eth.meowrpc.com
0x1ETHExplorer
Checking
https://ethereum.publicnode.com
0x1ETHExplorer
Checking
https://cloudflare-eth.com
0x1ETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/eth?key=demo
0x1ETHExplorer
Checking
https://ethereum-mainnet.gateway.tatum.io
0x1ETHExplorer

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); // 1n

Ethereum 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.