block
Inspect a block by tag, number, or hash.
Usage
$ beam block [latest|pending|safe|finalized|<number>|<hash>]
Examples
$ beam block latest
$ beam block 21000000
$ beam block 0xabc...
$ beam --chain base block finalized
$ beam --format json block latest
Output
The default output is a human-readable block summary. --format json returns the full block payload from the RPC.