3
I recently sent btc that appears to be stuck (https://live.blockcypher.com/btc/tx/c131d65d933e343f852021830b833123de952c1857f264503388cf642655c457/)
The interesting thing is that I used a higher fee (4.5 sat/byte) which was the highest fee that Electrum's slider would support. I also notice that there are only two transactions in this block. Did I screw up? Is there any way that I can fix this?
Edit: Electrum says that I am only 0.12 MB from tip, however it has hovered around there without moving and sometimes increasing in size.



Since transactions can be of different size, miners actually select transactions by fee rate (fee over size), not by absolute fees. – Murch – 2019-10-21T00:16:46.247
@Murch Yep. His was 4.5 sat/B and those I checked (the first few on that block I linked to) all were 10.xx sat/B. – Jose Fonseca – 2019-10-21T00:22:37.310
3Block #600283 had 18 transactions with fee rates below 3 sats/B, but that's not my point. The point I was trying to make was that the absolute fee a transaction paid is not a good metric to assess its priority, because paying 2200 sats for a 1100 byte transaction is a lower fee rate than paying 1674 satoshis for a 372 byte transaction. – Murch – 2019-10-21T00:31:38.840
@Murch OK, thanks for the suggestion I've reworded the answer. Let me know please if this is better. – Jose Fonseca – 2019-10-21T01:10:12.677
1Yeah, much better! Thanks for editing! – Murch – 2019-10-21T01:23:05.013