Memory Pool Memory Pool Refreshing

50,208 transactions
37.81 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,166 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,192 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,165 (560,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,501 281,501 0000000000000000431926ce3aae7a4dac6954aabe99ae163184f76962814be8 0.13 MB 207 34
281,500 281,500 0000000000000001f3fa12942dd204b2b8a5e1fe9eeeca4444e3842674c84ab8 0.05 MB 152 71
281,499 281,499 0000000000000000af9e61ad242772adce645e946a788d9b895c6ad53a77cc1a 0.11 MB 128 42
281,498 281,498 00000000000000000099b88f964de698ef70cf25173f46686e2a2d2b84cf4026 0.14 MB 269 32
281,497 281,497 000000000000000026c8162d6a63c3740c30c3c1dfbf96f93f4085f5aa7156df 0.15 MB 152 20
281,496 281,496 0000000000000001b0cdd1980a7e1e78a1a7a694be61ee26f7f1eef554142a1c 0.00 MB 1 0
281,495 281,495 0000000000000001732753498bd2efd7550c2a28c21d64bb54f6be843ba75db9 0.25 MB 566 58
281,494 281,494 000000000000000141b767b519b1f92f2028dc590e8e5521b801708d4cab604c 0.24 MB 404 38
281,493 281,493 000000000000000004704d7327ce0e9a79cb7e4bef1a09761cd658eff4aae856 0.25 MB 645 69
281,492 281,492 00000000000000018d5e6ded28db76a96736117158e5cedb2a89622813376317 0.06 MB 71 44
281,491 281,491 000000000000000163e78874cd831e3a64d7c2f1d8197663d12555cbe75fc916 0.18 MB 317 39
281,490 281,490 0000000000000001975b6b95cb9694e3f610aa36a9a0e9f448ec385043e14475 0.10 MB 75 10
281,489 281,489 00000000000000022e9e7bcbaaf9d6caa8e6dfca40e40dfbab1f142243f3e658 0.07 MB 40 10
281,488 281,488 00000000000000000130504866c49e044bb5c119821bdd2cb18750cad3439036 0.06 MB 22 4
281,487 281,487 0000000000000000c9f6a5827771cf93ce2e2c89d3eeadc22afc0b6ea90353ae 0.10 MB 69 6
281,486 281,486 00000000000000022c36bc2dd6ff6cbf5088fb0378abe8275bdeca534e169991 0.16 MB 288 35
281,485 281,485 00000000000000006128da2ee0dc404cb8cd5f606af095dc758443755c6c7016 0.06 MB 26 6
281,484 281,484 00000000000000016e2c01c59cff100861775d919d75224a7c8a29ea18e4f293 0.10 MB 143 33
281,483 281,483 00000000000000024681b61578731b1af481ab492e85f9ee4ef1297e44a7d6c3 0.13 MB 167 22
281,482 281,482 00000000000000003c491202382df2b748c0fc500a82617ed7bcfb693c909d83 0.05 MB 146 36
281,481 281,481 00000000000000023f4f3fcb5f9895b899dd954b85820ea816ba596f6a9badea 0.05 MB 158 121
Previous 10 blocks ↓
Total Size: 647.05 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,449.08 GB sent, 42.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.