前言:

    通过区块链浏览器查询ETH交易信息,罗列以下区块链浏览器:

1.Etherscan

 

https://etherscan.io/(推荐)

通用,数据刷新及时

以太坊浏览器 汇总-编程知识网

2.blockscout

BlockScout是一个Elixir应用程序,允许用户搜索交易,查看帐户和余额,并验证整个以太坊网络上的智能合约,包括所有的叉子和侧链。

目前可用的块探测器(即Etherscan和Etherchain)是封闭系统,不能独立验证。随着以太坊侧链在私人和公共场合的不断扩散,需要透明的工具来分析和验证交易。

https://github.com/poanetwork/blockscout

以太坊浏览器 汇总-编程知识网

3.EthVM

EthVM是一个开源的区块链浏览器,主要关注以太坊(虽然其他网络将受到支持)在MIT许可下,并以不同语言(即TypeScript,Kotlin和Solidity)的混合编写。

您可以使用EthVM作为工具来探索自定义专用网络或现有公用网络,或者作为ETL(提取,转换,加载)平台来对数据执行不同的分析。

https://github.com/enKryptIO/ethvm

以太坊浏览器 汇总-编程知识网

4.etherparty/explorer

轻盈的以太坊块探险家

https://github.com/etherparty/explorer

以太坊浏览器 汇总-编程知识网

5.carsenk/explorer

以太坊Block Explorer基于etherparty/explorer

https://github.com/carsenk/explorer

以太坊浏览器 汇总-编程知识网

6.etherchain-light

 Etherchain Light是一个使用NodeJS,Express和Parity构建的以太坊区块链资源管理器。它不需要外部数据库,并从后端以太坊节点即时检索所有信息。

https://github.com/gobitfly/etherchain-light

以太坊浏览器 汇总-编程知识网

7.toy-block-explorer

用Go编写的区块链资源管理器,用于了解如何构建与以太坊区块链一起使用的服务器端应用程序。

https://github.com/curvegrid/toy-block-explorer

以太坊浏览器 汇总-编程知识网

8.mini-eth-browser

一个简单的以太坊块和事务探索器。由于它不使用数据库,因此某些操作很慢。

https://github.com/ismaelbej/mini-eth-browser

以太坊浏览器 汇总-编程知识网

9.eth-explorer

简单的Nodejs以太坊资源管理器

https://github.com/ethnamed/eth-explorer

以太坊浏览器 汇总-编程知识网

10.Clixplorer

https://github.com/Magicking/Clixplorer

以太坊浏览器 汇总-编程知识网

11.ethereumproject / explorer

https://github.com/ethereumproject/explorer

以太坊浏览器 汇总-编程知识网