tywenk / block-explorer-public

Simple realtime explorer of newest Ethereum blocks in plain JS

Home Page:https://block-explorer-grid.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

šŸ§ŠBlock ExploreršŸ§Š

Real time and simple viewer of new Ethereum blocks.

View the live site here: https://block-explorer-grid.netlify.app/

Overview

This vanilla javascript app fetches the latest Ethereum block and lists them. Load previous blocks by inputting a number in the field.

Latest View

View transactions in a block with heatmap-styling to indicate large value transactions or transactions that used lots of gas.

Latest View

Drill into an individual transaction and see more details about it.

Latest View

Development

Run npm install before developing.

Run npx prettier -w . to visually clean up code.

About

Simple realtime explorer of newest Ethereum blocks in plain JS

https://block-explorer-grid.netlify.app/

License:GNU General Public License v3.0


Languages

Language:JavaScript 77.6%Language:HTML 22.3%Language:CSS 0.1%