Skip to content

See how many transactions are ahead of yours in the Bitcoin mempool (uses bitcoinfees.earn.com API)

License

Notifications You must be signed in to change notification settings

kf106/transactions-ahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find out how many transactions are ahead of you

The Bitcoinfees site offers an API that returns a JSON structure summarising the number of Bitcoin transactions that are currently sitting in the mempool unprocessed.

This script takes a command line parameter - the number of satoshis/byte - and calls the Bitcoinfees API to calculate and return the number of transactions that are offering higher fees in order to be processed, and the number of transactions that are offering the same or higher fees.

To install:

Run sudo ./install.sh to create a Python venv with all the required dependencies. Or if you don't like using sudo, look at the script and enter the commands manually yourself.

Usage

Run ./run.sh <satoshis/byte>

Warning

I put this together in about 15 minutes, so there's minimal error checking. YMMV.

About

See how many transactions are ahead of yours in the Bitcoin mempool (uses bitcoinfees.earn.com API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published