This question is related to question: What is the database for?
What is size in MB of:
- blockchain itsef - blocks/blk*.dat
- blocks/index/*
- chainstate/*
- blocks/rev*.dat
Is the size of chainstate and index proportional to blockchain size?
This question is related to question: What is the database for?
What is size in MB of:
Is the size of chainstate and index proportional to blockchain size?
Only the size of the blockchain itself is the same for everybody. You can find graphs that show this size, for example Blockchain Size.
All the other files you mentioned are databases and indexes that your specific client uses to find blocks in the blockchain, or to keep track of transactions or unspent outputs. The sizes of these files are client-specific.