segwit.watch

This small project aims to display the % of transactions in each block that use end-to-end native Segwit, meaning both inputs and outputs are all P2WPKH/P2WSH which (currently) occupy the least amount of block space.

This is still WIP, pull requests are welcome

Requirements

  1. A synced Bitcoin Core node with txindex=1
  2. NodeJS 12+

Setup

$ npm i
$ npm i -g pm2
$ pm2 start ecosystem.config.js --env production