Blast Sepolia RPC EndpointsBlast Sepolia uses ETH as its native currency. Its Chain ID is 168587773 (0xa0c71fd). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Blast Sepolia.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Blast | https://blast-sepolia.drpc.org/ | 0xa0c71fd | ETH | https://testnet.blastscan.io | |
⏳Blast | https://sepolia.blast.io | 0xa0c71fd | ETH | https://testnet.blastscan.io |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://blast-sepolia.drpc.org/");
const network = await provider.getNetwork();
console.log(network.chainId); // 168587773nThere are 2 public RPC endpoints for Blast Sepolia, including https://blast-sepolia.drpc.org/. See the full list in the table above.
The Chain ID for Blast Sepolia is 168587773 (0xa0c71fd in hexadecimal).
The native currency of Blast Sepolia is ETH.
Use the "Add to Wallet" button on this page to add Blast Sepolia to MetaMask automatically, or follow our step-by-step guide for Blast.