Hello everyone,
I’ve recently made a small update to CuteHIVE Monitor by adding a basic block explorer feature. I hope this can provide a bit more convenience for anyone who needs to inspect on-chain data.
At the moment, this feature is still quite lightweight and mainly supports the following:
Current Features
View recent blocks
You can browse a list of recent blocks, including block height, production time, producer, number of transactions (TXs), and number of operations (Ops).Live block stream
Real-time refreshing is supported. To save resources, this feature is turned off by default, and can be enabled manually whenever needed.
Block detail view
Clicking on a block in the list opens its detailed view. Transactions and virtual operations are displayed in a simply formatted way to make them easier to read.
Data exploration
By clicking the icon in front of a transaction or operation entry, you can inspect its JSON details. It is also possible to view the raw JSON of the entire block, which makes it easier to extract more detailed information when needed.
Search and direct access
You can search by block number using the search box, and you can also directly open a specific block through the browser address bar.
What’s Next
There is still a lot of room for improvement, and the next areas I plan to work on include:
- Supporting account search and account information display
- Supporting TXID search and transaction detail display
- Further improving transaction and operation parsing to make the output more readable
Feel free to visit https://cutehive.com and give it a try. If you run into any issues during use, or if you have suggestions for improvement, I’d be very happy to hear them.
Thanks for your support.
CuteHIVE Monitor 更新:上线基础区块浏览器功能
大家好,
最近我在 CuteHIVE Monitor 上做了一些小更新,上线了一个基础的区块浏览器功能。希望能给需要查看链上数据的朋友带来一点便利。
目前这个功能还比较初级,主要支持以下几个方面:
当前已支持的功能
查看最近区块
可以在列表中看到最近的区块信息,包括区块高度、生产时间、出块人(Producer)、交易数(TXs)以及操作数(Ops)。
实时区块流
支持实时刷新。为了节省资源,这个功能默认关闭,用户可以根据需要手动开启。
区块详情查看
点击区块列表中的某个区块后,可以查看对应的详细内容。当前对交易(Transactions)和虚拟操作(Virtual Operations)做了简单的格式化展示,阅读起来会更直观一些。
数据探索
点击交易或操作条目前面的图标,可以进一步查看该条目的 JSON 详情;同时也支持查看整个区块的原始 JSON 数据,方便提取更完整、更细致的信息。
搜索与直达
支持在搜索框中输入区块号进行查询,也支持通过浏览器地址栏直接访问指定区块。
后续计划
目前还有不少功能需要继续完善,接下来的工作重点主要包括:
- 支持搜索并显示账户信息
- 支持按 TXID 搜索并显示指定交易
- 进一步完善交易及其操作内容的解析和展示,让信息更易读、更清晰
欢迎大家访问 https://cutehive.com 试用体验。如果在使用过程中发现问题,或者有任何改进建议,欢迎随时提出。
感谢大家的支持。