Memory Pool Memory Pool Refreshing

76,099 transactions
34.19 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,587 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,704 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,586 (743,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
101,029 101,029 0000000000012b5ec7128f92aabff59e0a6af1b58f80f52faf60771993bf6a11 0.00 MB 7 0
101,028 101,028 0000000000022332465dba28944bcdb7d26e308dbd4cadecda48320263b9c5d1 0.00 MB 6 0
101,027 101,027 000000000002a34202e7aa20cceeff1c692dc940b64fcd795424bae379f3cc80 0.00 MB 14 0
101,026 101,026 000000000001bf4ddc8547692e1b80ffb1721f101ff7904f03d194cbe5a2b30c 0.00 MB 14 0
101,025 101,025 0000000000024ae58963c9d4527b8ad54d18b3108bee4d5647a05026e190aba9 0.00 MB 5 0
101,024 101,024 0000000000015f785fe23ab6484f1d31a37d724eda1f3b3d234409d5c5a5831b 0.00 MB 1 0
101,023 101,023 0000000000006b5896d4f2473a8f8d83850171f67a11b85a2d503b5efbe6f70f 0.00 MB 1 0
101,022 101,022 000000000003e4e642c08fbcb078880d215a285835447f3d38aa6325219d99b7 0.00 MB 1 0
101,021 101,021 0000000000022ddab68fbb98c4e10e1b4f1be4da6fb2f7c0e229e3dd54bd4872 0.00 MB 1 0
101,020 101,020 0000000000004dd0ba8544245776eb0a86640422ba3d0314b2e262bd3da49434 0.00 MB 3 0
101,019 101,019 00000000000153b9a6cc3b8de502483cc98c10779dcc26ce413c51b3d9289bfc 0.00 MB 3 0
101,018 101,018 00000000000117e2d5c4017fe42f205d7e3437973df53282124a294f3d50ec53 0.00 MB 1 0
101,017 101,017 0000000000038a38861cd1dc7cb9de9aa8169cd52969a6df44e3579cfdd1cc19 0.00 MB 1 0
101,016 101,016 00000000000288e2391a67a4ac09507ecb8e7469dd1b5148df64150d50415330 0.00 MB 2 0
101,015 101,015 000000000002555d8fbf93e3f9541f63dfa88560a7d56c8c4f73e4059ebbfc93 0.00 MB 6 0
101,014 101,014 00000000000034faf867d804de0e684803e1867e874a4b4ad9700d0e3ca82e9e 0.00 MB 1 0
101,013 101,013 000000000001a361adf07c3e042e20d08078a0e66cb60ece82c011c53919f054 0.00 MB 1 0
101,012 101,012 0000000000035e8f191c07b4383ab615581df56f2f6a09d9a6658b8769d91f3d 0.00 MB 2 0
101,011 101,011 000000000000ff88c2aef8bb34ffb71811b15daab7eca1fe19a3caf6d51f7c4f 0.00 MB 1 0
101,010 101,010 000000000001af33247fff33aae7c31baee4148d5a189e7353bf13bcee618202 0.00 MB 4 0
101,009 101,009 000000000002595f6cf3c0a1e3ee9ac14ab972dd1f9b408c0faa1913543efc5d 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 651.62 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,144.00 GB sent, 69.64 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.