Memory Pool Memory Pool Refreshing

59,183 transactions
27.41 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,872 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,754 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,871 (555,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,549 289,549 0000000000000000384f43fa6c85732c1cca9d2912247b1dde1d89bcbe617df0 0.20 MB 371 42
289,548 289,548 000000000000000040fa60cba3dc1179aa7c97a6573e78d49cb283b8a392bd38 0.10 MB 243 9
289,547 289,547 00000000000000009807121bc7f5da7100dba671cc991f2deaf9bd34458de62c 0.07 MB 185 34
289,546 289,546 0000000000000000b175c88db237907d00f3d3a1e79256d346de2f0afc16df31 0.04 MB 106 41
289,545 289,545 00000000000000011fddcc8eb08e655400c3c7a3601cc6b32305260145ba7dbe 0.03 MB 128 46
289,544 289,544 00000000000000008e88f255d1abff9d3533738c11d5f606d5dd83ede40286bb 0.23 MB 536 36
289,543 289,543 0000000000000000b14fc1f1a0ed17c04d12451cff9d4cbb50c472ed985476d8 0.16 MB 329 31
289,542 289,542 00000000000000002e0277ec10df8d7c4ed5efc203a934e2400296fc930a40d4 0.28 MB 390 22
289,541 289,541 000000000000000098aca224c933741d1945fb7d70a7211cb30e7553a769fc32 0.17 MB 512 47
289,540 289,540 0000000000000000337d5d3ce7b522542a1cc74847de22ff808562e5e094f239 0.10 MB 257 5
289,539 289,539 0000000000000000dca5cdbcabf3d1cb40614ce50d6afffefc46d6eb7662fc50 0.60 MB 1,144 41
289,538 289,538 00000000000000003592afefbccb969e629eebb261c03fd78ab4ca6702a744af 0.06 MB 160 17
289,537 289,537 0000000000000000e3a8f184f286255fb616d6b8d025d45574d6221b23bb5f34 0.02 MB 64 3
289,536 289,536 0000000000000000090386a05e963ffb1d6fd5cc7459e9cd67c7e6f1397f3c4a 0.05 MB 120 42
289,535 289,535 00000000000000002a6479d1cc77d4de65c4ae421d0155af8c702e8594e07783 0.20 MB 330 31
289,534 289,534 000000000000000025810d196f59f88eba122de8ce63c88c238399cd691ca86e 0.25 MB 497 36
289,533 289,533 0000000000000000d54fd89952181e618117a6c4d810e925a4d6889c51ee01b5 0.15 MB 340 34
289,532 289,532 000000000000000013b827d6bdb9a42a6b2e2c0a1786ac6698ad5891e1c6cfbe 0.17 MB 282 32
289,531 289,531 000000000000000028e844e50c2944f951902730b9dc21cb0fa43b07f6202233 0.26 MB 412 33
289,530 289,530 000000000000000018ceb6cca4bef515e32553fcdd448d1b5d1a3acb3f130562 0.17 MB 206 28
289,529 289,529 00000000000000008c8a4a83a47621e40c90dc07ce561b9d34ee7ed25b472ff1 0.48 MB 858 31
Previous 10 blocks ↓
Total Size: 652.16 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,210.43 GB sent, 72.78 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.