RadiumBlock is now officially on board as Polkadex's DevOps Infrastructure Partner!

Polkadot Snapshot

Chain Polkadot
Block Height 29962699
Creation Date 2026-02-15
Database Format RocksDb
Pruning Mode Pruned
Compression Format lz4
Version used for Snapshotting 1.15.0
Download Link polkadot_29962699_2026-02-15.tar.lz4
Size 128G
sha256 Checksum 44f404b693b0d756019035cda564cd31cab1bbf5ff22554b8e2d03d630e2e829

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/polkadot_29962699_2026-02-15.tar.lz4
lz4 -c -d polkadot_29962699_2026-02-15.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
rm -v polkadot_29962699_2026-02-15.tar.lz4

If applicable, replace /home/polkadot with the actual storage location.