How many transactions are stored in 1 block?

I was wondering how many transaction can one block in Algorand blockchain store? Does it depends on the size of the transaction? Or is there a default number?

A block contains at most 1,000,000 bytes of transactions.
See go-algorand/consensus.go at f2a48c9813755ac794d415fbe73a06ef617759d3 · algorand/go-algorand · GitHub

1 Like