Blast logoBlast Mainnet RPC Endpoints

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

Other Blast Networks:

dRPC Logo

dRPC

Decentralized RPC Network

100+ blockchain RPCs

No rate limits

For builders and traders

Connect via dRPC
BlockchainRPC URLChain IDNative CurrencyBlock ExplorerActions
Blast

https://blast.drpc.org/

0x13e31ETHhttps://blastscan.io
Blast

https://rpc.blast.io

0x13e31ETHhttps://blastscan.io
Blast

https://rpc.swiftnodes.io/rpc/blast?key=demo

0x13e31ETHhttps://blastscan.io

Connect to Blast Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Blast Mainnet FAQ

What is the RPC URL for Blast Mainnet?

There are 3 public RPC endpoints for Blast Mainnet, including https://blast.drpc.org/. See the full list in the table above.

What is the Chain ID for Blast Mainnet?

The Chain ID for Blast Mainnet is 81457 (0x13e31 in hexadecimal).

What is the native currency of Blast Mainnet?

The native currency of Blast Mainnet is ETH.

How do I add Blast Mainnet to MetaMask?

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.