2
1
At current exchange rates, it looks like the standard transaction fee is on the order of tens of cents (USD). Inclusion of the standard transaction fee means getting the transaction picked up within minutes.
Conversely, zero transaction fee transactions may not be picked up for days. It also seems to be the case, at least for now, that transactions in limbo like this may be double spent by reissuing with a higher transaction fee. See earlier discussion here: Could any standard fee transaction be double spent by using a higher fee?
One can imagine that in the longer term there might be a market equilibrium in which a certain floating minimum transaction fee is required by miners to guarantee processing, and that sellers might not deliver/perform unless that fee were included in a payment.
Are there ways to estimate what the minimum fee might be?
1Do you know how blockcypher calculates high/med/low fee? I know Bitcoin Core bases it on previous transactions. – Nick ODell – 2015-06-25T17:45:04.237
1
@NickODell It's a rolling, weighted average based on previous transactions as well, you can see what "high/medium/low" correspond to in the object description here: http://dev.blockcypher.com/#blockchain . The calculation itself is somewhat complicated, but in broad terms it weighs recent (but confirmed) transactions more heavily.
– Josh Cincinnati – 2015-06-25T18:17:45.447