Post
Topic
Board Development & Technical Discussion
Re: are there any actual stats on chain reorgs, by depth?
by
achow101
on 18/03/2016, 21:23:38 UTC
Although I don't think Bitcoin Core has stats on reorgs, it does keep all of the valid blocks it receives. You could scan through the blk*.dat files and see if there were any chain reorgs.

Edit: I stand corrected:
The official Bitcoin client has "getchaintips" command