Link on their code works, where size of mainnet is about 12.4GB.
Yes, my bad. I checked another link last time.
Now I checked load-utxo-set.sh file, downloaded "utxo-snapshot-bitcoin-mainnet-867690.tar" and found inside just "chainstate" and "blocks" folders which were created at 10 Oct 2024 (520 days old). So, you need to sync 520 days (on chainstate.io you can get fresh snapshot only for €10

).
Also, in load-utxo-set.sh file they don't do any extra verification, they just removed your blocks and chainstate folders and replace them with folders from .tar archive (the same what chainstate.io suggest to do).
People who have such concern probably should consider UTXO snapshot/assume UTXO feature. AFAIK there's less issue since Bitcoin Core perform some verification.
Nice finding. After chekcing their code, I discovered that bitcoin has hard-coded block hashes here
https://github.com/bitcoin/bitcoin/blob/8e789322c5aef90c7eb3b71c2876e85f7208cf8c/src/kernel/chainparams.cpp#L160-L181, the most recent is 4 Feb 2026 (55 days old), but this version of bitcoin core client is not released yet. It will be in v31.0.
In current latest bitcoin core version (v30.2) they have hardcoded block from 14 Aug 2025 (230 days old).
Wait for the command to finish (this will take tens of minutes to several hours depending upon the speed of your machine)
I'm gonna check this.
Thanks ABCbits!