Memory Pool Memory Pool Refreshing

61,740 transactions
38.31 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,116 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,977 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,115 (571,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
270,366 270,366 00000000000000015879c255afc906dab9a199311d6a0e88078ffb295a402e42 0.90 MB 1,330 17
270,365 270,365 0000000000000000770b615371370c23d001377d87af616029485729539d16c8 0.25 MB 466 28
270,364 270,364 0000000000000004290999baeade3154a869bf1427a6df5b8c1306d25bcad514 0.50 MB 1,013 60
270,363 270,363 0000000000000004f9bbc8ead10304241c7d4a2a9014aedab487cb6cb78f963d 0.50 MB 1,389 273
270,362 270,362 0000000000000005ae0435af7bd38da0340807a9af9adde82766d5d6f05c0d30 0.25 MB 535 189
270,361 270,361 000000000000000159b6b8bfbaf9608c2c25cfc940950b1ec85f58f43992f604 0.50 MB 1,151 63
270,360 270,360 00000000000000061e27e44ca0ef6394efdbc65e1e2b28ee47d87f18ff2d8a5b 0.50 MB 1,522 111
Previous 10 blocks ↓
Total Size: 646.96 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,440.40 GB sent, 41.91 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.