10
Currently, it is a timer which counts down from 10 minutes starting when the transaction is first seen. When the timer reaches 0 minutes, it switches to "Unknown / Never."
It is my understanding that finding blocks (and confirming transactions) is a Poisson process, hence the correct value should be a constant "10 minutes" and then "Confirmed!"
Is my understanding wrong?
It doesn't appear as so. This is what I originally hoped for when I saw this (unfortunately lackluster) feature. – Streblo – 2012-07-09T06:31:58.670
+1 Good point, Chris. To provide an accurate estimate though, you'd have to research the relationship between transaction fee and confirmation time. I suspect a transaction with any fee at all would be included by most miners while the block reward is high, but that's likely to change in a few years time as the reward drops. – Highly Irregular – 2012-07-09T08:07:14.540
1Other factors come into play - some miners seem to be deliberately avoiding transactions to and from SatoshiDice addresses for instance. Also the relationship between the size of the fee, the size of the transaction, and the ages and sizes of the inputs of the transaction needs to be taken into account. – Chris Moore – 2012-07-09T10:38:38.540