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

Kusama Snapshot

Chain Kusama
Block Height 32470118
Creation Date 2026-03-01
Database Format RocksDb
Pruning Mode Pruned
Compression Format lz4
Version used for Snapshotting 1.15.0
Download Link kusama_32470118_2026-03-01.tar.lz4
Size 174G
sha256 Checksum ecdd7c1b1cfe72a17f8847a35b49294a1a9995e8c4d0f458436fcb864a83ca14

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/kusama_32470118_2026-03-01.tar.lz4
lz4 -c -d kusama_32470118_2026-03-01.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/ksmcc3
rm -v kusama_32470118_2026-03-01.tar.lz4

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