Data snapshots for NEAR and Aurora

A collection of database snapshots for NEAR and Aurora chains:

Downloading

Note: The /latest/* endpoints always return a response:
  • If a snapshot exists: Returns the URL to the latest snapshot
  • If unavailable: Returns # not available

Compressed snapshots

Download the latest compressed snapshot and use this shell command to unpack directly:

e.g., https://snapshots.aurora.dev/latest/mainnet/nearcore/full/compressed

NETWORK=mainnet SERVICE=nearcore STATE=full; wget -O - https://snapshots.aurora.dev/latest/${NETWORK}/${SERVICE}/${STATE}/compressed | zstd -d | tar -xf - -C /your/data/dir

Uncompressed snapshots

Uncompressed snapshots provide raw files that can be selectively downloaded using rclone. This is useful for resumable downloads, selective file restoration, and bandwidth-efficient updates. Install rclone ≥1.70 from rclone.org if you don't have it, then:

e.g., https://snapshots.aurora.dev/latest/mainnet/nearcore/full/uncompressed

NETWORK=mainnet SERVICE=nearcore STATE=full; L=$(curl -s https://snapshots.aurora.dev/latest/${NETWORK}/${SERVICE}/${STATE}/uncompressed); curl -s $L/index > /tmp/idx && rclone copy --buffer-size 128M --transfers 128 --tpslimit 4096 --retries 20 --retries-sleep 1s --low-level-retries 10 --multi-thread-streams 1 --no-traverse --http-url $L/data --files-from /tmp/idx --checkers 128 --max-backlog 1000000 --progress --stats-one-line :http: /your/data/dir




Mainnet - Engine - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-12T20:23:00+00:00Z 20260612-2023-202434163 202434163 1.5.2-2.12.0 97.95 GB
Uncompressed 2026-06-12T14:23:00+00:00Z 20260612-1423-202399794 202399794 1.5.2-2.12.0 97.93 GB
Uncompressed 2026-06-12T08:23:00+00:00Z 20260612-0823-202365042 202365042 1.5.2-2.12.0 97.92 GB
Uncompressed 2026-06-12T02:23:00+00:00Z 20260612-0223-202329663 202329663 1.5.2-2.12.0 97.92 GB

Mainnet - Nearcore - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-12T20:53:00+00:00Z 20260612-2053-202437032 202437032 2.12.0 521.92 GB
Uncompressed 2026-06-12T14:53:00+00:00Z 20260612-1453-202402613 202402613 2.12.0 518.30 GB
Uncompressed 2026-06-12T08:53:00+00:00Z 20260612-0853-202367949 202367949 2.12.0 523.36 GB
Uncompressed 2026-06-12T02:53:00+00:00Z 20260612-0253-202332629 202332629 2.12.0 525.52 GB

Mainnet - Refiner - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-13T01:23:00+00:00Z 20260613-0123-202463483 202463483 1.5.2-2.12.0 98.35 GB
Uncompressed 2026-06-12T19:23:00+00:00Z 20260612-1923-202428389 202428389 1.5.2-2.12.0 98.29 GB
Uncompressed 2026-06-12T13:23:00+00:00Z 20260612-1323-202394072 202394072 1.5.2-2.12.0 98.21 GB
Uncompressed 2026-06-12T07:23:00+00:00Z 20260612-0723-202359145 202359145 1.5.2-2.12.0 98.43 GB

Mainnet - Relayer - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-12T19:53:00+00:00Z 20260612-1953 None unknown 116.88 GB
Uncompressed 2026-06-12T13:53:00+00:00Z 20260612-1353 None unknown 116.87 GB
Uncompressed 2026-06-12T07:53:00+00:00Z 20260612-0753 None unknown 116.86 GB
Uncompressed 2026-06-12T01:53:00+00:00Z 20260612-0153 None unknown 116.88 GB

Testnet - Engine - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-13T01:03:00+00:00Z 20260613-0103-254620411 254620411 1.5.2-2.12.0-rc.2 52.05 GB
Uncompressed 2026-06-12T19:03:00+00:00Z 20260612-1903-254582234 254582234 1.5.2-2.12.0-rc.2 52.04 GB
Uncompressed 2026-06-12T13:03:00+00:00Z 20260612-1303-254544396 254544396 1.5.2-2.12.0-rc.2 52.03 GB
Uncompressed 2026-06-12T07:03:00+00:00Z 20260612-0703-254506363 254506363 1.5.2-2.12.0-rc.2 52.02 GB

Testnet - Nearcore - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-13T00:03:00+00:00Z 20260613-0003-254614065 254614065 2.12.0-rc.2 357.68 GB
Uncompressed 2026-06-12T18:03:00+00:00Z 20260612-1803-254575937 254575937 2.12.0-rc.2 356.81 GB
Uncompressed 2026-06-12T12:03:00+00:00Z 20260612-1203-254537942 254537942 2.12.0-rc.2 356.80 GB
Uncompressed 2026-06-12T06:03:00+00:00Z 20260612-0603-254500092 254500092 2.12.0-rc.2 355.42 GB

Testnet - Refiner - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-13T00:23:00+00:00Z 20260613-0023-254616144 254616144 1.5.2-2.12.0-rc.2 51.43 GB
Uncompressed 2026-06-12T18:23:00+00:00Z 20260612-1823-254578051 254578051 1.5.2-2.12.0-rc.2 51.42 GB
Uncompressed 2026-06-12T12:23:00+00:00Z 20260612-1223-254540137 254540137 1.5.2-2.12.0-rc.2 51.42 GB
Uncompressed 2026-06-12T06:23:00+00:00Z 20260612-0623-254502159 254502159 1.5.2-2.12.0-rc.2 51.41 GB

Testnet - Relayer - Full

Type Timestamp Name Last block Version Size Actions
Uncompressed 2026-06-13T00:43:00+00:00Z 20260613-0043 None unknown 56.80 GB
Uncompressed 2026-06-12T18:43:00+00:00Z 20260612-1843 None unknown 56.79 GB
Uncompressed 2026-06-12T12:43:00+00:00Z 20260612-1243 None unknown 56.78 GB
Uncompressed 2026-06-12T06:43:00+00:00Z 20260612-0643 None unknown 56.77 GB
Copied to clipboard!