Memory Pool Memory Pool Refreshing

76,187 transactions
38.41 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,390 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,377 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,389 (664,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,051 184,051 000000000000074aa6559799ac8884465de1d33b3f151129ae9d5e92b8746c45 0.05 MB 159 117
184,050 184,050 000000000000019a508a3cb58f2bce7f527082a53f4181f7735ddcbf5a3cbcc0 0.00 MB 11 0
184,049 184,049 00000000000002f8b386c2ebbe2c30cae83d294797ebfa7ec2fe0977e51c809f 0.02 MB 47 195
184,048 184,048 00000000000005a199aef250dbb4212d2a8c18fe5fa363f6976170697fdd92dc 0.26 MB 569 120
184,047 184,047 0000000000000091a849f1e835981f8553d90d85acfce6009013d5ef6d61534e 0.01 MB 18 131
184,046 184,046 00000000000007282912ac636e502329ccebc0b53ced64c25127a8ad39df6201 0.16 MB 425 132
184,045 184,045 000000000000062e47750bdcb9970494b1991ba1370ac6db4a2307531a03ec21 0.25 MB 665 133
184,044 184,044 0000000000000084fb526ef1dd58939582d785f4f849290e3ae4797999092f13 0.00 MB 9 45
184,043 184,043 00000000000001eaf7bc7a9437732b460e9e2c6c4e6faede6f0a7c0af9e12612 0.07 MB 89 92
184,042 184,042 0000000000000249db2bc849b19f3abe4ec775849369bc53c0bb4e07e3210b06 0.14 MB 357 112
184,041 184,041 00000000000002246a99eb8a55c188b55d71e4a07155401cb2a00b716af57aaa 0.00 MB 15 30
184,040 184,040 00000000000004d8c93e83ebf34c55cebd2ddad6e790b1e7432c9b16d6ce6aaf 0.25 MB 507 118
184,039 184,039 0000000000000093dad9fb8fd51f7b5d82633afee0e6ca6a07c37f86ec75dd09 0.17 MB 376 116
184,038 184,038 00000000000001558ee0723ef7bf2105019de70d9f1e2c6d5b16ab5e9c311277 0.05 MB 138 107
184,037 184,037 0000000000000122fd7fd56e3764223fa0647efa66174ac6d9c400a0963bc850 0.00 MB 9 34
184,036 184,036 00000000000008c80c62c0be8d5dedf53422b5eaa43723e5d6f1673e6e7a8a06 0.05 MB 137 95
184,035 184,035 00000000000002419c7f4c8e4879c4c5117574773ed59be06777cd01dad09f03 0.25 MB 623 151
184,034 184,034 000000000000011fda9bfabc37740f33c5c1915deb34f866e88e0996d39eb712 0.00 MB 14 3
184,033 184,033 00000000000007206b586ef06738a09f7979cb21c0ad61070866e8f951f11ccc 0.25 MB 648 145
184,032 184,032 0000000000000725c5fd5239471c87a3bb6fd6a64428d9e20dcb477d32d7c4ba 0.05 MB 157 63
184,031 184,031 0000000000000a03f8534af4c84f3be85af6b94490e50098909fbb7b1b54dee8 0.42 MB 1,035 141
Previous 10 blocks ↓
Total Size: 658.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 101 incoming
  • Data Transfer: 1,342.69 GB sent, 2.35 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.