BNB Smart Chain logo

BNB Smart Chain Testnet

RPC Endpoints

Chain ID: 0x61 · tBNB

Other BNB Smart Chain networks:MainnetopBNB MainnetopBNB Testnet
How to add BNB Smart Chain to MetaMask or other wallets

BNB Smart Chain Testnet uses tBNB as its native currency. Chain ID: 97 (0x61). Below are 4 public RPC endpoints you can use to connect wallets, dApps, and developer tools to BNB Smart Chain Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://bsc-testnet.drpc.org
0x61tBNBExplorer
Checking
https://data-seed-prebsc-1-s1.binance.org:8545
0x61tBNBExplorer
Checking
https://data-seed-prebsc-2-s1.binance.org:8545
0x61tBNBExplorer
Checking
https://bsc-testnet.gateway.tatum.io
0x61tBNBExplorer

Connect to BNB Smart Chain Testnet with ethers.js

import { ethers } from "ethers";

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

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

BNB Smart Chain Testnet — common questions

What is the RPC URL for BNB Smart Chain Testnet?
There are 4 public RPC endpoints for BNB Smart Chain Testnet, including https://bsc-testnet.drpc.org. See the full list in the table above.
What is the Chain ID for BNB Smart Chain Testnet?
The Chain ID for BNB Smart Chain Testnet is 97 (0x61 in hexadecimal).
What is the native currency of BNB Smart Chain Testnet?
The native currency of BNB Smart Chain Testnet is tBNB.
How do I add BNB Smart Chain Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add BNB Smart Chain Testnet to MetaMask automatically, or follow our step-by-step guide for BNB Smart Chain.