Memory Pool Memory Pool Refreshing

99,971 transactions
36.46 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,136 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,830 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,135 (465,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
380,463 380,463 00000000000000000069ca16a952db99d4adb9a0ceb7a8a4f782a5497a6a2381 0.95 MB 2,257 41
380,462 380,462 0000000000000000102dad55e94e115cd531a57c7a68251d4ea3cb1881854716 0.93 MB 1,759 36
380,461 380,461 00000000000000000cf82f17704ff844ed4ac1a719183aa565d5f75d6643340b 0.14 MB 217 31
380,460 380,460 00000000000000000fc17116527a9e273d6a932c5fe4526a8da826baf6b3c518 1.00 MB 740 12
380,459 380,459 0000000000000000059b8a7b370977a16ed209a0a57b1c1ab2ccf7650489d17c 0.60 MB 1,126 31
380,458 380,458 000000000000000008cb209f460f8dc27d9a4892c1781a160f11f8cb8a71bed0 0.48 MB 800 27
380,457 380,457 00000000000000000ffc6bac18eece492c0fc3c0f20fec1b6a9a694dd7de57ff 0.53 MB 1,058 34
380,456 380,456 000000000000000000c7f05575d4ccfd5525528811f9ec9513ea1095fa1983b1 0.53 MB 965 33
380,455 380,455 000000000000000008e1e56db69b657c086a7e7648335f164a9ff94597a8296e 0.44 MB 901 32
380,454 380,454 000000000000000004f8a77bfed8bc264577bf448558d1cc3b958fe4d1d92c63 0.36 MB 613 30
380,453 380,453 0000000000000000076c3781375ce506b68fa554a352edabd27cd3be5fb92a14 0.12 MB 187 21
380,452 380,452 00000000000000000541bbbbf5a34c9410d90c1f62941e8931d1a45a2590a837 0.25 MB 459 30
380,451 380,451 0000000000000000082875695f351eb9b19286a1ea8e7e3be8e81c6f881bfebb 0.34 MB 615 30
380,450 380,450 00000000000000000cd06cb2b34fc490ad730f47a44870385a6b01425ed8e8dc 0.39 MB 518 25
380,449 380,449 000000000000000011666171762884bc301e86c64d0afc2fa5f9c0bf74ee4ac8 0.43 MB 307 14
380,448 380,448 000000000000000004f421d0e899368b05c2ead1b70a91db433a7d8f25e85215 0.27 MB 589 36
380,447 380,447 00000000000000000040420aa4eb3c3a76c3981fbe7550f3a1bf2dc874010636 0.28 MB 619 38
380,446 380,446 0000000000000000031ede147041dfd6d063378e21eb7dc3ac2d81cce8d73ec6 0.11 MB 144 22
380,445 380,445 000000000000000002ae7e66d0ac61ec6ce3d154aea99bd323372d9fd1cfceca 0.69 MB 1,211 31
380,444 380,444 000000000000000010680320742c0681a87a87a850836b26499098ea1c40a1e7 0.32 MB 664 37
380,443 380,443 000000000000000001ea1bd57b73a472bddaa5a9f3561301fbf1b2f408b91e92 0.13 MB 185 22
Previous 10 blocks ↓
Total Size: 654.47 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,377.26 GB sent, 89.21 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.