Memory Pool Memory Pool Refreshing

31,457 transactions
36.49 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,488 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,022 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,487 (235,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
607,230 607,230 00000000000000000004f32bbf404cba5b7060735653e0d65ab31556dc5c657d 1.03 MB 2,677 16
607,229 607,229 000000000000000000016b25764f12f932e94d449d729ba0fef6817dac842163 1.24 MB 3,353 15
607,228 607,228 00000000000000000012aef3819576bb0da58a885848a689848b1b65872a8c29 0.12 MB 295 19
607,227 607,227 0000000000000000000ea04afa80400f0da76af45eb0ec4e0fb8bccc7c7350f8 0.24 MB 744 19
Previous 10 blocks ↓
Total Size: 647.65 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: 8,524.64 GB sent, 46.95 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.