Memory Pool Memory Pool Refreshing

70,419 transactions
27.99 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,209 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,130 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,208 (519,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,880 326,880 00000000000000000600b1cad68f8c87a0969013640fe4b59b9ce054e9f4d890 0.12 MB 245 30
326,879 326,879 00000000000000000daa87cc0fe70f047b5a71f36d0e139b8ba43bb18d43a88d 0.01 MB 28 10
326,878 326,878 0000000000000000011a4fab9a0801f2178a5c0a7816140a6f4c47eab3990952 0.14 MB 142 17
326,877 326,877 0000000000000000189eb41e43dc829b2a21423a9042385e2ebcaf85a67967c9 0.43 MB 812 29
326,876 326,876 0000000000000000006ad0339f1869d718e0839a0a7e9fac43f4cbe91651b412 0.07 MB 133 32
326,875 326,875 00000000000000001965cd0d89fecf8b9bccd43d123e85920a45dc036dc3e23c 0.25 MB 484 30
326,874 326,874 00000000000000001b11e705a65670fde9277dc50cbf83595d8eb339f77cf813 0.44 MB 1,096 37
326,873 326,873 0000000000000000193770f423f5f37c516e81ffb5a521eab347443fab2af2ef 0.16 MB 282 29
326,872 326,872 000000000000000006cded00152d5d5e7fbe72d9f66cd49385d967e4665aa23c 0.10 MB 236 34
326,871 326,871 0000000000000000190d478ca6202154ab02ba771944fed686c8fb221a1e4af4 0.14 MB 357 31
326,870 326,870 000000000000000012c6876c494e2372a919c50d8314840722d40ea4aed291b4 0.07 MB 117 24
326,869 326,869 0000000000000000146ef33a4e4d0551a6d1307e382925fb4f02ad87404c8a15 0.23 MB 443 29
326,868 326,868 00000000000000000e3e476841a7abcad3e87c0489060124ca88ec65fba33598 0.28 MB 570 30
326,867 326,867 00000000000000001a1ea570fa8d3085d8e39d4e59a0a71e59006256d521082d 0.02 MB 33 14
326,866 326,866 00000000000000000323b2d20358ba65d49c6db55bd974d855a3f1349e43c53b 0.01 MB 34 31
326,865 326,865 000000000000000006c238339b6aa7c17909c723596cc855990423edafc203bb 0.08 MB 194 34
326,864 326,864 00000000000000000e8040a14ac3428ae1b27f31b917b620b28974694d429aa5 0.05 MB 107 30
326,863 326,863 0000000000000000119bccd5ef88a44b99409c405c8bd1f6eaf62e731ec02c80 0.10 MB 153 12
326,862 326,862 00000000000000000d4d340dbda8d0f3435da571a1b4b0108f75c6c34b2fbcad 0.29 MB 266 16
326,861 326,861 00000000000000000345533e00b2d94f5a419c30c4db3ae9a8e548886f6d0093 0.75 MB 784 20
326,860 326,860 0000000000000000105cd9e15aacd4335e72806e1b82a0479db870d835c9440f 0.75 MB 1,934 37
Previous 10 blocks ↓
Total Size: 654.60 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,381.19 GB sent, 90.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.