Memory Pool Memory Pool Refreshing

67,148 transactions
37.95 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,201 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,462 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,200 (574,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,537 270,537 00000000000000003fc21fe7e8c61bfa0698b1aea0ac089340cf75b94f3236d5 0.20 MB 373 53
270,536 270,536 000000000000000258513020bb0e87f6c309ef4b9b915d62db98021911985e8b 0.21 MB 372 38
270,535 270,535 00000000000000040e75f80191f3ba51cdd1aae4dbc270a65817f549e405835c 0.01 MB 30 41
270,534 270,534 00000000000000040cec290e40f9fe7aabeea89dea6897134fe201d14667f37f 0.16 MB 168 28
270,533 270,533 00000000000000038198c655f6891c9e400b99f597db0e35267200d336345238 0.25 MB 614 67
270,532 270,532 00000000000000040e7f757ad77a0529f3668df56d09af71d5762db42eb27d77 0.25 MB 616 83
270,531 270,531 0000000000000003bdab645a3efb313c74d3ef16a7d6b425687054cb82e0d5b9 0.25 MB 480 57
270,530 270,530 00000000000000046f84fb6e58e873a6025d7494c7422433dfb5c2e9ee836dc8 0.06 MB 119 34
270,529 270,529 0000000000000000eb63b6e240ea8d5a23a0817bb108ec2ede3d83acb2581dc2 0.22 MB 428 72
270,528 270,528 00000000000000064a67a153c33e7c94f17237c254c216683eada4190c6afc26 0.15 MB 205 29
270,527 270,527 0000000000000005af496e4f015a90ff5a5513fd43d8d15f6f0cac43fa6b9d76 0.42 MB 831 61
270,526 270,526 0000000000000006546618adffee062f586546d49f7e6d7ab64c10f19f4823fa 0.20 MB 373 52
270,525 270,525 0000000000000006fd7cd79a9178bb59f5429a0a5354f2494e96273589858903 0.50 MB 1,044 60
270,524 270,524 00000000000000000d130fae41e99adcd3c4b7107b4dea6da88f312c2bae5130 0.55 MB 1,012 27
270,523 270,523 0000000000000002cad32a1a7cc48364cfa311482b076ccb04e1ac591a841cf1 0.23 MB 433 45
270,522 270,522 0000000000000005f2093feec34b5e1f34b90f7d19a657453e8e68008cdcd2ef 0.25 MB 380 23
270,521 270,521 000000000000000389d0e98c2367f5a24f48e0b70caf772fdf96c8eebd4e7f78 0.25 MB 602 88
270,520 270,520 0000000000000004050ba185ce9721f508a216f137db9e1628ab3f3437457c2a 0.23 MB 438 74
270,519 270,519 0000000000000000b3155cd064e2cb0b7ffb8407d6eaa3ef9c46f11d53690cc1 0.25 MB 470 58
270,518 270,518 000000000000000515a084168adaab62962349584b2d85475203e56f83036b71 0.17 MB 231 36
270,517 270,517 00000000000000021f19a976b5a87cd4d814000783ea98512ea6afe0def4c2db 0.25 MB 557 53
Previous 10 blocks ↓
Total Size: 652.77 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,286.23 GB sent, 77.02 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.