Ethereum logo

Ethereum Sepolia Testnet

RPC Endpoints

Chain ID: 0xaa36a7 · ETH

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

Ethereum Sepolia Testnet uses ETH as its native currency. Chain ID: 11155111 (0xaa36a7). Below are 5 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Ethereum Sepolia Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://sepolia.drpc.org
0xaa36a7ETHExplorer
Checking
https://rpc2.sepolia.org
0xaa36a7ETHExplorer
Checking
https://eth-sepolia.g.alchemy.com/v2/demo
0xaa36a7ETHExplorer
Checking
https://ethereum-sepolia.publicnode.com
0xaa36a7ETHExplorer
Checking
https://ethereum-sepolia.gateway.tatum.io
0xaa36a7ETHExplorer

Connect to Ethereum Sepolia Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://sepolia.drpc.org");

const network = await provider.getNetwork();
console.log(network.chainId); // 11155111n

Ethereum Sepolia Testnet — common questions

What is the RPC URL for Ethereum Sepolia Testnet?
There are 5 public RPC endpoints for Ethereum Sepolia Testnet, including https://sepolia.drpc.org. See the full list in the table above.
What is the Chain ID for Ethereum Sepolia Testnet?
The Chain ID for Ethereum Sepolia Testnet is 11155111 (0xaa36a7 in hexadecimal).
What is the native currency of Ethereum Sepolia Testnet?
The native currency of Ethereum Sepolia Testnet is ETH.
How do I add Ethereum Sepolia Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Ethereum Sepolia Testnet to MetaMask automatically, or follow our step-by-step guide for Ethereum.