Memory Pool Memory Pool Refreshing

34,090 transactions
48.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
842,028 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,883 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,027 (657,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,751 184,751 00000000000006e6bbbcdbeb8459405800475b4564172634393c22beef5f1344 0.05 MB 145 181
184,750 184,750 00000000000003cafbe38b1945d720bd58d9bff5169513a1325cbd5a753fa5c8 0.13 MB 246 98
184,749 184,749 00000000000009a5f18b6f4bc6a9f42bdca70e5ed23a0a79b907cf86c8c9e66a 0.05 MB 144 114
184,748 184,748 00000000000009b7851fc579dd35ee1450d311690fe1a84b20bd11dc7c873921 0.25 MB 586 112
184,747 184,747 00000000000001b73aac195b2278d64117e693a3bdeac9954e1abab870ec9520 0.25 MB 622 121
184,746 184,746 0000000000000a1247018a21707b7e47c0ccb88e5a3a96d6bd22f039bcad7d3c 0.25 MB 422 96
184,745 184,745 00000000000002679a4485785ba957090a38c0bf6c4437eb45c6faf5eaa444ad 0.00 MB 11 14
184,744 184,744 0000000000000305aaa9857788d8df8b7afa2f654c8ff8a26c2e50e9dda5183e 0.42 MB 675 108
184,743 184,743 00000000000004c6786e2631c4c35e7b4a7d956d46c4015804adf769719c0ddf 0.25 MB 508 205
184,742 184,742 00000000000002bfd1fb1ff098dfbe65b7d2b031054ec0a6b8bf0a2643738f10 0.00 MB 7 14
184,741 184,741 00000000000008bf8404746ce4d7830bb3da8c438114b0c99d9801152e3f1fd7 0.05 MB 160 154
184,740 184,740 0000000000000760c9b21383116dbbc63f9a7671b43131e03904113d1c4ae7f0 0.25 MB 526 123
184,739 184,739 00000000000002575d83c5ef28414dc7d1fab61a506a4bf81448c6aa117ae730 0.05 MB 145 235
184,738 184,738 00000000000005399299efc68a8a0ae11f699c8babac6f1d2b793e24064e148e 0.00 MB 11 343
184,737 184,737 00000000000004eb9be0fe283eb1c0e52b3f8419e4a0aac18140740541550aa5 0.25 MB 392 90
184,736 184,736 0000000000000359aaf7d46c639b995140cda91883e9de103ef6d4db3f05e381 0.06 MB 179 236
184,735 184,735 00000000000003a49ed80a735e3a11625ebc9c8a0e1cd23d220115ab177915fd 0.42 MB 920 123
184,734 184,734 00000000000001a0c13b062fc847e3daa5651c17557a1eef57b4a26d8bc243ff 0.42 MB 655 164
184,733 184,733 00000000000006506198e1776c98aedec7b757d0898946f72dd5f4ab1efc405c 0.25 MB 546 137
184,732 184,732 00000000000002cbfc4d6ae62404a3a01f8a939873b4401d37c34fa792f006b5 0.25 MB 591 138
184,731 184,731 0000000000000289bb6c5da49256ec82cac6bcf731180b3bb764bff5fb684f0e 0.06 MB 176 34
Previous 10 blocks ↓
Total Size: 646.81 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,411.98 GB sent, 40.30 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.