Memory Pool Memory Pool Refreshing

24,855 transactions
47.61 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,926 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,563 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,925 (316,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,441 527,441 00000000000000000021ebdef620afc750f0ee3cd78d6c2cfcc8222391166694 1.17 MB 2,462 27
527,440 527,440 000000000000000000128a0dfeef8a4b924dd8d46ea90abad7621c9fc2f91da0 0.88 MB 1,553 11
527,439 527,439 0000000000000000000f0e0f90ce9ae8e08f579349191d9bd037b93e14034ae4 1.17 MB 2,385 30
527,438 527,438 0000000000000000002829af24d1e0b06d2a8bf7803041a91924c99a185bd07a 1.49 MB 1,262 8
527,437 527,437 000000000000000000083e4ed18655aa74547c2574d19acd7855dc542dce73a1 1.40 MB 851 30
527,436 527,436 0000000000000000002cbb8e2c13d4c1780c36ec83543ae45631024e4e3b1f52 1.24 MB 2,556 41
527,435 527,435 00000000000000000013cc3cee7f9909c798e738b94e0628bfad4f238a250303 1.00 MB 1,207 15
527,434 527,434 0000000000000000000595f683fe3cfc0907dbaa998d1e453699748015ae02eb 1.13 MB 1,805 35
527,433 527,433 0000000000000000002aa24a7cb7c78fd90f07ca1076391b66e5dce67d732df3 1.01 MB 615 42
527,432 527,432 00000000000000000030c28cf0d74be660a6596a0a3ce4b6c54608f0c690c3c8 1.01 MB 592 56
527,431 527,431 000000000000000000368bd21f5a65de3e20e7c50ec01d96da21724cf1336b0c 0.13 MB 260 27
527,430 527,430 00000000000000000038799ae445bad0876ecd34ff35c528531a376b744c7500 0.27 MB 683 29
527,429 527,429 0000000000000000000450c3d4737c125691fd18721b1d07f2d0159b5961ddd7 1.05 MB 1,879 23
527,428 527,428 000000000000000000150b68acb0dc44a1d6ca92ac0d4c6c3c4320a9f42b2d39 0.84 MB 1,678 25
527,427 527,427 0000000000000000002f4c5b6ab05a1d584d7d3af214c4f96561ee2447335542 0.43 MB 817 41
527,426 527,426 000000000000000000261596d20cdaaf9d684a81ba242fb4bfdeaf50942e8cd6 0.28 MB 597 24
527,425 527,425 00000000000000000020b1daec13279a28aee01db0d6bfe135bc3035deff46ad 1.14 MB 2,462 31
527,424 527,424 0000000000000000001f07b09de6d4dfdefff4323872ef7c16d3816e4d5437ab 0.87 MB 1,314 16
527,423 527,423 00000000000000000037dfc0eeda19c4e68c4c3638d396bbd3e1725e4ee1b20a 1.12 MB 2,037 14
527,422 527,422 0000000000000000000c9d1cf2ffeeafeb6260146ebedab4eae638b499e53179 0.58 MB 1,044 34
527,421 527,421 0000000000000000000d25a17f3922a7434c2a6cbf363de753ac4a5d6fc85682 1.17 MB 2,777 44
Previous 10 blocks ↓
Total Size: 650.38 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,966.06 GB sent, 62.64 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.