Memory Pool Memory Pool Refreshing

33,115 transactions
37.30 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,499 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,768 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,498 (574,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,306 268,306 00000000000000004faa12fabe9b1ea8f206efde82f29e3a57e21bc16e0b090f 0.25 MB 337 30
268,305 268,305 00000000000000076d39dc37376b33216de97bcb42b1894a721b47226e48225e 0.25 MB 557 11,401
268,304 268,304 0000000000000001c30aae6a6f4bb31da36654b1b5311677bde95c96b90fd343 0.10 MB 251 109
268,303 268,303 0000000000000006f78b32f1a78435a213c37ccee051ab346429384023c259ed 0.04 MB 87 30
268,302 268,302 00000000000000068ecfa24b8fddccaaad901dc70b6d69a442a8c305aa274e7d 0.22 MB 476 83
268,301 268,301 00000000000000041a716b8f667b8effad995cfe4fbed891a109cfc2e03cf9b2 0.09 MB 196 48
268,300 268,300 0000000000000003e36c11bc2884bfe995a147ed0d83e1c263cb5a657c1dc89f 0.04 MB 112 21
268,299 268,299 0000000000000000dd86a86ccdfa61e02ee47d13b831bdc55aaa09c8ce72db56 0.08 MB 199 61
268,298 268,298 000000000000000579b7bbfdb7044859ffc21ed751567f901dd16ec19252cffe 0.17 MB 582 50
268,297 268,297 00000000000000079f09b88f78201b38bb51edbd144d63218d27b75c7d89549c 0.02 MB 9 34
268,296 268,296 0000000000000005e6a8854b0243e54f1353f41edcb26c725285570758ca54af 0.50 MB 1,043 69
268,295 268,295 0000000000000002a1b0c43e4e6f07d01143cbc702262d4a3e5e04a4e67abbc5 0.33 MB 593 64
268,294 268,294 000000000000000469f63be5b161c0c5fe88ed13e30e4db37526f478a4a6db9e 0.30 MB 649 68
268,293 268,293 000000000000000311cef698f1368b26da8086435db489f053314abf663ec920 0.08 MB 217 10
268,292 268,292 0000000000000003bf18eaef582e0d184fc70e88e2b3a62cc4d900a2641d0e3a 0.06 MB 123 65
268,291 268,291 0000000000000002eb0740330b4b4241bef3cb4e42d5b08386002a87f91b8972 0.40 MB 791 62
268,290 268,290 0000000000000003cab5f07e8c1606541c1c53c015fa1b9838453ad27988685c 0.09 MB 191 66
268,289 268,289 00000000000000002b5afefa8f7a53b0099151db60fb48676487e3b7878f2b45 0.27 MB 610 71
268,288 268,288 0000000000000000ab60a556032eb0ac82d950b245d106ff88a2d95f0b9888ee 0.05 MB 84 51
268,287 268,287 00000000000000020beab23981c0861445deea8d624504a9f2269fe01c2801ed 0.05 MB 94 22
268,286 268,286 000000000000000491408e9a6d63b37b2b4715cb32ab26458cd13e1a35e5379f 0.21 MB 278 43
Previous 10 blocks ↓
Total Size: 647.67 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,531.49 GB sent, 47.09 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.