- Google Cloud is shutting down Blockchain Node Engine (BNE) and Blockchain RPC on December 15, 2026, and will delete all nodes and endpoints on that date.
- New BNE node and endpoint creation has been disabled since June 15, 2026, so you can migrate existing workloads but you can’t provision new BNE resources.
- Migrating to Chainstack is mostly an endpoint swap: point your application at a Chainstack URL, with the API key carried in that URL.
- Chainstack covers every chain BNE served—Ethereum, Polygon, and Solana—plus 70+ more protocols.
- The easiest path is to let an AI coding agent do the whole migration for you; the manual steps are below if you prefer.
Migrate with AI
The fastest way to migrate off BNE is to let an AI coding agent do it for you. If you use Claude Code, Codex CLI, Cursor, Windsurf, Gemini CLI, Antigravity, or any other agent, paste this into your agent:Overview
This guide helps you move your Ethereum, Polygon, and Solana workloads from Google Cloud Blockchain Node Engine to Chainstack with minimal code changes. It covers both products Google is retiring: BNE dedicated nodes and the shared Blockchain RPC service. Google has announced the end of life for both. The two dates that matter are below—plan your cutover around them.Migration timeline
- June 15, 2026 — Google disabled creation of new BNE nodes and new Blockchain RPC endpoints. Existing resources keep running and receive critical updates until the shutdown.
- December 15, 2026 — Google shuts down BNE and Blockchain RPC and deletes all nodes and endpoints. Any application still pointing at a BNE endpoint stops working.
What you’re replacing
Supported networks
Every network either Google product served has a direct Chainstack equivalent, with two testnet exceptions worth noting. Blockchain Node Engine served the full list below; Blockchain RPC served only Ethereum mainnet and the Holesky testnet.| BNE network | Chainstack equivalent | Notes |
|---|---|---|
| Ethereum Mainnet | Ethereum Mainnet | Direct swap |
| Ethereum Sepolia | Ethereum Sepolia | Direct swap |
| Ethereum Holesky | Ethereum Hoodi or Sepolia | Holesky is being retired across the ecosystem. Move Holesky workloads to Hoodi, the long-lived testnet, or to Sepolia. |
| Ethereum Goerli | Ethereum Sepolia or Hoodi | Goerli is long deprecated. Migrate to a supported testnet. |
| Polygon Mainnet | Polygon Mainnet | Direct swap |
| Polygon Amoy | Polygon Amoy | Direct swap |
| Solana | Solana | Direct swap. Chainstack adds Yellowstone gRPC, Trader Nodes, and Warp transactions. |
Chainstack supports 70+ protocols beyond BNE’s chains, so you can consolidate other infrastructure on the same provider. See protocols and networks for the full list.
Node type mapping
BNE offered dedicated full and archive nodes plus a separate shared Blockchain RPC service. Here is how each maps to a Chainstack node type.| What you had on Google | Recommended Chainstack option | Why |
|---|---|---|
| Blockchain RPC (shared endpoint) | Global Node | Shared, geo-distributed, load-balanced, deploys in seconds |
| BNE full node (dedicated) | Global Node, or Dedicated Node for isolation | Global covers most workloads. Dedicated gives you isolated compute, like BNE’s per-project model. |
| BNE archive node (Ethereum Mainnet) | Global Node or Dedicated Node in archive mode | Full historical state |
| Predictable, high steady volume | Global Node with the Unlimited Node add-on | Flat monthly fee, no per-request metering |
| Private access (VPC Service Controls) | Dedicated Node | Isolated infrastructure, with hybrid deployment options for teams that need nodes in their own cloud |
Choosing your Chainstack node type
For most Ethereum and Polygon migrations, a Global Node is the right default. Choose a different option when you need flat-fee billing, isolation, archive data, or the lowest-latency path for trading. See Chainstack pricing for current rates.Global Node
A load-balanced endpoint that routes requests to the nearest healthy location and fails over automatically. It deploys in seconds and suits general-purpose applications, development, and variable workloads. This is the closest match for both Blockchain RPC users and most BNE full-node users.Unlimited Node
An add-on that converts a node to a flat monthly fee with unlimited requests at a fixed requests-per-second tier. Chainstack counts one request as one request regardless of method, so there is no per-method weighting to model. This suits production applications with steady traffic and teams that want predictable cost—much like BNE’s flat per-node billing.Dedicated Node
Exclusive infrastructure deployed just for you, not shared with other customers. Dedicated Nodes support archive mode, debug and trace methods, custom configuration, and isolation for compliance requirements. This is the closest analog to a BNE dedicated node, and the right choice if you relied on VPC Service Controls or private access. Dedicated Nodes require a Pro, Business, or Enterprise subscription.Trader Node
Regional, low-latency endpoints you deploy in a specific location for the fastest round-trip to your application. Trader Nodes support Full and Archive modes and the Warp transactions add-on, which propagates and lands transactions at the fastest speed possible on Solana, Ethereum, and BNB Smart Chain. This suits trading bots and latency-sensitive workloads. Available on paid plans.Migrating Solana workloads off BNE? On top of the node types above, Chainstack adds the Yellowstone gRPC Geyser plugin for high-performance streaming.
RPC endpoint migration
What changes depends on which product you’re leaving:- From Blockchain Node Engine — the host changes from a
blockchainnodeengine.comURL to your Chainstack endpoint, and the API key moves from a request header or query parameter into the endpoint URL itself. - From Blockchain RPC — the API key is already embedded in your endpoint URL, so it’s a pure host swap: replace the Google endpoint with your Chainstack endpoint.
Copy your full endpoint URL from the Chainstack console. See node access and credentials.
Endpoint and authentication
On BNE you authenticated with a Google Cloud API key, passed either as theX-goog-api-key header or as a key query parameter:
HTTP JSON-RPC
The migration is a URL swap. Your existing application logic works unchanged.WebSocket subscriptions
Swap the BNEwss://ws.NODE_ID.blockchainnodeengine.com URL for your Chainstack WSS endpoint. Subscription methods such as eth_subscribe work the same way. For guidance on when to use HTTP versus WebSocket, see node connection: HTTP vs WebSocket.
Beacon Chain API
BNE exposed consensus-layer data through a separatebeacon.NODE_ID.blockchainnodeengine.com endpoint. On Chainstack, every Ethereum node comes with both an execution-layer endpoint and a consensus-layer (Beacon Chain) endpoint, so it’s a direct replacement. The REST paths follow the standard Beacon API specification, so point your client at the Chainstack Beacon Chain endpoint and keep your existing calls. See the Beacon Chain API reference for examples.
Archive data
BNE offered archive nodes on Ethereum Mainnet. On Chainstack, deploy a Global Node or Dedicated Node in archive mode to query full historical state. Archive requests are billed at a higher request-unit rate than standard requests—see pricing for details.Debug and trace
BNE disabled thedebug and admin namespaces by default. Chainstack provides debug and trace methods on Global Nodes (paid plans) and Dedicated Nodes. See debug and trace APIs for per-protocol availability, and the Ethereum methods reference for the full list of supported calls.
Private and VPC access
If you relied on VPC Service Controls or private IP access on BNE, Dedicated Nodes give you isolated infrastructure, and Chainstack offers hybrid deployment for teams that need nodes inside their own cloud account. This keeps your infrastructure isolated and lets you stay on your existing cloud provider. Contact Chainstack to scope a hybrid or dedicated deployment.Validate and cut over
Deploy your Chainstack node
Sign up at console.chainstack.com and deploy a node for each network you run on BNE.
Test your RPC methods
Send the RPC calls your application uses against the new Chainstack endpoint and confirm the responses match.
Check throughput
Test at your real request rate. Review the throughput guidelines and add the Unlimited Node add-on if you need a flat-fee high-volume tier.
Repoint your application
Update your application code, environment variables, and config files to the Chainstack endpoint URL.
Your application runs entirely on Chainstack endpoints, and no code path references a
blockchainnodeengine.com URL.Next steps
- Deploy a Global Node
- Migrate to Chainstack with AI
- Review throughput guidelines
- Set up access rules and IP allowlisting
- Chainstack pricing