Memory Pool Memory Pool Refreshing

97,110 transactions
31.86 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,051 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,281 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,050 (588,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,280 256,280 000000000000001a92af8fe69ff4aa1e1f02642f9a93587143e9d5d7f1ffba6c 0.24 MB 554 102
256,279 256,279 000000000000000f7125b930e8fd8e239a4c63c0f2d55bb5e63ba9fc4e0109a8 0.30 MB 608 39
256,278 256,278 000000000000002dc13bc14c9e999f56fa19ce4e0ae0c4f203197f1c6f269a26 0.30 MB 879 165
256,277 256,277 000000000000002d054be1e77c50aafcabf5ad9466560117bd8fd9706e08a472 0.04 MB 104 115
256,276 256,276 000000000000002b0e29289255b11ea377d03f02d6e2013c9c4500879f17aa79 0.25 MB 686 159
256,275 256,275 000000000000001452940962883c497d7bfe87508813529d924c3555ca524b6e 0.01 MB 40 38
256,274 256,274 000000000000002665aa9b70dc61c3e3a21b14254d025f247fcd0ee7988556dc 0.12 MB 298 118
256,273 256,273 000000000000001e54d7eb160c15019da95f2bf0e4a55a75339c2be02953c314 0.12 MB 253 97
256,272 256,272 0000000000000008ba72a286f0c0d7cc9f76404d6d03b1ecbceb957a896169ef 0.47 MB 1,152 125
256,271 256,271 000000000000000455fe9a0f779024be6ffb8d66e3983fbb9daf563cc2720dc1 0.11 MB 264 130
256,270 256,270 000000000000002d8e2f9179ed9f8cf3d9651d7ba23e1df5045fd53a7efb7e9f 0.04 MB 110 173
256,269 256,269 0000000000000028115e14c9c3ff53915c178d7e00483ea1d49e89e3a2f8ea1a 0.09 MB 248 130
256,268 256,268 0000000000000030064bb7a58f10d456eaa8ed4b1b5d302c0ef7beee89165195 0.03 MB 64 91
256,267 256,267 00000000000000165eab046aa4a026bc181b82d951936924c5aeb71ca394161a 0.11 MB 301 117
256,266 256,266 0000000000000024de7285b3c2414f0a16183de523ea34b0e761a4111f693051 0.11 MB 225 90
256,265 256,265 0000000000000029669d094d8730098533dace24b5ebbf53b2a289feb034444e 0.10 MB 211 99
256,264 256,264 0000000000000017393b8866299590a0cccb9fc3ec77d78f95ad1c8dad019ba5 0.11 MB 266 91
256,263 256,263 00000000000000152c20907e5fc32b0a5699cd6b3bdfdc54541068acc40c9001 0.20 MB 448 51
256,262 256,262 0000000000000004106d02bd030be7b11b09dc29bd1b814d82230a3602d71cbf 0.25 MB 672 148
256,261 256,261 0000000000000021f9c19ee0a908e5e8467a3135ca017778fa0b6fe205858e86 0.22 MB 581 114
256,260 256,260 0000000000000015f00b818ec4d3cd84c7efe492c19042e8d41aa1d88220fcca 0.11 MB 278 91
Previous 10 blocks ↓
Total Size: 652.49 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,265.72 GB sent, 75.10 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.