Memory Pool Memory Pool Refreshing

46,627 transactions
42.63 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,694 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,947 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,693 (434,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,473 407,473 000000000000000000e1def6938f9978dd0e57d58515f6f7ef0f3a7216242913 0.23 MB 568 44
407,472 407,472 0000000000000000021012fdeabb9ddd29c92ae7ed7a0aafb1abfa9a20c02d63 0.34 MB 776 41
407,471 407,471 000000000000000003021c6dc277803d09601412eddc86f4f6aff1345646ca5f 0.52 MB 1,296 45
407,470 407,470 000000000000000004889b608a0ed2c72eab55f3b1fc5b279cf95d0bfce28301 0.44 MB 1,140 44
407,469 407,469 000000000000000003caccac1e8167a3f210f8abd76bc0d98262d96ca9fb885f 1.00 MB 1,124 20
407,468 407,468 00000000000000000612100462a801a61d68e41c2957150562363b866e014b16 0.99 MB 1,610 28
407,467 407,467 0000000000000000058efae3d56f69444927dcdf719ff5c26573a9fec9e3b010 0.99 MB 188 7
407,466 407,466 000000000000000000b76adbd26a9dd8526a627b21fcdb8b8c110cee8ca2189b 0.47 MB 881 32
407,465 407,465 000000000000000000dd4236ae018d43cafc101eedaf5bf2beccb4018483169d 0.91 MB 1,832 33
407,464 407,464 0000000000000000055cf5c07e9b64103819afe6b97cc9b2d38abf4c1f66d097 0.44 MB 513 24
407,463 407,463 000000000000000000d395a7a620d8921b2537f305adbb2db48183f477524d7b 0.99 MB 2,297 40
407,462 407,462 000000000000000005cda4576aae0c4c73bf3b139b732d7403f3006b9f25fe2a 1.00 MB 708 15
407,461 407,461 00000000000000000043d5502041dc370578e8281263a02029d848c4cb986a8e 0.14 MB 262 31
407,460 407,460 000000000000000001bb7a48abe4b556657f06c24ad3a672ab53fb0e922072be 1.00 MB 689 15
407,459 407,459 00000000000000000258be71fd8cfe441d91570cd6ef3fb28c90d7787cbaa115 0.21 MB 396 38
407,458 407,458 0000000000000000016e93b5dd3042595aff8b5ab0744923a61fb6485c73ce1e 1.00 MB 1,970 38
407,457 407,457 0000000000000000046c6e5e244007b8bea29e0649c1f9e5d7d3e410cbbf2667 0.99 MB 1,570 30
407,456 407,456 0000000000000000008ef6df8e67a85b57608456613bfaecb7cc552cf013d7a0 0.98 MB 633 12
407,455 407,455 000000000000000002d359a045c5a47024e60b2609a906a05e68c4a495c0ce95 1.00 MB 1,018 22
407,454 407,454 000000000000000006002fa0d3501f2c956d05065a4a8e60a66ab2a921db4676 1.00 MB 2,150 44
407,453 407,453 0000000000000000029244b937dae51734579baddbd8b3c6237231bce95ebbd6 1.00 MB 2,797 54
Previous 10 blocks ↓
Total Size: 646.18 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,331.61 GB sent, 36.36 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.