0
As I unterstood in other answers (see https://bitcoin.stackexchange.com/a/8922/74399), a transaction is added to the blockchain, once a new block has been found/generated. The average time between two blocks is about 8 minutes regarding the past 24 hours.
Does this mean, that my transaction will take an average of 8 minutes to become visible in the blockchain? Is it known in the network as an "unconfirmed transaction" (so it's save)?
So according to that, in the Bitcoin blockchain it takes at least 10 minutes (on average) for a transaction to be confirmed? – Felix – 2018-01-18T20:36:57.303
Bitcoin protocol explicitly calls for 10 minute blocks and mining difficulty adjusts every two weeks to keep it consistent. However, whether or not a specific transaction gets included in a block depends on supply and demand economics. If the mempool (waiting line/queue) is large, the transactions paying the highest fees get incorporated into the blockchain first. If the queue is short, miners incorporate even smaller fee transactions to make the highest possible profit in the block. – Dr.Plastics – 2018-01-19T01:42:56.190