Memory Pool Memory Pool Refreshing

28,836 transactions
44.43 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,016 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,088 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,015 (169,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,293 672,293 0000000000000000000b49f3bbc2ca80aff39e19d79f1813fcd178321fd009d9 1.42 MB 2,713 156
672,292 672,292 000000000000000000067d6c8f3a5dba5918a1308c9246680c19269ef4affb67 1.40 MB 2,663 51
672,291 672,291 0000000000000000000afaff9167a790d0980f1ac368a7fbcf1f5d32b5cccf88 1.28 MB 2,691 46
672,290 672,290 000000000000000000052d06e7db33dcaaf1ce06a344af5e9e5e82b253b99739 1.35 MB 2,802 156
672,289 672,289 00000000000000000000595bb24e1c66886f32341341f93c5d20766b3582036e 1.39 MB 2,284 84
672,288 672,288 00000000000000000008f717103ae119f9086a72e661815d649558a2ba766b9e 1.28 MB 2,711 49
672,287 672,287 0000000000000000000740a085b7b8477b690a99627df77858a5b9cfc2e99f18 1.30 MB 2,303 116
672,286 672,286 0000000000000000000231e9f0f29b0cda2b13921b780499b22b2a3642e90f11 1.38 MB 3,033 161
672,285 672,285 00000000000000000006a9d1fa11f4d92b24d9168c293db1ee40552bc4c49c2c 1.28 MB 2,444 55
672,284 672,284 00000000000000000001d3b0e0514e33b8da2cbe81f847dc3b9d35e95073400c 1.24 MB 2,528 49
672,283 672,283 0000000000000000000ad9011193f69929b4ab51164cd3497613edd2e28a19da 1.17 MB 2,428 72
672,282 672,282 0000000000000000000ad80453e3245bc412caaff008188ff9d6c280798396a7 1.24 MB 1,800 143
672,281 672,281 00000000000000000009f81046b94b420f6c46a12e8a137572c44a6c2327f1f3 0.00 MB 1 0
672,280 672,280 0000000000000000000648eab24cd7d260078581d68b7309a01ae01e053e033e 1.08 MB 672 148
672,279 672,279 0000000000000000000c090de3cb6f4f125dcc83acb552cf6b86533f87dd70d5 1.69 MB 1,584 93
672,278 672,278 00000000000000000002244b0c06d0c12518b313703f2e7da25fca67e72969b5 1.38 MB 3,036 154
672,277 672,277 0000000000000000000917067b99f338c43c4b04a030914ff873e3e137d7172b 1.21 MB 1,987 95
672,276 672,276 0000000000000000000ce1219bee725f9287f9d4c6aab02ccb49c72fba864923 1.32 MB 2,726 148
672,275 672,275 00000000000000000002f692001280910ed40ad8793c5849549b45cecfa168c5 1.37 MB 2,973 144
672,274 672,274 00000000000000000003d45dbdaf4ba9df0855e6b2d512e8992a13a3c0c68f36 1.18 MB 2,390 72
672,273 672,273 00000000000000000003491828283370a900f380459845c8e5fd2a794fdcbd0f 1.34 MB 1,088 22
Previous 10 blocks ↓
Total Size: 646.79 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,404.62 GB sent, 40.06 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.