Staking – How to Get List of All Blocks Proposed by a Validator

apibeacon-chainstakingvalidators

I would like to get all blocks proposed by a given validator. It looks like this functionality is not available in the standard Beaconchain API. Is there any other API available, probably by a a third party, that can provide this information?

Best Answer

You can get this with the website https://beaconcha.in/

For instance you can get the list of blocks proposed by the validator 255334 with the link https://beaconcha.in/validator/255334#blocks.

Related Topic