Memory Pool Memory Pool Refreshing

67,476 transactions
30.01 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
845,368 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,243 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,367 (238,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,251 607,251 0000000000000000000e6e745b2c01d6336954a3566f29ac9a105639e7192f66 1.27 MB 3,097 12
607,250 607,250 0000000000000000000843750795fae269276fb6846a49b6507a1cae1d395785 0.62 MB 1,629 15
607,249 607,249 000000000000000000049c4314f5cf7dd883dacf66a31d9d5c716f493f0e2229 1.01 MB 2,691 13
607,248 607,248 0000000000000000000ae46162579a65a33552be53b7aff9b98c8d7bffd4b629 0.99 MB 2,595 15
607,247 607,247 00000000000000000011840e21cf40b5a7bfd20a0f6ea24eb2125b76dfd5f13a 0.17 MB 418 17
607,246 607,246 00000000000000000007599f4d6d76068781238c41ad055340cb2d7ba9592f23 0.76 MB 1,840 2
607,245 607,245 0000000000000000000722f2d3697f90fe17d630146fcb768f7456e513eacdc1 1.17 MB 2,492 10
607,244 607,244 0000000000000000000759c446bba24273f73cc9f657c6535f7856a6c041cc3f 1.38 MB 2,481 15
607,243 607,243 00000000000000000011d3c314c601399431c80639a46eee294bf9fb51ccc665 1.39 MB 3,029 27
607,242 607,242 00000000000000000010359d81429e9beb128722573a52d1e23055c997dcb560 0.84 MB 1,463 13
607,241 607,241 0000000000000000001296a295e7e6663a314eb354096a105742c8dfb884b3fa 1.26 MB 3,344 16
607,240 607,240 0000000000000000001152d65ca7d2ed44a1fb030b2dd354a0596d13f29bc7a8 0.37 MB 1,065 12
607,239 607,239 00000000000000000000d8f2d4882526025e0149a7d0a68b59f551c4d0175ef2 1.27 MB 3,049 16
607,238 607,238 0000000000000000000b5ba54c67a90a2aab27407cd06db6608353a570748af9 0.09 MB 227 23
607,237 607,237 00000000000000000011b88ec24abbbebebdafd0f6dfcbb83c2a218121b5adad 1.21 MB 2,650 8
607,236 607,236 0000000000000000000cc113efa2eb0a573eec7c73d72d65ca3e14a5dac19deb 1.28 MB 2,935 21
607,235 607,235 0000000000000000000c8ddceedbf9c2877d6fd7b52afdcaf71700c61a87d0b2 0.65 MB 1,508 11
607,234 607,234 00000000000000000008a4d9ad689b5814a3dbddf7c89f7885bf1c79f20f91c4 1.14 MB 1,793 17
607,233 607,233 000000000000000000100720f9db64992888d572bf170239d40485b6008c6a96 0.86 MB 1,877 5
607,232 607,232 0000000000000000000f520973657e0817fb7062655abc2e54058c7b9b413a8b 1.26 MB 3,108 19
607,231 607,231 0000000000000000000192f190b7577330f4ce8d1645d46cd32c6cb2aa35aac9 0.10 MB 281 12
Previous 10 blocks ↓
Total Size: 653.09 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,297.57 GB sent, 79.24 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.