Fastest free VeChain RPC, live no-key endpoint latency
HTTP round-trip latency for GET /blocks/best against every available public VeChain node, audited every 60 seconds from 3 regions.
TL;DR. As of , VeChain Foundation leads rpc latency at 179 ms (p50, 24h) on Fastest free VeChain RPC, live no-key endpoint latency. Source: OpenChainBench, https://openchainbench.com/benchmarks/vechain-rpc.
Companion page
Comparing free RPC endpoints across every chain we measure? Open the cross-chain RPC matrix →
VeChain is a proof-of-authority enterprise blockchain targeting supply chain transparency and IoT use cases, producing one block every 10 seconds. It uses a two-token model (VET + VTHO) and exposes a REST API at /blocks/best for the latest committed block. Public REST endpoints are available without an API key from the VeChain Foundation (mainnet.vechain.org, vethor-node.vechain.com) and VeChain.energy. Every provider was live-verified with consecutive block probes at launch.
Methodology
Per-chain member of the RPC latency cluster, extended to VeChain. We measure the round-trip latency of a single REST call (GET /blocks/best) against every available public VeChain node that sustains continuous probing: 3 providers at launch, every 60 seconds, from us-east, eu-west and Singapore. The harness classifies every response (ok / http_err / jsonrpc_err / stale / timeout) with a VeChain-scaled staleness gap (30 blocks, around 5 min at 10 s/block). The cross-chain view lives on the parent rpc-capabilities benchmark; this page is the VeChain-scoped answer with per-region breakdowns as a first-class dimension.
Frequently asked
What is the fastest free VeChain RPC right now?
VeChain Foundation currently leads at 179 ms (VeChain block number p50 over the last 24h), measured against 3 providers probed every 60 seconds from us-east, eu-west and Singapore. The leaderboard re-sorts continuously against fresh Prometheus samples.
Which VeChain RPC endpoints work without an API key?
3 endpoints sustain continuous keyless probing at launch: VeChain Foundation mainnet node (mainnet.vechain.org), VeThor Node (vethor-node.vechain.com) and VeChain.energy community node (node-mainnet.vechain.energy). Every listed endpoint was live-verified with a blocks/best call returning a parsable block number before inclusion.
Does the fastest VeChain RPC change by region?
Often. Public infra concentrates in specific regions; a gateway that wins from Amsterdam can lose from Singapore by multiples. The region tabs at the top of the page re-scope every number to a single origin.
How is VeChain RPC latency measured here, technically?
One GET /blocks/best REST call every 60 seconds against each provider from each of 3 regions. Wall-clock round-trip is recorded at millisecond precision; p50/p90/p99 are computed via Prometheus quantile_over_time over 24 hours. Best-effort measurements; p50 is the median, p90 the 90th percentile and p99 the 99th percentile of latency samples collected over the last 24 hours.
Source code github.com/ChainBench/OpenChainBench/tree/main/harnesses/rpc-capabilities