Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Bitcoin Forum => Topic started by: dkbit98 on January 13, 2024, 07:04:05 PM

Title: BTC Mempool Fees Extension for Firefox/Chrome browser
Post by: dkbit98 on January 13, 2024, 07:04:05 PM

What is this tool?
This is simple web browser extension add-on showing and monitoring Bitcoin Mempool Fees in ticker icon on your browser toolbar using multiple websites sources.
It is Open Source, very small size and it doesn't use much of your browser resources.


What is Bitcoin Mempool?

Quote
The Mempool is a “waiting area” for Bitcoin transactions that each full node maintains for itself. After a transaction is verified by a node, it waits inside the Mempool until it’s picked up by a Bitcoin miner and inserted into a block.
https://99bitcoins.com/bitcoin/mempool/ (https://99bitcoins.com/bitcoin/mempool/)


What exactly is this extension doing?


Current version (1.1 beta)

Screenshots:
(https://www.talkimg.com/images/2023/11/18/FIrHT.png)

(https://www.talkimg.com/images/2023/11/18/FI1Il.png)

Where can I get it?
Code for beta version is open source, forked and available for download.


For testing on Firefox browser you can install it from official Mozilla store:
https://addons.mozilla.org/en-US/firefox/addon/btc-mempool-fees-extension/ (https://addons.mozilla.org/en-US/firefox/addon/btc-mempool-fees-extension/)


For testing on Chrome or Brave browser you can currently install it as unpacked extension.
Download Package (http://e.pc.cd/DTSotalK) and unzip package, enable Developer mode in Chrome extensions and Load unpacked extension.
You can use it normally like any other extension.


I would appreciate any constructive feedback, help and suggestions.
Ideas for future dev updates:
- Notifications.
- Adding inputs and outputs.


This is beta software. Use at your own risk.
Title: Re: BTC Mempool Fees Extension for Firefox/Chrome browser
Post by: examplens on January 14, 2024, 12:32:44 PM
Nice tool. My extension bar is getting bigger  :D I have to try on Chrome to install

I have using the Bitcoin price ticker on Chrome, also very useful for quickly tracking the value of Bitcoin.
https://chromewebstore.google.com/detail/bitcoin-price-ticker/bgddejjmhilkdllbakkgddjodommlimc
Title: Re: BTC Mempool Fees Extension for Firefox/Chrome browser
Post by: bitmover on January 14, 2024, 07:24:00 PM
Not an extension, but a useful tool for this forum.

I will share my tool that always shows the updated mempool data.

(https://bitcoindata.science/api/bitcoinfees.php?bold)

Just use the code below:
Code: [Select]
[img]https://bitcoindata.science/api/bitcoinfees.php?bold[/img]
Title: Re: BTC Mempool Fees Extension for Firefox/Chrome browser
Post by: $crypto$ on January 14, 2024, 09:27:46 PM
Have never tried this extension tool in a browser to see mempool fees, but often use Telegram bots, namely TryNinja (https://t.me/BitcoinFeesAlert_bot)

I myself am more comfortable with this bot, it can save our blocks that have not been confirmed, when they are confirmed there will be a notification from the bot

Sometimes I prefer to go directly to the mempool site to see the fees.  :D
but I think this tool is useful.
Title: Re: BTC Mempool Fees Extension for Firefox/Chrome browser
Post by: dkbit98 on January 15, 2024, 05:39:44 PM
I have using the Bitcoin price ticker on Chrome, also very useful for quickly tracking the value of Bitcoin.
I use something similar for bitcoin price but most of them are not showing exact value for bitcoin anymore because of space limitation.

[/size]Not an extension, but a useful tool for this forum.I will share my tool that always shows the updated mempool data.
Are you using mempool.space source or something else?
Your tool is very nice for forum, but I needed something to show me fees constantly in browser, and I can manually select between 3 different sources.[/size]
Title: Re: BTC Mempool Fees Extension for Firefox/Chrome browser
Post by: bitmover on January 15, 2024, 06:02:11 PM
[/size]Not an extension, but a useful tool for this forum.I will share my tool that always shows the updated mempool data.
Are you using mempool.space source or something else?
Your tool is very nice for forum, but I needed something to show me fees constantly in browser, and I can manually select between 3 different sources.[/size]

Just mempool.space api
https://mempool.space/docs/api/rest

I even made a new endpoint

(https://bitcoindata.science/bot/chart.php) (https://bitcoindata.science/bitcointalk-api.html#bitcoin-fees)

Code: [Select]
[img]https://bitcoindata.science/bot/chart.php[/img]