Skip to content

Repository files navigation

Explora - a visual tool to follow a chain of transactions

This is a toy project to try some F# Fable (and Feliz). The explorer uses mempool.space and ankr.com APIs to fetch transactions.

How to use

  1. Enter a txid in the searchbar and press search
  2. Select the transaction to open the transaction details panel on the right side
  3. Follow the transactions by clicking on the inputs and outputs

Give it a try

$ cd dist
$ python -m http.server 8080 & $BROWSER http://localhost:8080

How to build

$ dotnet fable --run npx vite build

How to run

$ python -m http.server 8080

and the open the browser in "http://localhost:8080/


How to watch while developing

$ dotnet fable watch --verbose --run npx vite

About

A visual transaction explorer

Resources

Stars

24 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages