Preface:

Query ETH transaction information through blockchain browser, listing the following blockchain browser:

1.Etherscan


Etherscans.io/(recommended)

General, data refresh in time

2.blockscout

BlockScout is an Elixir application that allows users to search for transactions, view accounts and balances, and verify smart contracts across the ethereum network, including all forks and side chains.

Currently available block detectors (known as Etherscan and Etherchain) are closed systems and cannot be independently verified. As ethereum side chains proliferate in both private and public places, transparent tools are needed to analyze and verify transactions.

Github.com/poanetwork/…

3.EthVM

EthVM is an open source blockchain browser focused on Ethereum (although other networks will be supported) under MIT license and written in a mix of different languages (i.e. TypeScript, Kotlin and Solidity).

You can use EthVM as a tool to explore custom private networks or existing public networks, or as an ETL (Extract, Transform, load) platform to perform different analyses of data.

Github.com/enKryptIO/e…

4.etherparty/explorer

Ethereum block explorer

Github.com/etherparty/…

5.carsenk/explorer

Ethereum Block Explorer is based on EtherParty/Explorer

Github.com/carsenk/exp…

6.etherchain-light

Etherchain Light is an Ethereum blockchain resource manager built using NodeJS, Express, and Parity. It does not require an external database and retrieves all information instantly from back-end Ethereum nodes.

Github.com/gobitfly/et…

7.toy-block-explorer

Blockchain explorer written in Go to learn how to build server-side applications for use with the Ethereum blockchain.

Github.com/curvegrid/t…

8.mini-eth-browser

A simple Ethereum block and transaction explorer. Because it doesn’t use a database, some operations are slow.

Github.com/ismaelbej/m…

9.eth-explorer

Simple Nodejs Ethereum resource manager

Github.com/ethnamed/et…

10.Clixplorer

Github.com/Magicking/C…

11.ethereumproject / explorer

Github.com/ethereumpro…