since it all hangs on one mempool.space endpoint, id show a small "data is stale" note when it fails. otherwise a missed alert looks exactly like nothing happened, and for someone watching a cold wallet thats the worst case
Yeah, that’s the key point, and I wouldn't advise anyone to use my tool as a personal security alert system. Not at all. That is actually another reason why I was initially hesitant to add wallet spending activity monitoring.
1. Add both Incoming and Outgoing transaction notification (Right now I can only see the incoming one). Any transaction that goes in or out - the owner should be notified.
2. Also include the USD value of the amount. Reading the BTC amount can be confusing at times. Example: Amount: 0.01 BTC - $85 - at the time of the event.
3. If possible also add a Total Balance at each incoming/outgoing transactions.
4. Make the TXID clickable and redirect it to a reputable blockchain explorer (for quickly checking the transaction status).
1. I just did add it; see the explanation below.
2 & 3. These are already in my upgrade plans, though I haven't reached that stage yet. Just stay tuned for the updates.
4. Well, this is exactly why you should give it a try. The address in the screenshot has always linked directly to the specific TXID URL. I intentionally made the TXID text clickable for cases where a user might have only copied that part.
Okay, so I’ve been working on two features simultaneously over the past few days:
- Fee calculator simulation > you can find this in the "Fee Overview" menu. I’ve broken down the calculations based on the destination address type, spending options, and change address type (if sending a partial amount).
- Outgoing TX alerts > you can find this in the address menu. I made this feature optional, unlike incoming TX alerts, which activate immediately when the address is added.
Let me know if you spot any errors.
