Memory Pool Memory Pool Refreshing

62,373 transactions
41.18 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,109 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,891 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,108 (388,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,392 458,392 000000000000000001ea49c5756a9655b4e30d0b1e969971a6a6a867275605ca 1.00 MB 2,154 189
458,391 458,391 0000000000000000006b437ee5ea4e5e6a4359f17368bc04ed7eaa09a8c1eee3 1.00 MB 2,143 225
458,390 458,390 00000000000000000066354d63be02ebc376d3b0201cb07c8a53b560fd55dfa6 1.00 MB 2,237 215
458,389 458,389 000000000000000001d0694ef7ca786e77278bb4a34d90414d0144e7a1fc172b 1.00 MB 2,199 221
458,388 458,388 00000000000000000213afb06d09204f35dfaca218371ae448e374618710fc80 1.00 MB 1,873 182
458,387 458,387 00000000000000000208feb4ac48891077b417a9373459bbc59cec4320526350 1.00 MB 1,465 111
458,386 458,386 00000000000000000224e2a23d0d27e971e50e27ae6f72dd057f9df759ffac5a 1.00 MB 2,026 157
458,385 458,385 000000000000000001f08362616f926219f288b552da6095f5e38265ceaa2202 1.00 MB 1,410 98
458,384 458,384 000000000000000000b18f48b2839395afd87c41294ba394a232e0c3f6794f1a 1.00 MB 1,809 181
458,383 458,383 0000000000000000000f193d78734f96e95d50c7c0482ae10f5b22918207ebe0 1.00 MB 2,290 220
458,382 458,382 0000000000000000021c4964d089230d38cd1d87ba21e2de5ed3c0e9590ebca4 1.00 MB 2,144 210
458,381 458,381 000000000000000000ceeb959b2386c13438a30c5c971a9bad5be8d8eed61d9d 1.00 MB 2,160 164
458,380 458,380 000000000000000000fb6ae8b57a139a9991e8d21c0ff326b09fb5b6cf829fc8 1.00 MB 1,904 163
458,379 458,379 0000000000000000013040905adc5fd883c48faf04c513f915b33c718e038055 1.00 MB 1,930 248
458,378 458,378 0000000000000000018474cf409a4b04f89d38c20b0e8d777454d0ca8d05a6ea 1.00 MB 1,388 89
458,377 458,377 000000000000000000d184ef465c59ae4a82c9356ce5d5b1559b4e24b688ee31 1.00 MB 2,297 193
458,376 458,376 00000000000000000011514d841c537948f0a43c0989d628ee5d36d62178ea74 1.00 MB 1,131 89
458,375 458,375 000000000000000001d2cd49b2c98c4256eaded37f4d32610375c524dd225710 1.00 MB 2,004 143
458,374 458,374 000000000000000000905b24717f185e3b7cb5e5872be859e07531828013115c 1.00 MB 1,304 102
458,373 458,373 0000000000000000008843cfe3b17f9955f42108e8912d88f2c89692758ebadf 1.00 MB 2,186 184
458,372 458,372 000000000000000001576ef671b8e1f6b5facd69ca7e5c74ed60b665d2a8733f 1.00 MB 2,149 158
Previous 10 blocks ↓
Total Size: 656.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,523.51 GB sent, 100.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.