gobitfly/eth2-beaconchain-explorer

In `/address/<addr>#blocks`, the table of produced blocks isn't always complete

ryanberckmans opened this issue · 3 comments

Describe the bug

In /address/<addr>#blocks, the "Produced Blocks" table seems to be designed to show a complete listing of all blocks proposed by validators whose withdrawal credential is set to <addr>.

However, in certain cases (unknown to me), the indexing appears to skip over some validators/blocks associated with <addr>, leading to an incomplete list of "Produced Blocks".

For example, a validator of mine recently produced a block, and an MEV payout was sent to my EL fee address, but the block doesn't appear in "Produced Blocks".

I'm unable to provide specific data since I don't want to dox my addresses.

Buttaa commented

"Producing blocks" actually refers to the block builder which is mostly the relay these days. If you want to see the blocks that your validator has found, you'll need to go to the validator page. @ryanberckmans

Thanks @Buttaa.

If I'm a user with N validators and a singleton withdrawal credential, is there a place where I may see all of my produced blocks for all validators without logging in?

Buttaa commented

Thanks @Buttaa.

If I'm a user with N validators and a singleton withdrawal credential, is there a place where I may see all of my produced blocks for all validators without logging in?

Depends on the data you want to see, the best i can offer is https://beaconcha.in/dashboard?validators=1,2#proposals right now 🥲