Memory Pool Memory Pool Refreshing

98,375 transactions
33.92 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,940 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,364 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,939 (563,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,529 281,529 0000000000000000b2dbcc714de95675b36cd51822c0b46c6f74670b222d11d6 0.25 MB 255 28
281,528 281,528 0000000000000000f16f88199c4c6bc6ad3370c230b8c1122acf87de31c13b31 0.25 MB 176 16
281,527 281,527 00000000000000017b020055a7f115c0920282d56333ed0da113d26a9130fba3 0.50 MB 256 21
281,526 281,526 00000000000000019a86a7421d3e5bf77fd08400b071ffb7714c755645a3b243 0.25 MB 547 52
281,525 281,525 0000000000000002489c59bdd45c944405a948419933832fc96f921bfdc06089 0.50 MB 243 18
281,524 281,524 0000000000000000262b707dbd72051c5f901adfefdec94d08b0f1a914aaea2c 0.25 MB 726 67
281,523 281,523 0000000000000001b408edd6056d4e7bab48f713fd8d31f7a30bc6b1bd8d1aa7 0.21 MB 150 23
281,522 281,522 00000000000000010420879cfe8f8fea91dc77252b1351d5dfa9b8203f17b582 0.20 MB 414 40
281,521 281,521 00000000000000002711dd1277d53bba994b124060b795271ac153811be2cbe6 0.11 MB 97 20
281,520 281,520 0000000000000000d36d82f90d14534ad5fd4461f16ab6c7faa4e209a284dacd 0.17 MB 372 41
281,519 281,519 0000000000000000ad9b451e17e2f877e833630ed5aca55a0459c576d99ca9ae 0.43 MB 666 43
281,518 281,518 00000000000000013127dc69bce1e7fd21db6acb36f9ed6a296aa81807171722 0.07 MB 44 8
281,517 281,517 0000000000000002513ea44a4748aad83822b88543bd1d00c57d0dcbe5edb636 0.11 MB 173 36
281,516 281,516 00000000000000011238ef3a10199c59efb68eb917508de292541e1253439099 0.23 MB 191 47
281,515 281,515 00000000000000007df3f819f35edc9c31848922f0db544a3cb1df85a470e5b4 0.25 MB 631 41
281,514 281,514 0000000000000000d51a50dfe767b0e9430b7dbb42b696e5c5a2ef908a0cbb22 0.10 MB 158 29
281,513 281,513 0000000000000000059e3b881bd5c96f9ca1e6b40249af4c2ba97d4f642738bd 0.13 MB 167 26
281,512 281,512 0000000000000001092782f91a1a1dcca2bf0a05f4912b26edd90ec23ac9e707 0.12 MB 135 19
281,511 281,511 000000000000000204c2726bf63a517b11b11d716327f9b04bed134397ca03c3 0.50 MB 1,022 33
281,510 281,510 000000000000000064acdb6ecd5673d6a19bb98aa15c6c44dcd36672ce5f2cd6 0.00 MB 1 0
281,509 281,509 000000000000000037a4391ab0b68797a1aff0149c59f29ddc70169b43cb9575 0.05 MB 149 201
Previous 10 blocks ↓
Total Size: 652.29 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,217.92 GB sent, 73.72 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.