How many transactions can a bank/person make per block

0

I’m trying to determine if bitcoin is too expensive for a bank to use.

Assume that a bank would use bitcoin for something like confirming transactions between itself and another bank I’m asking how many transactions on a single block can a bank make?

I’d like to answer the question 1 Bitcoin Cost / Number of transactions = cost to bank / transaction

Any thoughtsb Is this the correct way to think of the worth of bitcoin?

Jonh

Posted 2017-10-01T21:42:37.793

Reputation: 1

Answers

1

The cost of a Bitcoin transaction doesn't scale respective to the amount that is being sent, but according to the amount of data that the transaction occupies on the blockchain. The Bitcoin blockchain produces about one block every 10 minutes which can (depending on the transaction composition) carry about 2,000 – 4,000 transactions.

Murch

Posted 2017-10-01T21:42:37.793

Reputation: 41 609

How many before and after segwit?John Smith 2018-09-17T19:36:29.947

The introduction of segwit changed the limit from 1,000,000 bytes to 4,000,000 weight units. This should translate to about a doubling of the transaction capacity.Murch 2018-09-17T21:19:28.260