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

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.drpc.org/ | 0x13e31 | ETH | https://blastscan.io | |
⏳Blast | https://rpc.blast.io | 0x13e31 | ETH | https://blastscan.io | |
⏳Blast | https://rpc.swiftnodes.io/rpc/blast?key=demo | 0x13e31 | ETH | https://blastscan.io |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://blast.drpc.org/");
const network = await provider.getNetwork();
console.log(network.chainId); // 81457nThere are 3 public RPC endpoints for Blast Mainnet, including https://blast.drpc.org/. See the full list in the table above.
The Chain ID for Blast Mainnet is 81457 (0x13e31 in hexadecimal).
The native currency of Blast Mainnet is ETH.
Use the "Add to Wallet" button on this page to add Blast Mainnet to MetaMask automatically, or follow our step-by-step guide for Blast.