Bitcoin Forum
June 21, 2024, 09:36:40 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 731.6 kB.. what does it mean?  (Read 837 times)
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
January 20, 2015, 07:43:26 PM
 #1

I just saw 5 blocks in a row (339795 - 339800) all with size 731.6.

Looking through the recent history I see that is a popular size for blocks.  

Can anybody explain this for me ?   Thanks!

-- funkenstein the dwarf

"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
doof
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
January 20, 2015, 11:05:49 PM
 #2

I just saw 5 blocks in a row (339795 - 339800) all with size 731.6.

Looking through the recent history I see that is a popular size for blocks.  

Can anybody explain this for me ?   Thanks!

-- funkenstein the dwarf

I am build a website to allow such queries, its still only pre alpha www.querytheblockcha.in

You can search for that via this SQL Query SELECT * FROM Bitcoin.Blocks where length > 731000 and length < 732000

NB:  It is a few days behind, I havent imported the lastest blocks
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
January 20, 2015, 11:29:27 PM
 #3



I am build a website to allow such queries, its still only pre alpha www.querytheblockcha.in

You can search for that via this SQL Query SELECT * FROM Bitcoin.Blocks where length > 731000 and length < 732000

NB:  It is a few days behind, I havent imported the lastest blocks

Nice project!

Well I can see from querying your site that this is a new phenomenon, as I don't see an unusual amount of these long ago. 

I am still scratching my beard over this.  The blocks are not from a single pool.  There are way too many blocks of this size for this to be a coincidence.  Maybe the pools are sharing some mining software which does something (?) which prefers blocks of this size. 

15 of the last 50 blocks are 731.6 kB.   I would love to know why. 



"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
eleuthria
Legendary
*
Offline Offline

Activity: 1750
Merit: 1007



View Profile
January 20, 2015, 11:31:36 PM
 #4

731.6 * 1024 ~= 750,000 bytes [slightly less, but it's hard to make a block exactly 750,000 bytes].  It's a set of pools which set their maximum block size to 750000.

RIP BTC Guild, April 2011 - June 2015
doof
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
January 20, 2015, 11:45:48 PM
 #5



I am build a website to allow such queries, its still only pre alpha www.querytheblockcha.in

You can search for that via this SQL Query SELECT * FROM Bitcoin.Blocks where length > 731000 and length < 732000

NB:  It is a few days behind, I havent imported the lastest blocks

Nice project!

Well I can see from querying your site that this is a new phenomenon, as I don't see an unusual amount of these long ago. 

I am still scratching my beard over this.  The blocks are not from a single pool.  There are way too many blocks of this size for this to be a coincidence.  Maybe the pools are sharing some mining software which does something (?) which prefers blocks of this size. 

15 of the last 50 blocks are 731.6 kB.   I would love to know why. 




Thanks, there is still a fair bit to do to make it beta.  Performance is an issue, but I've got a SQL consultant helping me index.
ensurance982
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


Trust me!


View Profile
January 21, 2015, 12:22:50 AM
 #6

Huh, interesting. Yeah I don't know all the previous maximum block sizes by heart, but it seems to be a wise choice to limit your block sizes. Keep in mind that the larger a block gets, the longer it takes to be transmitted, thus decreasing your chances of it entering the blockchain and receiving the block reward.

                                                                                                                      We Support Currencies: BTC, LTC, USD, EUR, GBP
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
January 21, 2015, 03:01:04 AM
 #7

731.6 * 1024 ~= 750,000 bytes [slightly less, but it's hard to make a block exactly 750,000 bytes].  It's a set of pools which set their maximum block size to 750000.

Thanks for this, and also ensurance982. 

I guess the fees just aren't worth the extra time it takes to calculate the merkle tree and transmit the extra bits.  Perhaps the only new takeaway from this is how many pools (and "unknown" pools / miners) share the same code. 

"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
darkfur93
Member
**
Offline Offline

Activity: 110
Merit: 10



View Profile WWW
January 21, 2015, 04:16:16 AM
 #8

The default maximum block size is set to 750000 bytes.
This can be changed in Bitcoin Core by -blockmaxsize=<n>

The minimum block size can be changed as well -blockminsize=<n> The default is 0.

BTC: 1GXFRtMFTyw1KVqkpH2DPiZMmxcyr8wSbX
ticoti
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
January 21, 2015, 05:28:43 AM
 #9

a block contains information of transactions of bitcoins and that information occupy space
PaulPierce
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 24, 2015, 01:56:50 PM
 #10

a block contains information of transactions of bitcoins and that information occupy space

yup it contains data..n the data takes up some space!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!