Memory Pool Memory Pool Refreshing

91,537 transactions
35.90 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,690 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,958 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,689 (511,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,468 333,468 000000000000000006883bc3cdc250e7df6a7a9b896182cb87370214b1573d00 0.55 MB 884 84
333,467 333,467 00000000000000001a694eaf3608aa55f64864fef587ed68c21c5ba77efc79bb 0.75 MB 1,302 22
333,466 333,466 0000000000000000070f7b87b52f00a876ae8c829ecfac4f1ad6de4503c373b3 0.22 MB 562 36
333,465 333,465 000000000000000019f1290b11e9bd0b99dc95c5ca0f3dbd264acc91036df37e 0.02 MB 27 28
333,464 333,464 000000000000000018e04b2179610fe61c1a3ca3a870195899092f64185614a1 0.09 MB 114 28
333,463 333,463 00000000000000000510cbbddcdeb5bba6f38e8b0e7b9bdcc38acce8b12449c6 0.10 MB 217 23
333,462 333,462 0000000000000000075fa560760b08957cc2663c45d1374533b8fdca789e46bd 0.00 MB 1 0
333,461 333,461 00000000000000001997e785524ad900e22757c023bdf4825f59c89f3c4140de 0.22 MB 386 25
333,460 333,460 0000000000000000063054da2e9c0b9166d34bb863a15d717a460cf39577358c 0.34 MB 517 20
333,459 333,459 00000000000000000cfa89b671359ddb31b87ce083aad0e9abc07204968531a0 0.20 MB 235 11
333,458 333,458 0000000000000000145c1e3e17763ce21fba189f61b87f278579ed843695bf46 0.37 MB 560 21
333,457 333,457 000000000000000016ca53900a6c9f13b9738e047cbd7e5efb447d52c9dbb2ae 0.67 MB 733 17
333,456 333,456 0000000000000000136f6e0ced1ea2255e9e69859302311e27bdb4376578d8c1 0.75 MB 1,527 27
333,455 333,455 00000000000000000168ddea7a534699bf97be6b964aa1925647b7f79708da06 0.33 MB 528 23
333,454 333,454 0000000000000000135a8def6af2ac15946da71fceebfb1e445b6724cebbfa8a 0.00 MB 1 0
333,453 333,453 00000000000000000fb7d0d7a7f1d3f671ae91c689899c0c62101a16695bce10 0.29 MB 403 19
333,452 333,452 000000000000000001e7d92962d2835e0f23616c2d730ebb735dc623a1b3477d 0.43 MB 766 25
333,451 333,451 000000000000000016a338be623836d0cc31749749d2306c123300495d8058b0 0.47 MB 808 23
333,450 333,450 000000000000000000329799cdd10f7496f08b684d70bc362bafac5475220239 0.10 MB 159 25
333,449 333,449 000000000000000011d218192b0d7c2c567464f5aff35fceadaa2a9d6b960257 0.05 MB 89 55
333,448 333,448 00000000000000000dab8001016ba31b99a6da6858e85bc62697512f343b0163 0.52 MB 926 412
Previous 10 blocks ↓
Total Size: 651.82 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,178.90 GB sent, 70.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.