Memory Pool Memory Pool Refreshing

40,512 transactions
46.15 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,239 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,932 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,238 (570,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,840 270,840 0000000000000000ec340f076d5fe3f71891b9cfc90455e8db0e3106ce3ec98e 0.24 MB 488 47
270,839 270,839 0000000000000006d578ad55fddaeed9efb8229413f59c42b0c23f9c23c1bb3b 0.28 MB 425 40
270,838 270,838 0000000000000003fd35c6512f8457849118b2e989a49b89493cd8d05089e633 0.25 MB 453 90
270,837 270,837 0000000000000004e9e9e8ceff97bfd84f85c4182ff0b22c617a35152f29d432 0.50 MB 1,065 74
270,836 270,836 0000000000000004ce930027a4a708ae2486ac7d42b92d14b8b031e06c067d47 0.35 MB 263 14
270,835 270,835 0000000000000000ae5afc53c168655e7a336a34da53f256d20b3053857c1ec5 0.35 MB 703 47
270,834 270,834 0000000000000006c125b94c6e915538f1d68912640f84b3a8cd1daf863c1093 0.38 MB 823 65
270,833 270,833 0000000000000006b62450b372112fd577a23aec217c083a79ec582974395408 0.38 MB 639 30
270,832 270,832 00000000000000063ff4f0d9a1d170c181fbc46258a2611e113d1351359c0f71 0.25 MB 639 107
270,831 270,831 0000000000000004a3a1c04504304d95d45aa23acf70f4b0a463f9eadca93990 0.15 MB 142 14
270,830 270,830 0000000000000003154c8fc106a3b5572f3546084d99426af4a6deb0bd3d79a6 0.25 MB 639 88
270,829 270,829 0000000000000001017f2f72fd940df34f867a9d1c77cb1c3c928471da8c7bac 0.12 MB 263 71
270,828 270,828 0000000000000001de8c74a7bf590b9f71839d53ce8dce0e07273ada1bfccaad 0.21 MB 496 97
270,827 270,827 0000000000000000987c3f83afdb4a57302ee136e34ba19ce600e0aa367fb377 0.21 MB 454 80
270,826 270,826 0000000000000003701ec5d5083a3b35c12e356fc6c51874da625864203cfc75 0.21 MB 295 28
270,825 270,825 0000000000000000285dfb40c4b4a7d0930b58e0cf632b2a1db7451b6bab304d 0.28 MB 637 62
270,824 270,824 0000000000000006618a379daa5e9476f6aa531535a5ff52d64bcdc9b4878d79 0.02 MB 48 77
270,823 270,823 0000000000000001f6511584f4380fc3c98b2eaf0dd1fadd8d5240bfe0817de3 0.20 MB 414 67
270,822 270,822 000000000000000548c57faf2ea24a96ff20759cf4a88dc85fff100929e6bbce 0.17 MB 241 42
270,821 270,821 000000000000000497f17b0753ecbcc4946b617b967b90d28525381ecb4b5413 0.24 MB 532 76
270,820 270,820 00000000000000029718a6851254d5233b73085236bdc8415ef74993e8a1126c 0.25 MB 313 26
Previous 10 blocks ↓
Total Size: 645.32 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: 8,232.54 GB sent, 31.75 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.