# Parachain block fullness Looking at a sample of 256 blocks for parachains of Kusama to see their block weights and how full they are. Most of the blocks are empty as the tables below show. The blocks with zero block weight for normal transactions are skipped. ## Calculation Code: https://github.com/Ank4n/polkadot-js-api/blob/parachain/src/index.ts#L50 - Get weight of the block using `system.blockWeight()` - Calculate block fullness for each dimension `blockWeight.normal.dimension/max_dimension`. **Max dimension values for parachain:** - Ref_time: 0.5 sec - Proof_size: 5 MB ## Bifrost | Block | fullness by ref time | fullness by proof size | | ---- | ---- | ---- | 4316437 | 0.194168 % | 0 % 4316429 | 0.0546308 % | 0.049648284912109375 % 4316403 | 0.299968 % | 0 % 4316381 | 2.1584015828 % | 0.5434036254882812 % 4316378 | 0.0509140858 % | 0.11102676391601562 % 4316337 | 0.4303567244 % | 0.5434036254882812 % 4316332 | 0.050843114 % | 0.11102676391601562 % 4316325 | 0.419968 % | 0 % 4316279 | 0.8475152 % | 0 % 4316270 | 0.259968 % | 0 % 4316203 | 0.0546308 % | 0.049648284912109375 % 4316198 | 0.1088818 % | 0 % ## Statemine | Block | fullness by ref time | fullness by proof size | | ---- | ---- | ---- | 4644559 | 0.1696088 % | 0.14657974243164062 % 4644500 | 0.1696088 % | 0.14657974243164062 % 4644486 | 0.1337106 % | 0.2558135986328125 % 4644401 | 0.1337106 % | 0.2558135986328125 % 4644378 | 0.0610542 % | 0.06853103637695312 % 4644353 | 0.1337106 % | 0.2558135986328125 %
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.