Memory Pool Memory Pool Refreshing

77,153 transactions
32.91 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,411 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,534 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,410 (178,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,440 666,440 00000000000000000004754d846c1a662cbdecc858d12264449caf82c65f9586 1.11 MB 722 103
666,439 666,439 000000000000000000003e5fb1b0a6f83743c1f13d4bbef9b985c4ee4a16c34f 1.31 MB 1,661 37
666,438 666,438 00000000000000000002a7989c92ab05d9c7bee271fd5e8bc0ed19137893228a 1.40 MB 2,124 48
666,437 666,437 00000000000000000007d4171173d1505e3f7d5a7242a83ce3fd6e1db96e0d9a 1.21 MB 2,153 33
666,436 666,436 0000000000000000000c5a1673629a33b76ce1e0f0761010a0af8c28d8ef8f8a 1.37 MB 2,810 74
666,435 666,435 0000000000000000000ae38f8e637438dc6f39b04e3343fbfc2d0240f4410683 1.37 MB 1,349 21
666,434 666,434 0000000000000000000050505349585ab51cb90b365ae01d81eacccafab34c18 1.23 MB 1,906 36
666,433 666,433 0000000000000000000b2a8db5f40859d0c3796b1cbbeda78fecf7ae6d468740 1.13 MB 1,381 14
666,432 666,432 00000000000000000007d2448b37c1f5999e0395f0ec6803292ee7e09b77b9df 1.28 MB 2,286 36
666,431 666,431 00000000000000000009b8c6f056466afa997480a935ed46b60679c3652d1de3 1.34 MB 1,567 15
666,430 666,430 0000000000000000000bab3ca3f7d70c96c201691a8d8baf39f6fd7da7612106 1.37 MB 1,410 15
666,429 666,429 0000000000000000000c31debac5189d1dfab8a86ee8292f1cb40fc8e2fe60fd 1.32 MB 2,168 68
666,428 666,428 0000000000000000000ccd895e52d4898a66fa8fcc9aa5453e6ce08992026c1d 1.22 MB 1,758 21
666,427 666,427 000000000000000000099b24a3d546931f1f586d567fc8f030c9c5202489bdc0 1.18 MB 2,155 11
666,426 666,426 0000000000000000000847a0bc567868100878d782c7a80a08f3527b2e67a64e 1.29 MB 2,168 27
666,425 666,425 000000000000000000084be81e7e7c80093864b613c81b9c40f2161796ff3ca8 1.44 MB 2,278 73
666,424 666,424 0000000000000000000aabf2dfcd5008e58f24d14eb40bcf948bbe8dc7a59279 1.26 MB 2,998 123
666,423 666,423 000000000000000000003d2b8f1f5c4933004e3d579e1a7ca42703fa8d3b55ec 1.42 MB 2,273 65
666,422 666,422 0000000000000000000013180efa92ba17a0ff02df33601c8bcb4c7a1d8d622e 1.28 MB 2,022 29
666,421 666,421 0000000000000000000ce551b7dcbec4ce6c8364be889029d2148a9942e91d3e 1.27 MB 1,000 88
666,420 666,420 000000000000000000093f0747908ba43719d7b00fa99a7575d71b9d564dad41 1.04 MB 524 106
Previous 10 blocks ↓
Total Size: 653.17 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,301.58 GB sent, 79.77 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.