[Application Development] Any visual tool to see the latest safe, unsafe, finality L2 blocks? #163
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI would like to know if there are any tools that are available to see the latest safe, unsafe and finalized rollup block height for the Op Stack chains. I have checked the https://optimistic.etherscan.io/, and no luck, no such information. I guess this data can be retrieved via the sdk or something else. Can you give me some suggestioins? Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
https://docs.alchemy.com/reference/eth-getblocktransactioncountbynumber-optimism please check this, |
Beta Was this translation helpful? Give feedback.
-
Go your op-node logs and look for lines that look like this:
That gives you the block hashes and block heights of all the heads. You could build a script that parses this data as it comes in and visualizes it. |
Beta Was this translation helpful? Give feedback.
-
Hey @boundless-forest, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
This is a good option, you can utilize prometheus + grafana to create a dashboard for your own node. It could look something like this: