Skip to content

Instantly share code, notes, and snippets.

@rootulp
Last active August 26, 2025 17:50
Show Gist options
  • Save rootulp/8a0083332e6ad6fd3f3f9121de3a956e to your computer and use it in GitHub Desktop.
Save rootulp/8a0083332e6ad6fd3f3f9121de3a956e to your computer and use it in GitHub Desktop.

Celestia Blob Throughput

app version original square size blob capacity block time blob throughput
v1 64 2 MiB 12 seconds ~0.2 MiB / s
v2 64 2 MiB 12 seconds ~0.2 MiB / s
v3 128 8 MiB 6 seconds ~1 MiB / s
v4 128 8 MiB 6 seconds ~1 MiB / s
v5 128 8 MiB 6 seconds ~1 MiB / s
v6 256 32 MiB 6 seconds ~5 MiB / s
v7 512 128 MiB 6 seconds ~21 MiB / s

Assumptions

  • shareSize is 512 bytes

Notes

  • The true blobCapacity is slightly lower than the values in the table due to the overhead of tx shares in the data square, the overhead of metadata at the beggining of each share, padding shares, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment