Free / public RPC URLs
Public RPC URLs for BNB Smart Chain
These endpoints are free, anonymous, and rate limited. They are useful for development, wallet reads, and one off scripts. For production traffic or indexer workloads, pair them with a paid provider so the public list becomes your fallback rather than your primary.
| RPC URL | Hosted by | Notes |
|---|---|---|
| https://bsc-dataseed.bnbchain.org | BNB Chain Foundation | Recommended in official docs. |
| https://bsc-rpc.publicnode.com | Allnodes (publicnode) | |
| https://rpc.ankr.com/bsc | Ankr | |
| https://bsc.drpc.org | dRPC | |
| https://1rpc.io/bnb | 1RPC |
Paid RPC providers
Paid RPC providers for BNB Smart Chain
Production dapps, indexers, and trading systems should use a managed provider with a private API key, archive history, and an SLA. These providers list BNB Smart Chain support on their public pricing pages.
- Alchemy
Supernode RPC plus enhanced APIs across 40+ chains.
Free tier: 30M compute units per month on the Free plan.
- Infura
ConsenSys backed RPC, deeply integrated with MetaMask.
Free tier: 6M credits per day, ~2,000 credits per second throughput.
- QuickNode
Globally distributed RPC across 50+ chains.
Free tier: Seven day free trial with full feature access.
- Ankr
Public RPC for 80+ chains plus a Premium tier.
Free tier: Free public endpoints (rate limited) for 80+ chains, no signup required.
- GetBlock
Shared and dedicated nodes across 50+ chains.
Free tier: Free plan with a daily request cap shared across chains.
- BlockPI
Pay as you go RPC with no monthly minimums.
Free tier: Free public endpoints per chain with shared rate limits.
- Chainstack
Region selectable elastic and dedicated nodes.
Free tier: Free Developer plan with 3M requests per month.
- Tenderly
RPC with first class simulation and debugging.
Free tier: Free plan with simulator access and a small RPC quota.
- dRPC
Decentralised RPC across 100+ chains.
Free tier: Free public endpoints per chain plus a generous metered free tier.
- NodeReal
MegaNode RPC with deep BNB Chain support.
Free tier: Free plan with 3M compute units per day.
Block explorers and docs
BNB Smart Chain explorers and documentation
- BscScan — https://bscscan.comEIP 3091
- Official documentation — https://docs.bnbchain.org/bnb-smart-chain/
When the answer is real
Caveats and things to verify
- BNB Chain has historically had a small validator set. Treat finality assumptions accordingly for high value flows.
- opBNB is a separate L2 with chain ID 204 — do not paste 56 if you mean opBNB.
FAQ
Frequently asked questions
What is the BNB Smart Chain chain ID?
BNB Smart Chain mainnet chain ID is 56 (hex 0x38). The BSC testnet is chain ID 97.
Is BNB Smart Chain the same as BNB Beacon Chain?
No. BNB Smart Chain is the EVM compatible chain (chain ID 56). BNB Beacon Chain was a separate Cosmos based chain for BNB token staking and was sunset in 2024. opBNB is a third chain — an OP Stack L2 with chain ID 204.
Sources
- BNB Chain docs — https://docs.bnbchain.org/bnb-smart-chain/
- ChainList chain 56 — https://chainlist.org/chain/56