Memory Pool Memory Pool Refreshing

53,174 transactions
23.47 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,814 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,294 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,813 (332,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,472 512,472 00000000000000000015b94a48a18a2b1e6e975abb97d42ccb0dfa472cdc49b3 1.05 MB 837 11
512,471 512,471 00000000000000000040cf975d4f6b9fd8d0dacb542de7ef9b49f3036a031a0a 1.18 MB 1,674 23
512,470 512,470 0000000000000000004c09b0b5481f65cbfa896ca38dddd65264aab46dd26a8a 1.04 MB 2,163 8
512,469 512,469 00000000000000000040fada4d333551fa3546ee7d0add7ce6d945fdebf09de1 1.28 MB 3,423 24
512,468 512,468 00000000000000000038f4b9fe1c24ef6c5bcbc67030047b9526f3dbd9fe56af 1.06 MB 2,002 73
512,467 512,467 0000000000000000000c6a0d461d819ece3ee5f7ead4ad5398d56d5fd9501699 1.15 MB 2,817 53
512,466 512,466 0000000000000000003860417be57e6b243e2f0f77a13f0168cd8d7cdac74070 1.06 MB 603 6
512,465 512,465 000000000000000000054078b82ac6ee4220705038fa2658ece25f96abd37a53 0.82 MB 1,783 46
512,464 512,464 00000000000000000042af98ff16b17889152dbbd249a79edf5fd4d1e5840d64 1.07 MB 1,102 14
512,463 512,463 00000000000000000031f961cdbb4729b6710ef9891f83d109c80488959e01cc 1.11 MB 2,068 30
512,462 512,462 000000000000000000255c7a4a555bed3ef38ef6dced5be10883dd3ab5549d49 1.09 MB 1,135 16
512,461 512,461 0000000000000000002bc1c538f608662ce408a3979b2e6571307b7280f3150b 1.04 MB 500 8
512,460 512,460 00000000000000000047c6843a033af1617b5d340859cf149d27cb65c5de1a01 1.09 MB 1,272 19
512,459 512,459 0000000000000000004fb8f6442d543e9ed150be68febfdbc771baa68fadff40 0.51 MB 1,056 45
512,458 512,458 000000000000000000352d76af4c18d7ffc5f65ee4fb250c4c2c64579d7ed9d2 1.16 MB 2,742 40
512,457 512,457 00000000000000000005a8b1b24263dc4ed3c1840f3f6e06bb3a365c0f80ad76 1.03 MB 533 7
512,456 512,456 00000000000000000001188c5227ff582ea28dee2a49246cd25f77e43f042a4f 1.04 MB 557 11
512,455 512,455 00000000000000000046b6ad07b619d6837e928dc770b0791d487434bd8df74e 1.40 MB 1,719 22
512,454 512,454 00000000000000000042c9159d380cd540b7573cf66e029ec7f5553a2970a245 1.14 MB 1,809 26
512,453 512,453 00000000000000000015e3dcd70b3ec70660742e03439378e605bfb37ad3c1ba 1.07 MB 1,388 19
512,452 512,452 0000000000000000004b99b7ab27ced14d89e84bc88b8661a41dfa255a7e2ffe 1.07 MB 1,099 20
Previous 10 blocks ↓
Total Size: 652.04 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,202.19 GB sent, 72.12 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.