Skip to main content

What Is the Difference between a Block Proposer and a Block Builder in Ethereum’s PoS?

In Ethereum's Proposer-Builder Separation (PBS) model, the "block proposer" is the validator randomly selected to propose the next block, earning the priority fee. The "block builder" is a specialized entity that receives transaction bundles from searchers, constructs the optimal, most profitable block payload, and submits it to the proposer.

The proposer then signs the block header from the builder, separating the block construction logic from the proposer's role.

Does Sending a Transaction to a Private Mempool Guarantee Its Inclusion in the Next Block?
What Is the Difference between a Miner and a Validator in Transaction Ordering?
How Does a Proposer-Builder Separation (PBS) Architecture Aim to Solve This Issue?
What Is ‘Double-Signing’ in PoS?