Memory Pool Memory Pool Refreshing

46,647 transactions
50.84 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,362 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,169 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,361 (553,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,015 289,015 0000000000000000c169cf055253408e9b3c2932dfae3efea914d557d7863293 0.50 MB 982 37
289,014 289,014 0000000000000000b43005aa05a40e132c2b3bec48bf2514e916b18b037d09e4 0.19 MB 253 22
289,013 289,013 00000000000000001e6d638cf58019fbd836baef02c02c442853f674bac9a421 0.30 MB 621 54
289,012 289,012 00000000000000003aaba5a614a1b63a11daaebc01d094845997e22ab6d636fb 0.20 MB 355 37
289,011 289,011 0000000000000000690ff859e0478fc7ca884ef9cd541912d898d65b343b0083 0.10 MB 67 22
289,010 289,010 0000000000000000283d2fd59fd25b52baf341d4e2a8feb5c12cb68fa9bd2df3 0.24 MB 350 27
289,009 289,009 0000000000000000a376efd8ece3e40cd3acaed5ff9f9e181cc9c8671f80edcb 0.08 MB 135 40
289,008 289,008 00000000000000007a9163676a41d6255c9c271d8554776edf21554cfb4c8289 0.28 MB 331 27
289,007 289,007 000000000000000059e7ad68cb70b7ae8bc122b52c45a8b0aeba54d4e80df6b0 0.03 MB 45 25
289,006 289,006 00000000000000006a73fb8382791781fdac773f4779001d4ef1315ab78687b0 0.09 MB 104 23
289,005 289,005 00000000000000010bd6d366e3569a5e0ba7c5b0c3abc4fa49d2f391fb6f76cf 0.49 MB 639 29
289,004 289,004 00000000000000010f7b07bcf0e6d5ba81c42523495cf0464d9655ce07f18597 0.11 MB 187 31
289,003 289,003 00000000000000000593097307c8e22b0fa58e4825ab5f77baabd29466b8bac8 0.09 MB 102 23
289,002 289,002 00000000000000005a29e883bfb8397b9616b0a9f8a58fdef0f86d37809452a1 0.09 MB 157 21
289,001 289,001 00000000000000009001dc83291eb913c786cf0f0740a95f0897561054f71b6c 0.10 MB 111 29
289,000 289,000 00000000000000011a75b1aa12c0a928d350c7ddfc6566ebd02c4a60dbacbecd 0.41 MB 330 18
288,999 288,999 00000000000000002783d08c8f2d54738111e84f42db932ca61f418dde8f3580 0.50 MB 907 27
288,998 288,998 00000000000000005bbfe26f1449caade640066efdd38f068dfbc2eb1610c042 0.03 MB 64 42
288,997 288,997 00000000000000010a25469b4c81694bddd70cd49c91e71fd5379f2715ebf5a8 0.25 MB 692 54
288,996 288,996 0000000000000000de114b141373a646c23c36d92e27f1de2ed8625991c1a394 0.04 MB 30 9
288,995 288,995 0000000000000000ee584dae0dcbe6c87da572a9af201b1670645531f74d4468 0.41 MB 311 16
Previous 10 blocks ↓
Total Size: 647.40 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,483.78 GB sent, 45.49 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.