Memory Pool Memory Pool Refreshing

22,136 transactions
30.80 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,888 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,392 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,887 (564,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
277,474 277,474 0000000000000000d7fa23e0fde63e7da935549a60c00892e1d7fa23b16a7a26 0.17 MB 389 55
277,473 277,473 00000000000000038986aa16e7eace8590d18bd9573208225eb510c7fdccf14f 0.28 MB 557 55
277,472 277,472 00000000000000016b1dcbaccade2dc62fd8d9ebab82d1f2d761db238230f9dd 0.10 MB 154 21
277,471 277,471 000000000000000239ca4f01db75ab8b2a1c993c71aa0643d497c2b127bcb8e5 0.25 MB 668 64
277,470 277,470 0000000000000002c361809757003c2cdeaa4055c93634252c3b35758214f138 0.08 MB 103 25
277,469 277,469 000000000000000345d72c5b3ea68244770b45e44b52c4e0b3eb2ea6ff5902d1 0.35 MB 394 23
277,468 277,468 0000000000000002812a245fd30fe72a385c06e5dde5f230728b99842a358de2 0.03 MB 78 56
277,467 277,467 00000000000000008e3719014d27d6d781478b614180bcc73b596028411fe7e9 0.19 MB 419 43
277,466 277,466 00000000000000031f9eb20810bf32385d59601b97bf9378fd6f872d80004963 0.06 MB 85 65
277,465 277,465 0000000000000000da58df31aa4d831a251b557c86f1dbc387e07a59395d2842 0.38 MB 529 26
277,464 277,464 00000000000000029d4d25a1dae2b0b02863dc9c44c5c83f06adf4b6c4d562cc 0.25 MB 517 47
277,463 277,463 0000000000000001e39be717f9067cce434f3270f52d1f5b58b64012f9e13434 0.25 MB 215 27
277,462 277,462 00000000000000024d3be0b55a3483cb8b7289a3b5c1f83d19c451cb5d04d6de 0.25 MB 330 24
277,461 277,461 000000000000000274def9b5dfda7038d8c603e0620957dc07ebbadf1fe1fecd 0.35 MB 339 41
277,460 277,460 0000000000000002641d68c8b8c107d4e732ccaa7789e1e5c70aaf498e31b530 0.25 MB 629 39
277,459 277,459 00000000000000002440626230c878ed9b110cbd3220aab40754d9fc96344894 0.25 MB 788 101
277,458 277,458 000000000000000203a3d2925dc0e8f64a59246d93fdbc70a5d16cca50f4123d 0.25 MB 519 51
277,457 277,457 0000000000000002a63fc8f2b32ee86b5ebf4fa34b3dce9cc7565d66d0ffc714 0.04 MB 67 24
277,456 277,456 00000000000000026d76990aa36ea6f20ee6ccca37f7a4a47d3c66964552752b 0.15 MB 299 33
277,455 277,455 0000000000000002776ea53eb6b8a899a64b17fa0ccb61f012c0d49d7945c68d 0.34 MB 214 17
277,454 277,454 0000000000000003772ad5347d0609f708778519100664212a8b49c7d5aa2b9f 0.34 MB 576 42
Previous 10 blocks ↓
Total Size: 646.56 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,369.68 GB sent, 38.39 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.