Memory Pool Memory Pool Refreshing

101,742 transactions
31.44 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,533 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,514 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,532 (556,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,364 289,364 00000000000000000123f023508d0e1ba6ff6453acdfc6e6b63bdba1fa4eb318 0.32 MB 204 17
289,363 289,363 0000000000000000e842b7ab699845273822fd722628a9f84d9e924ab83979a2 0.50 MB 778 40
289,362 289,362 00000000000000004b86c9ff0545adadc3ce7b72b0ff7a38a7bc19de9c515a89 0.14 MB 151 16
289,361 289,361 000000000000000098cf63428d0832681912be452acc1506105e0a1b9062778b 0.16 MB 512 60
289,360 289,360 0000000000000001174d1a4558e894b9842a529bba23d14995f4ec82544276e7 0.13 MB 296 33
289,359 289,359 000000000000000079b1805f1b31b393616c620db523e01f1d94365fef4ef476 0.00 MB 4 73
289,358 289,358 00000000000000000843969929baedd29f396f76ed978911b034a3f57371b598 0.06 MB 155 24
289,357 289,357 00000000000000006d1347be3b42d6137f97da648ee475e6f4ee595ce4125fd6 0.51 MB 1,136 38
289,356 289,356 0000000000000000ca1bf4d6e1320e841cc3a4a184c26a037738febc23e26da4 0.75 MB 790 22
289,355 289,355 0000000000000000e3e650b1beddf953046ce8df6cca19ed3c56803b435c52b2 0.05 MB 128 38
289,354 289,354 0000000000000000713e1a6db601c8a9949683aeb26e519cb5de27a3fba69f27 0.50 MB 1,250 44
289,353 289,353 00000000000000011f73292b420ff93b2d26165a10d99d7d0bb90ffa78dd0d2c 0.02 MB 55 41
289,352 289,352 0000000000000000054e3b646dc2cc0f02d428a759ab61cbc13fc0e3f3a1c5bf 0.08 MB 119 27
289,351 289,351 0000000000000000d2862da4dd69ff06cac7d50a321a0cf97a4524b36a28cc4d 0.31 MB 497 30
289,350 289,350 00000000000000010b8f957b162d986b48e98dce9250527b2acda9ed6f3395b4 0.04 MB 64 22
289,349 289,349 000000000000000114af226cd76f63aa9668f34b8cf990e7170214720ecccc01 0.35 MB 804 38
289,348 289,348 0000000000000000a22b0503c2c553c987c69fc89a1227ad8a8d5e8edb47ad90 0.05 MB 96 40
289,347 289,347 00000000000000004486b47f64c5201fbfe50b58708a762a87e7630b39ae6086 0.24 MB 383 31
289,346 289,346 00000000000000006d59b79e34ce82406168c6f58c7a623d89f8616bed82e06b 0.13 MB 254 30
289,345 289,345 0000000000000000b31351e9020b4fc9e6900613c91d1d1fa475d1db121794da 0.38 MB 346 22
289,344 289,344 00000000000000008c29fd7b661296b3a22b5d52c1871f7408c978faa562ee93 0.15 MB 296 28
Previous 10 blocks ↓
Total Size: 653.39 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,311.97 GB sent, 81.34 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.