Memory Pool Memory Pool Refreshing

98,274 transactions
32.75 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,744 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,298 45
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,743 (571,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,507 275,507 00000000000000020bbba48a4e437392616035b1c4307b932683b368cbc95dd0 0.01 MB 31 27
275,506 275,506 00000000000000044ebd74585d838697d9f4062fa3e357aab234dbd5b7f91cc9 0.23 MB 432 48
275,505 275,505 00000000000000032aeb9d83fb445d3ea9ed714f3a314af2e2731ddbddfa52e5 0.01 MB 33 45
275,504 275,504 0000000000000000d7398e711624373441262442492ed69567db129a860450ec 0.07 MB 119 18
275,503 275,503 0000000000000000c3b3d9c6f80e256c34d134be0ae70cc4121d548692e95696 0.18 MB 422 68
275,502 275,502 00000000000000026d7bfcc46c97768b08d192a421dd40ac7a55fdb9fa9882fe 0.32 MB 645 54
275,501 275,501 0000000000000001df141537436562453313f663fdeae487c9cb6a4cfb7507c7 0.35 MB 847 66
275,500 275,500 00000000000000027554ba63540304f483c289ccecf9df8edb717bbfd23bd2be 0.05 MB 108 19
275,499 275,499 00000000000000030ba3526dfc9755a35a3f0d4fff261274c8e43eded3b02e6a 0.34 MB 641 42
275,498 275,498 00000000000000028eeeeb03fd3f81f97cb42ef54c8f6be8cfc1154bb03fa88d 0.16 MB 381 56
275,497 275,497 00000000000000048e21f8dc2bfec3972f8e58a9a473a52d35d9800c2a4b8b8b 0.19 MB 406 45
275,496 275,496 000000000000000322a258f0a5754627e4ff0b45d272f955ac86b648cdfa8d00 0.03 MB 77 114
275,495 275,495 00000000000000026f369705b5771480a42b7a7a6cddecc9db5ca93fba573d90 0.12 MB 259 46
275,494 275,494 0000000000000003c7a4c23f2cf579ed8cedddff0b22df8d00dc330b84d5b3c0 0.07 MB 109 30
275,493 275,493 00000000000000049732580a801f7326cfdb6704970edc9e8d04db644db2ecfd 0.20 MB 384 51
275,492 275,492 00000000000000049fade9a5decf47754c2b99d859b450cc43ffaacd2863b04b 0.04 MB 100 49
275,491 275,491 0000000000000001c20da5c4cf6767a5c23e0d9bf0c230fa76a12b34df5a0514 0.05 MB 88 34
275,490 275,490 0000000000000001bb1d32fe5f36d0abfc9995a5d8753182e73298e53a8c8384 0.12 MB 275 46
275,489 275,489 000000000000000175e3aeb9ba1540e8ee8bec3343286e8693ee7096fc86aa6a 0.07 MB 147 44
275,488 275,488 0000000000000004151312402733f3eee3cb6a2dd32aa49f8145fe4f12be30d3 0.01 MB 13 71
275,487 275,487 0000000000000003c2a2788e78db62900991aa9357a248d7b88d276ecbaa7cfd 0.10 MB 225 62
Previous 10 blocks ↓
Total Size: 655.57 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,495.51 GB sent, 97.50 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.