Memory Pool Memory Pool Refreshing

78,654 transactions
34.32 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,463 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,874 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,462 (64,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,300 781,300 0000000000000000000614aa00b4db0b2e4568c9f6f5057507cba32c19b0e8c0 2.12 MB 1,536 14
781,299 781,299 00000000000000000002668f7469ccb387d6aba59566fc213ceab8d050c2d662 2.30 MB 1,463 18
781,298 781,298 000000000000000000037afd8eb3326cd17d3a77d70d40b185f4cae34713f215 1.94 MB 2,231 21
781,297 781,297 000000000000000000036b963eb9a142e69147160dd37a215c99fc6580f416a8 2.26 MB 1,100 11
781,296 781,296 000000000000000000011dba3a1dcc9c2c3a74f15c7f25339781b130427a867b 1.90 MB 1,387 15
781,295 781,295 000000000000000000052363a51805b6f973e55b4199bc1adf3dd200a29eb9b8 2.30 MB 1,317 8
781,294 781,294 000000000000000000017d54c829af840e4b30ae9e8155da251d44fbf08d27ec 2.84 MB 582 16
781,293 781,293 00000000000000000003b4348e2ec6bf405dde96b375ccad7a3f592f29b9d635 1.65 MB 1,089 21
781,292 781,292 000000000000000000022bf6c065c7212f768ef393410741a83df33619de85b0 3.12 MB 712 8
781,291 781,291 00000000000000000004e495e537591254a89810ff578851bff9534dd4c3682d 3.15 MB 848 12
781,290 781,290 000000000000000000060969a0db2eebbacb5ff9d0a5430239ddf0a04b41fd1e 1.73 MB 2,539 30
781,289 781,289 00000000000000000001f3d9fdabd617d374ec9299a714161278228a836900ff 2.90 MB 1,297 13
781,288 781,288 00000000000000000005b19615630f3e093f2c09844f6f97bb9a4c6f208c3d38 3.84 MB 273 6
781,287 781,287 00000000000000000003a3775d85cbdfaea5f88e8499d592dfe95c3212b45dc2 3.79 MB 341 6
781,286 781,286 00000000000000000002012898d08688b0048989acbe1a04867f770d7d63628d 3.43 MB 537 8
781,285 781,285 0000000000000000000135cd37c3c997986b734bdf2f04d411909e3aecc5e219 1.54 MB 2,241 20
781,284 781,284 000000000000000000039285a530bc53bd54febe45e2c814b17900059642c1be 1.66 MB 2,881 23
781,283 781,283 00000000000000000000701e8f5e1ac355653c91535e393f0895089c44b8cccc 2.17 MB 2,389 22
781,282 781,282 000000000000000000016bfaea5a6cf051e6099e34852753e9247cf3216becca 2.32 MB 1,799 16
781,281 781,281 00000000000000000000b5ae508a89556390e2be174eec2bb35ff522392aaf58 1.31 MB 1,238 22
781,280 781,280 00000000000000000004d91e2075caaeac5686fa5081f573b0d0182fe75add21 1.33 MB 2,571 46
Previous 10 blocks ↓
Total Size: 653.26 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,306.72 GB sent, 80.45 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.