Blockchain//Block

- Blocks bundle transactions, created by validators at regular intervals.


Blocks bundle transactions, created by validators at regular intervals.

gasLimit caps the total computation per block: sum of all transaction gas can't exceed it.

blockPeriodSeconds controls creation interval, even empty blocks if configured (Clique)

If a transaction fills the gas limit, remaining transactions wait in the mempool for the next block.