Memory Pool Memory Pool Refreshing

55,511 transactions
40.88 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,274 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,241 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,273 (502,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,497 341,497 00000000000000001066f235d5cfc598b5444ad2ef24fcdb92f32fd76b24440e 0.39 MB 704 20
341,496 341,496 0000000000000000016472490399d7d6038f21f19fc0db69c79fe53cfae3d23a 0.28 MB 569 26
341,495 341,495 0000000000000000061eba62b7d889f777aaba893b9e544121611e62d922c07b 0.44 MB 969 26
341,494 341,494 0000000000000000102729864c4e656bb51e089a3299e69fa894f0971d218b4c 0.72 MB 1,410 26
341,493 341,493 00000000000000000b8f0409491a8ecd4cfff8e1c684e73cf9bdc378d3fd70ad 0.18 MB 274 24
341,492 341,492 000000000000000002c8d134fe635880c58e3f4a1044cd24aeee8fb66179e154 0.06 MB 168 91
341,491 341,491 0000000000000000040b58139e198609e9ae6e6702756c20c1d26457923110ed 0.03 MB 64 21
341,490 341,490 000000000000000000e05768ecf7c053016765479329c39499fb2c3b9deced39 0.04 MB 105 28
341,489 341,489 0000000000000000031410980d511fd3f4fc9abdfe14f3ea609e5bf7316fa3c4 0.02 MB 42 23
341,488 341,488 000000000000000010907e2462cf434bce802cb2fbbfe7454e01ed6dfae39467 0.32 MB 796 28
341,487 341,487 0000000000000000167e8a003d762a93a08c74ac2ded9e27cbc5a47c7dfcdec0 0.30 MB 615 26
341,486 341,486 00000000000000001411a893fbb5e964c9375491e3f7b4b5a8bc749ed90ef4ff 0.10 MB 235 26
341,485 341,485 0000000000000000026276f21e35887f8c1d77bbac7e0f14463962700be5c2b6 0.13 MB 293 25
341,484 341,484 0000000000000000001fe32a9610a8a816a8e62d9d1b23bfe091704593dd2203 0.21 MB 541 28
341,483 341,483 000000000000000002e56cae4c3a631c05a189532b91da159e8316964eab6bd4 0.42 MB 888 29
341,482 341,482 0000000000000000002276fb953c7fbb650bf427c792bb9fa20c4917597ac9e7 0.13 MB 240 23
341,481 341,481 00000000000000000c25a0a8b45419f87e98d2f836165f12cc50ed579a13c1be 0.20 MB 334 23
341,480 341,480 0000000000000000042aa6f0e5a237b36c0a776d2f5e2136a74444ab465373ea 0.26 MB 508 24
341,479 341,479 000000000000000008d4484f45d53c08c69c0db7aa7e4688b7ee90b1a5c47772 0.00 MB 1 0
341,478 341,478 0000000000000000018bf6362806431f86e34613a679f7dceb887c0322fb592d 0.02 MB 49 18
341,477 341,477 00000000000000000f411523457e93ac568f589c501329235b658bda875bfa09 0.22 MB 505 30
Previous 10 blocks ↓
Total Size: 651.01 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,068.72 GB sent, 66.26 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.