What factors determine how long confirmation takes?

3

Simple question...

What are all the factors (all of them!) that determine how much time X number of confirmations of a transaction takes?

themirror

Posted 2013-04-05T00:58:38.317

Reputation: 309

Answers

2

How many miners are currently mining, how fast they are mining, how much of a fee you paid, and whether you're a well connected node or not (only matters for first confirmation).

lurf jurv

Posted 2013-04-05T00:58:38.317

Reputation: 2 516

1You missed one factor: the random variance as blocks aren't solved exactly every 10 minutes. I suppose you could say this is "how fast they are mining", but it's independent of the hashrate.Highly Irregular 2013-04-05T06:53:36.550

Really, the current total mining speed matters little as long as it hasn't changed significantly since the last difficulty change. Random variance and fee paid are by far the most important factors.BinaryMage 2013-04-05T16:54:01.770

1That's not really a factor because nothing has control over it.lurf jurv 2013-04-06T23:54:55.710

2

There's an estimated block generation time of 10 minutes, however, due to the randomness of finding the block, there may be an hour gap between blocks followed by 3 within 10 minutes. It's never predictable at a specific given time.

Additionally, miners prefer transactions with fees attached, because the fees are paid back to the miners. This incentive will become more important as the mining reward continues to halve.

There are other factors that do contribute, but the two above are by-far the most influential.

Taylor Gerring

Posted 2013-04-05T00:58:38.317

Reputation: 413

Why do you say there may be an hour gap when the chart at https://blockchain.info/charts/avg-confirmation-time clearly shows it to be under 15 minutes for almost 99% of times?

Pacerier 2014-05-23T15:04:50.887

It's possible to have a long gap between blocks followed by several blocks being solved in rapid succession, illustrating that there are few factors under the control or influence of anyone on the network, including how long confirmation takes.Taylor Gerring 2014-08-10T16:20:52.180