Skip to content

Pruned Reth snapshot data is ~64 days behind chain tip #976

@ApeachM

Description

@ApeachM

Summary

The official Base mainnet Reth pruned snapshot at mainnet-reth-pruned-snapshots.base.org contains block data only up to block ~39,578,591, which is approximately 64 days behind the current chain tip (~42,400,000+).

The snapshot files themselves have recent timestamps (Feb 16–18, 2026), indicating the snapshot generation pipeline is still running, but the source node appears to have stalled around mid-December 2025.

Steps to Reproduce

  1. Download the latest pruned snapshot:
    wget https://mainnet-reth-pruned-snapshots.base.org/$(curl https://mainnet-reth-pruned-snapshots.base.org/latest)
  2. Extract and start Reth
  3. Observe pipeline sync starting from checkpoint ~39,578,591 with target ~42,400,000+

Evidence

latest file: base-mainnet-pruned-reth-1771215895.tar.zst (Feb 16, 2026)
checkpoint:  39,578,591 (~Dec 18, 2025)
target:      42,367,169 (current tip)
gap:         ~2,788,578 blocks (~64 days at 2s/block)

Both the current latest and previously downloaded snapshots have nearly identical file sizes (~882.5 GB), confirming they contain the same stale data from the same stalled source node.

Impact

  • Pipeline Execution stage alone takes ~6 days to catch up on modest hardware (12 cores, 46GB RAM, NVMe SSD)
  • The snapshot is effectively unusable for quick node bootstrapping
  • Users expect the pruned snapshot to contain recent data (within a few days of tip)

Related Issues

Environment

  • Image: ghcr.io/base/node-reth:latest
  • Network: Base Mainnet
  • Snapshot type: Pruned

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions