Memory Pool Memory Pool Refreshing

74,864 transactions
36.01 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,545 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,600 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,544 (231,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,103 613,103 00000000000000000005ff4a631efef059af20ff29ee25cc6b136599e9bd5022 1.26 MB 2,912 7
613,102 613,102 000000000000000000008dbf9ab0597a07c87154d9da5920ac19f83f591eeebf 1.29 MB 2,750 18
613,101 613,101 000000000000000000009ccdd27cb013c898b3bae1b8aecab897cca93b0e064c 1.13 MB 2,644 6
613,100 613,100 0000000000000000000e7731de31860138b7f587406b438c23fb331551cd6d19 1.20 MB 2,513 9
613,099 613,099 0000000000000000000305ecef3de0a6bf15c78b43900aacc2a19ae6b8d1169f 1.20 MB 1,963 14
613,098 613,098 0000000000000000000b05547796818c8fe18242c05adab57b9466e6839554dd 1.08 MB 1,745 8
613,097 613,097 0000000000000000000891f20ab58d478937add33036acd3909c02800e529c81 1.30 MB 2,762 19
613,096 613,096 0000000000000000000e758f789bf9728576919521123f0625e4ec1d881ddd8f 1.23 MB 2,035 32
613,095 613,095 00000000000000000010d68315dfc04ada04f2b5863b759f49a481e162a3bcb3 1.06 MB 1,381 11
613,094 613,094 00000000000000000004ff184a2f80ebd37d658c83ad501bf5e78a0721f44c57 1.16 MB 1,841 22
613,093 613,093 000000000000000000075eb60bb237fa478efa4cb7a9f4ee291bb8a4886f7a17 1.29 MB 1,675 16
613,092 613,092 0000000000000000000ad1b4b07660bc51cd68d432a559e969322adecab2edd2 1.33 MB 3,180 23
613,091 613,091 00000000000000000002a0fa0291286611ab778e7827e58b56d6fc724e95503a 1.20 MB 2,032 37
613,090 613,090 0000000000000000000f0f835a2361fb4e79b301e5610933e01f1314f3bad3c6 1.03 MB 1,038 83
613,089 613,089 00000000000000000010dc8b7043a31ab7ca5c693decf58d50b5a22f90a4d147 1.37 MB 3,229 27
613,088 613,088 00000000000000000008e89ad3b31ac25107c1914a865ce5d639215297cc9bbd 1.34 MB 3,088 31
613,087 613,087 0000000000000000000ff44b470003d82dd4d81c0e2cb00a97f31b39e83e4816 1.31 MB 2,487 30
613,086 613,086 0000000000000000000bbda63c89daafa48ca167dd8b665a484916172c895077 1.21 MB 2,483 22
613,085 613,085 000000000000000000072744e5c4957bac6cf30ab77b2d5f4d5672350ddf8e06 1.12 MB 2,685 24
613,084 613,084 0000000000000000000cce6e0c680fb68a606962955ff4c016509eb53fa504e2 0.62 MB 1,354 20
613,083 613,083 000000000000000000060f4bc2e8810845b43e35b10642e9f934becd735e82ba 1.10 MB 2,614 21
Previous 10 blocks ↓
Total Size: 651.54 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,141.74 GB sent, 69.18 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.