This block carried no transactions
An empty block is normal on Arc: the chain commits one roughly every half second whether or not anyone submitted anything.
Blocks are batches of transactions linked by cryptographic hashes. Arc produces one roughly every half second and finalises it immediately, so a block that exists can never be reorganised away — which is why every page keyed by a block height on this site is cached forever. Read more