Memory Pool Memory Pool Refreshing

93,747 transactions
29.77 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,025 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,938 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,024 (575,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,387 270,387 000000000000000001480bf37765db8beb84651395cc36e76e2c4e36fbb51026 0.20 MB 265 26
270,386 270,386 00000000000000054fb081f46a0891f7860ec352e6c5b83240888aea09902de5 0.35 MB 249 18
270,385 270,385 0000000000000001cfeeda7f7573c51d7e07c56423732eb50c190e910a146141 0.25 MB 687 92
270,384 270,384 0000000000000006aa1a7b35635e4c719ef2bc7f13b6748f1c000716900627fd 0.50 MB 411 17
270,383 270,383 0000000000000005587bbdb8db36303fcb2429679aabeacbde9d77e30728a232 0.25 MB 543 67
270,382 270,382 000000000000000474a07f9d12e7a77a0cd93d8fa0f12d30d8a4d16c947bfafc 0.25 MB 471 64
270,381 270,381 0000000000000005225e2103d59d148ebf8880eb54ad97efc1a36a070cc8528b 0.62 MB 703 19
270,380 270,380 0000000000000004345702eb12b70fdea0f2a0f583aeb92aaa2ff93cd6b5f462 0.25 MB 675 40
270,379 270,379 0000000000000004e4c0fe065e9a75c0a334e8aaad6ee353ee9b2ca56e40efa4 0.25 MB 616 117
270,378 270,378 0000000000000000f24a42b5deac3bc93f4e8465e2419e2fb5ca4eb393200624 0.50 MB 1,383 119
270,377 270,377 0000000000000001e281afcc664fb14d58cc73003404269afa7481a4fd8258ae 0.25 MB 260 24
270,376 270,376 00000000000000059c05ccdc89320a2d864ee4f8cac4bd89c5712c4944383a9b 0.45 MB 296 14
270,375 270,375 0000000000000004a160a69c044a4b29a00ceb177a1b6af75b7a9e9cac1aba5d 0.25 MB 554 35
270,374 270,374 000000000000000329a50d07d1a71f4184879da1ef833366b0116e5e5113d450 0.25 MB 585 154
270,373 270,373 00000000000000055e2ab55360d92be4408f323f1d3fea8ea319c49a8e05cc83 0.50 MB 695 70
270,372 270,372 000000000000000094fb3dc2b80a7213da157242bdbb01acd9bcc7a80ec44489 0.50 MB 386 28
270,371 270,371 0000000000000004ee2c1802090ee7e2dcab76603df491ef4244436e51bf0379 0.20 MB 237 38
270,370 270,370 00000000000000022ab6ef10cb51f37d675f2c5a17359f1e54319ee7bf4153d5 0.25 MB 565 96
270,369 270,369 000000000000000329cd4d0932727ee0806622a2154f2b4200fd09a1ce34858b 0.25 MB 208 21
270,368 270,368 0000000000000001a538a91c469ab49f1b05e342c07083c75183e625e8080cb4 0.25 MB 369 30
270,367 270,367 0000000000000006bd53bbcd34489a704271327db987d837c4a1c76f1f2a351e 0.25 MB 713 100
Previous 10 blocks ↓
Total Size: 654.27 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,365.31 GB sent, 87.73 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.