snapshots

Node Snapshots

Most of contents referenced from ethereum-optimism/docs.

This page contains download links for data directories and node snapshots that can be used to more easily run your own node. Data directories and node snapshots are not required but can significantly simplify the node operation process.

This page focuses on data directories for op-erigon, not op-geth. Please refer here for op-geth. Also, please be aware that this page is not related with erigon-snapshots, which is an erigon specific feature.

About the Bedrock Migration

OP Mainnet underwent a large database migration as part of the Bedrock Upgrade in 2023. Node operators must have a migrated OP Mainnet database to run a node. Migrated OP Mainnet databases can be generated manually or pre-migrated databases can be downloaded from the links on this page.

Snapshots

Always verify snapshots by comparing the sha256sum of the downloaded file to the sha256sum listed on this page. Check the sha256sum of the downloaded file by running sha256sum <filename> in a terminal.

Using aria2 to download snapshots can significantly speed up the download process.

Snapshot is distributed in the compressed form using zstd compression. These snapshots are intended to be updated biweekly. The decompression result will be a single file named mdbx.dat. Make sure you have available space more than 1.5 TB. Current compression setting has a compression ratio about 25%. You must reconstruct the folder structure of erigon datadir which has the form:

<your_erigon_datadir>
└── chaindata
    └──  mdbx.dat

Example command:

# Assume you downloaded `op-mainnet-db-115313408.zst`
# We want to create datadir named `my-datadir`

# check sha256sum
sha256sum op-mainnet-db-115313408.zst
# decompress first
zstd --decompress op-mainnet-db-115313408.zst -o mdbx.dat
# create datadir structure
mkdir -p my-datadir/chaindata
# move mdbx file to chaindata dir
mv mdbx.dat my-datadir/chaindata
# run erigon with following command
./erigon --datadir=./my-datadir ...

OP Mainnet (Archive Node)

Snapshot Date Size Download Link sha256sum
2025-04-09 639GB https://datadirs.testinprod.io/op-mainnet-db-134290373.zst dcaa40bcf5d713e59fa675fa2e0e71a5e1cdefd05a0d618a60442994b8796827

Base Mainnet (Archive Node)

Snapshot Date Size Download Link sha256sum
2025-04-10 1.66TB https://datadirs.testinprod.io/base-mainnet-db-28694798.zst 4eb25a9a72184067d74bc6d1cd308ff83a191441b45dcaa3ef62f9153d0a8dce

Zora Mainnet (Archive Node)

Snapshot Date Size Download Link sha256sum
2024-12-16 197GB https://datadirs.testinprod.io/zora-mainnet-db-23811597.zst a857625bbe189db8ca2d5c4724ed3e00d77af477e401a9e2c6c6bfe7d3f6c17b

OP Sepolia (Archive Node)

Snapshot Date Size Download Link sha256sum
2025-04-17 197.1GB https://datadirs.testinprod.io/op-sepolia-db-26505817.zst 9a0b72e7793883c88d60518b3b1335459d2400a02aceeda4ef82481c4dc9bd35

Base Sepolia (Archive Node)

Snapshot Date Size Download Link sha256sum
2024-08-11 123GB https://datadirs.testinprod.io/base-sepolia-db-13833382.zst 0a95f5989090a8fc24eac04f5fe6de6ca5ebe6f34ad9e0df71ca4d7eeb31ecd2