Memory Pool Memory Pool Refreshing

50,546 transactions
40.19 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,300 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,499 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,299 (620,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,482 223,482 0000000000000157b24cbbe3881753a556b76464fb59a9bee6ac7b0b38e27571 0.09 MB 130 77
223,481 223,481 00000000000000a3d080e40b44957324627b08c2cd85d1cbaeca4829464b053e 0.25 MB 645 269
223,480 223,480 00000000000001d94c6a34f818694b3c9956928bb68743a7e9179314e2806353 0.27 MB 492 219
223,479 223,479 000000000000025d1de645a364166af77a07edf04b78339a72a51747d6c1919f 0.25 MB 672 315
223,478 223,478 000000000000041059cd820cd46a3248c20f0b003cb1cd7ca3dedde87137c35e 0.00 MB 11 44
223,477 223,477 00000000000002e5c38647d510a4ca367090bba2286f50f2aec6949b41d7a983 0.25 MB 678 232
223,476 223,476 000000000000004851920c6e6d7f9b4c3ab1d0977f4610f3abe96d88bcf01c9e 0.06 MB 119 185
223,475 223,475 00000000000002460d00d40daf1b4f350275428ec5169649374520fc51ae2864 0.16 MB 361 183
223,474 223,474 00000000000001c7104cb1126e9ed532535a88d6d33ad0864c6d16192388791b 0.23 MB 513 196
223,473 223,473 0000000000000235ccbb754794538289c0c485cd17d8fa82fc6df71a46e8ab12 0.08 MB 156 317
223,472 223,472 00000000000002a7a5bcd7527049f2bb3ce0003aaccf924a7c56c47dc45b3a94 0.25 MB 414 162
223,471 223,471 0000000000000205bd49817fc769c7ab0c689c61912d5dc14296ee3d13b9a567 0.04 MB 114 368
223,470 223,470 00000000000002630d95c4f1472013a82e2f15a873fb9f81fdf1af2e02a7aa71 0.00 MB 1 0
223,469 223,469 00000000000002482fb6cc13f9be3420fbf8310d994133db8e1dee27801ffc76 0.15 MB 241 147
223,468 223,468 00000000000001f1b4c7b55a3adae2a0e9a04db1181402e3d97d8c462390e0de 0.05 MB 85 131
223,467 223,467 00000000000002decf1d6108e8d6639ecba5f6f273b777751ef3ef9657a6244e 0.12 MB 267 222
223,466 223,466 000000000000026163389b9e78967860147ccd0f817c8439cf2e66fc89fd75a7 0.17 MB 403 367
223,465 223,465 00000000000001793ebcb6bf44044c5b348f1df64fbaf8a165be9a00a4dff902 0.13 MB 213 210
223,464 223,464 00000000000002323aab7516b29307a82eefb1d402e83dd67274084b3de5a57e 0.25 MB 648 465
223,463 223,463 000000000000022c41908aed1d4b9f7b0201d97af4bf42975d45a11ef2cbf6d5 0.12 MB 256 183
223,462 223,462 000000000000006618d5f2dd344d07b7fe0129b25287399e318bd41fc63e73e8 0.17 MB 336 240
Previous 10 blocks ↓
Total Size: 651.06 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,083.74 GB sent, 66.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.