Memory Pool Memory Pool Refreshing

26,611 transactions
29.86 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,874 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,024 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,873 (618,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,799 223,799 000000000000031f110395b3439e660a8e18dabd2b3bbd6ee49f96ed8de43537 0.35 MB 595 100
223,798 223,798 000000000000010895b2b1a7d42ea0002ffef6f699b28a293d786360856719db 0.25 MB 796 244
223,797 223,797 000000000000003edda49d2545369c72857d80f4a188e51f4000f000cca80e49 0.23 MB 509 178
223,796 223,796 00000000000000d62de68a0abae35f269e2e94bd538a6baf595a6f9014f33323 0.25 MB 447 139
223,795 223,795 00000000000001a574c2ccf67b27396c733ad126eb13544ea7fa0e101e4221f7 0.25 MB 763 272
223,794 223,794 00000000000001296e9922103e9a47a7b413cf081a8b4078aab043ba06904a41 0.00 MB 10 1,380
223,793 223,793 00000000000001372f4ae166754bb30c856c951a472d584a5742a60fbfe2e2ae 0.29 MB 256 18
223,792 223,792 00000000000001dd9e8d01dabdd7e83c3347fa286ab2d4615e3942544ceb2c62 0.23 MB 238 94
223,791 223,791 00000000000002341fa14ed11b93cef3d2832bb6893bb946f2b939a9201009df 0.25 MB 712 206
223,790 223,790 00000000000003d7020bd57a530fb2a2170d5171a7a4fa833b3764298c493881 0.05 MB 131 74
223,789 223,789 000000000000022cf5e137343090fee12214391e4b5e9efdfab5251b84773c42 0.25 MB 417 125
223,788 223,788 00000000000002107dd810de86fe8c38cf6022188e09a0d11d2ab2404e56d993 0.25 MB 519 153
223,787 223,787 000000000000022eb1c8a02c1f97df0ea3de5c106b7b48d9a2adc35b7a6347db 0.25 MB 821 250
223,786 223,786 000000000000001bb557632304c63519c1f0977dd8bee285491a1af714a9e173 0.25 MB 548 176
223,785 223,785 00000000000001e7feae3069d46b2ead1c05da38d5ba5f1e6e1aad1085266ef2 0.25 MB 808 237
223,784 223,784 0000000000000298962ffe4b94519d74c8afeca199f17741b3017952247973cb 0.26 MB 593 182
223,783 223,783 00000000000002ffd3b68e1e58e08b636547508f9ebe53e345448d55af452e9f 0.05 MB 125 79
223,782 223,782 000000000000018be14f16d2d9e8b5a4b58b594008df8d9dfe193ad95b10ee68 0.44 MB 822 164
223,781 223,781 00000000000001d98dda47f2ffaab58d5b5ea8151b67be99a812c0ed8b831ba4 0.25 MB 355 135
223,780 223,780 00000000000003bd76250fdd4b3ace2749e79a78e6b983d64ca77f199f7afef2 0.25 MB 473 141
223,779 223,779 00000000000000e68faf559d5b75f2557383c42ab731cafefcf7b9b3d8fca373 0.25 MB 676 217
Previous 10 blocks ↓
Total Size: 646.52 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,365.99 GB sent, 38.23 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.