Memory Pool Memory Pool Refreshing

69,623 transactions
33.72 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,513 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,863 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,512 (470,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,585 373,585 00000000000000000c1370b8575ef9baa3758ed5a1a191fb64bb7d9c6b53825b 0.19 MB 373 38
373,584 373,584 00000000000000000d7b88365885a3cd27485ffbb12d8c250f9bc6931f492259 0.95 MB 792 16
373,583 373,583 00000000000000000c2fb99889ea7180d61a893d1bda3ef857fe436a6bf5925a 0.71 MB 1,460 53
373,582 373,582 000000000000000004132ec88785501298a4c2f9e23efb1288d7b27938c7f3ec 0.90 MB 134 2
373,581 373,581 000000000000000007a47458fd1b32051fef2da57cd218b698f0721e55d0fd77 0.94 MB 1,140 22
373,580 373,580 00000000000000000e0e87dafa5db5c2eb63b819029f24a9e0f2c92b337acfb4 0.95 MB 553 7
373,579 373,579 00000000000000000c13e5d19800a36e776f3af0e315303985a4d70c03897ae1 1.00 MB 1,748 28
373,578 373,578 000000000000000004d8d92b2a86b0f241edf2441d0bcf6b91fcb2fa2dff30f2 0.00 MB 1 0
373,577 373,577 0000000000000000071f2691890b078cab06324469e562b20df9b32b85e5e6ea 1.00 MB 2,379 54
373,576 373,576 00000000000000001169918c90d920add5facd47710bc141c6a7d9161ec69e8d 0.93 MB 1,854 49
373,575 373,575 00000000000000000ade63afad0d18d32b36d9d187b08aed1633bc9cb2aee468 1.00 MB 1,537 26
373,574 373,574 00000000000000000ba72a6707bc834dd6648229ab47dee5add6455f1bbb4c35 0.85 MB 1,868 53
373,573 373,573 000000000000000013120ce30e1567631a8ef2c9b89235e04352a086033753bb 0.04 MB 118 42
373,572 373,572 00000000000000000541c33a8d6897b07767f14dd323403188cefa93178219c9 0.72 MB 381 8
373,571 373,571 00000000000000000f4d3d612d45556fe6069378d098042ef28a919da33989f9 0.95 MB 1,463 28
373,570 373,570 00000000000000000aac0f57e740359ee595681e0b345031c498a9fbe07ef2c1 0.93 MB 2,021 52
373,569 373,569 000000000000000002d14e8f9002cc8bdc5340ec7b373c4854e738fee4ecf33c 0.93 MB 1,539 31
373,568 373,568 0000000000000000080efaaf541a4b4b5514006d93a7f14dac6eb1594fcc1d21 0.13 MB 223 48
373,567 373,567 00000000000000000b2d470b609422edf7d3a83cc7f395f20463fa9adfba0388 0.31 MB 397 27
373,566 373,566 00000000000000000df33d23f40eabe87f4162d4adefa090d6e59a1869df613f 0.99 MB 1,627 33
373,565 373,565 00000000000000000f4e057e29cc316aadc07a1f7e6a4851c8db281f57a3cd71 1.00 MB 1,848 37
Previous 10 blocks ↓
Total Size: 651.48 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,137.18 GB sent, 68.84 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.