Memory Pool Memory Pool Refreshing

38,204 transactions
47.77 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,018 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,990 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,017 (517,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
324,476 324,476 0000000000000000059c367d3eafe8fb32020893ba7f0107af7bd0b675c4d112 0.26 MB 457 33
324,475 324,475 000000000000000013faa6b5674e347028b50e661a0c63dfdd154ded14263a6c 0.27 MB 463 30
324,474 324,474 000000000000000012b3b02940eedbf5b8a346942b829381dfdae8dbd5059014 0.24 MB 286 27
324,473 324,473 000000000000000015e123c502313a021e3972d6554b01f07dd45f16347a80e6 0.15 MB 277 31
324,472 324,472 00000000000000001f268be92305a4ad575f92a740413bf96fa4dbe25f808c70 0.14 MB 256 28
324,471 324,471 0000000000000000087130a356b70219121b84ad752315d3f98adc8878e00a03 0.22 MB 470 31
324,470 324,470 00000000000000000f9800c118587904a814b9bacf518d224365d5c157b8975e 0.69 MB 1,190 30
324,469 324,469 000000000000000007542d95a1d7b164e43db1dcccf522150ec10ad49ad8fa8d 0.29 MB 669 32
324,468 324,468 00000000000000000217123a0f342dccf566dd6cc22e65c0fc0f03a9a65d5f0c 0.30 MB 516 29
324,467 324,467 000000000000000010f2a77935205785799ea02271ebba311f5cda759ef9aeca 0.00 MB 1 0
324,466 324,466 000000000000000001df6025ab3b878461032c9bef227ed4320faa88668ce8f9 0.41 MB 394 16
324,465 324,465 000000000000000013380e965c90606ebe221a5a1e314d1284360737463abb9b 0.50 MB 1,349 42
324,464 324,464 0000000000000000192b62add3b9b78f26e0211eca83970e3d04a4a1590e8772 0.28 MB 598 29
324,463 324,463 000000000000000004c7c9f8322ad24399f57e3aa48e309f2ca15f527a3f9a1f 0.04 MB 94 22
324,462 324,462 000000000000000013db5abe2fd83ec880c38901c465aa7883fdeb326156d6c5 0.43 MB 817 32
324,461 324,461 00000000000000000a56650f186c39c92c583b5f247acbec61791b1d8f00155f 0.28 MB 533 31
324,460 324,460 00000000000000001daf92329faea944b4f68df00b411f608c79b7b562be3afb 0.10 MB 208 24
324,459 324,459 00000000000000001930291a5528992c5da88139b822648de23e57b47770dbdd 0.45 MB 928 34
324,458 324,458 000000000000000002c6e5387b117285f27716d3666e5fc64676a7254bb39115 0.06 MB 135 33
324,457 324,457 000000000000000000d9b1336c36b7ffadedecb35a1d6f5144a7d9f8fb65e8f8 0.03 MB 80 29
324,456 324,456 00000000000000000d18b8b48a89e829ab4987d3d48a23396307fb7fd69a6ce5 0.29 MB 401 24
Previous 10 blocks ↓
Total Size: 646.79 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,406.51 GB sent, 40.16 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.