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

Polkadot Archive Snapshot

Chain Polkadot
Block Height 28455848
Creation Date 2026-05-29
Database Format ParityDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 1.21.0
Download Link polkadot_28455848_2026-05-29.tar.lz4
Size 2.0T
sha256 Checksum c348761ee4fad7c537a709d9e4412588271779d8851d342fdb0f5f3d3aa34775

How to deploy Snapshot

Issue the following commands:

wget https://pdot-paritydb-archive.radiumblock.com/polkadot_28455848_2026-05-29.tar.lz4
lz4 -c -d polkadot_28455848_2026-05-29.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
rm -v polkadot_28455848_2026-05-29.tar.lz4

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