Content corrected by an authorized editor Karol Kiełtyka - 9/23/20, 7:20 PM
Could somebody tell to me exactly what these whole blocks of friction are about? I read something there, but I really don't understand it. Could anyone explain it to me in simple language? Thanks for your help!
dryer923
25.09.2020 15:06
0
Reply 1What is a transaction block?
dryer923
25.09.2020 15:06
Transaction block is a set of transactions, data in the blockchain network, which is created at a different time for each blockchain. Transactions are confirmed in the block. In the Bitcoin network, a new block containing transactions is opened approximately every 10 minutes on average in the blockchain by extraction.
A block consists of a header and data (transactions). The header contains a reference to the previous block in the chain (its hash), a timestamp for creating the block and the merkle tree root of the transactions in the block. In the data block we have a hash tree of transactions concluded in the block and then the transactions themselves. This way of writing allows you to search for the transaction by its hash, without having to read all data.
What is the average time of cryptocurrencies block extraction?
Bitcoin (BTC) - 10 minutes,
Bitcoin Cash (BCH)- 10 minutes,
Litecoin (LTC) - 2.5 minutes,
Ethereum (ETH) - 12-14 seconds,
Ripple (XRP) - 4 seconds.
0
Replygalaxy20
29.09.2020 16:25
0
ReplyAdd comment to answer
Transaction block is a set of transactions, data in the blockchain network, which is created at a different time for each blockchain. Transactions are confirmed in the block. In the Bitcoin network, a new block containing transactions is opened approximately every 10 minutes on average in the blockchain by extraction.
A block consists of a header and data (transactions). The header contains a reference to the previous block in the chain (its hash), a timestamp for creating the block and the merkle tree root of the transactions in the block. In the data block we have a hash tree of transactions concluded in the block and then the transactions themselves. This way of writing allows you to search for the transaction by its hash, without having to read all data.
What is the average time of cryptocurrencies block extraction?
Bitcoin (BTC) - 10 minutes,
Bitcoin Cash (BCH)- 10 minutes,
Litecoin (LTC) - 2.5 minutes,
Ethereum (ETH) - 12-14 seconds,
Ripple (XRP) - 4 seconds.
galaxy20
29.09.2020 16:25
0
ReplyWhat is a transaction block?
galaxy20
29.09.2020 16:25
A block is a record in a blockchain that contains and confirms many pending transactions. A new block containing transactions is opened approximately every 10 minutes in the blockchain by mining.
0
ReplyAdd comment to answer
A block is a record in a blockchain that contains and confirms many pending transactions. A new block containing transactions is opened approximately every 10 minutes in the blockchain by mining.
Andi
19.10.2020 16:45
Edited
0
ReplyWhat is a transaction block?
Andi
19.10.2020 16:45
Edited
Transaction blocks are saving data in the network. This data is called a distributed ledger and is inserted into the chain at intervals. In each block there is a timestamp with the date, time and transaction size and signed electronically encrypted with a hash. When the block is in the right size or has reached his time the next one appears with the hash of the previous block. In the bitcoin network block appears on average every 10 minutes. After the transaction is entered into the blockchain, it is no longer reversible, unchangeable and can not be deleted. The first block in the newly created blockchain network is called “genesis block”
0
ReplyAdd comment to answer
Transaction blocks are saving data in the network. This data is called a distributed ledger and is inserted into the chain at intervals. In each block there is a timestamp with the date, time and transaction size and signed electronically encrypted with a hash. When the block is in the right size or has reached his time the next one appears with the hash of the previous block. In the bitcoin network block appears on average every 10 minutes. After the transaction is entered into the blockchain, it is no longer reversible, unchangeable and can not be deleted. The first block in the newly created blockchain network is called “genesis block”
Karol Kiełtyka
23.09.2020 19:42