Memory Pool Memory Pool Refreshing

33,597 transactions
36.93 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,579 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,958 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,578 (282,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,583 558,583 00000000000000000018aef242d18dad8f8d4bf19f36135f3047fbc2daee0a07 1.24 MB 2,972 42
558,582 558,582 0000000000000000001ff2068978fe4d146d88deaa671fd9fc0128187c212291 0.16 MB 446 14
558,581 558,581 0000000000000000000924d84f418e9e167f2f4170995720b242a5fe4f46252c 0.22 MB 715 3
558,580 558,580 0000000000000000001c8662e1acf2c1f24e3d8671beed96d6a195b37ca6a1d3 1.18 MB 3,316 14
558,579 558,579 00000000000000000003c5a58169419ee760047676c5c0b7c54bfd9a795a6f99 0.34 MB 833 9
558,578 558,578 0000000000000000000f0a224c9238cbc09fc6b9d3cf2ea5998c52873485eb81 0.71 MB 1,267 5
558,577 558,577 000000000000000000061e7089dc4932f548a9864512a97b7b049672ff7cf889 1.10 MB 2,632 11
558,576 558,576 0000000000000000000fb296e7c7cdd2e1064e5abc49ddcb9cd87fcb32f03617 1.18 MB 2,488 23
558,575 558,575 00000000000000000013eec5a1a1edb2706fd252cf58dd27c55d5deb002ad8e0 0.02 MB 36 4
558,574 558,574 00000000000000000013a911ec741e17352d23b6833610cff62a26a0be7f6cdb 0.30 MB 657 7
558,573 558,573 000000000000000000086d1e0f4b77aeadf037adcdd9b0d25cc7e8c9decf5a62 1.09 MB 2,206 5
558,572 558,572 0000000000000000000ffa86f8b3d97e10a4eb48b335b6ba8d125c4a632a3999 1.12 MB 2,002 8
558,571 558,571 000000000000000000248367511f434630d43f13efabcc0961952826b3dd4325 1.23 MB 3,497 16
558,570 558,570 0000000000000000002977a5da74c6bda33b7a56dc309b177398f42d452d067d 0.80 MB 1,773 8
558,569 558,569 00000000000000000016df4baaf6d638f706c43da11f28769692f7701fe536e1 1.19 MB 3,206 20
558,568 558,568 00000000000000000006a083bd453fbcf4b24995d0aed7a6cc5999af4cdff5c5 0.74 MB 1,428 7
558,567 558,567 000000000000000000054af28184d78fa412b421531fb53019bed71bdaee3162 1.23 MB 3,266 9
558,566 558,566 00000000000000000013897a559741a743c8bc13f5bf4c06221d8d0b9a5628bc 1.25 MB 3,237 27
558,565 558,565 00000000000000000022f78897434b2bcea38fcf40f136d5e1c090ec20efa9fc 1.24 MB 3,507 10
558,564 558,564 00000000000000000018fdc00670c30aa36a35d6450ba7229e9cdf56c268b53d 1.19 MB 2,799 20
558,563 558,563 00000000000000000021255c491289e91f6c56bc05e1b762ddcbf92c7fa51fb8 1.25 MB 2,798 7
Previous 10 blocks ↓
Total Size: 645.97 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,311.34 GB sent, 35.16 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.