Memory Pool Memory Pool Refreshing

48,389 transactions
26.55 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,323 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,993 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,322 (512,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,271 333,271 00000000000000000bbbc2ba74c19d702073f6b344521c67983553c47a175c4a 0.19 MB 381 16
333,270 333,270 00000000000000000ff235dde7e1457fb42dd32a1cd9605e25d66f6c38179232 0.75 MB 1,728 29
333,269 333,269 0000000000000000173d93f161e26cc22c496c31f420b36c40ee2f31c2201f1e 0.20 MB 354 20
333,268 333,268 000000000000000017e38fb2a2072afd4759aa7685ee0585d88222c299adf078 0.35 MB 719 32
333,267 333,267 00000000000000001306f0360053e1fcffa79bb84d87c4cd45b9e677c5d3ede7 0.25 MB 442 21
333,266 333,266 0000000000000000001076615ac7a023f6355713864028f5d3d5f57462f79959 0.10 MB 86 24
333,265 333,265 0000000000000000160e9b54b959188dd35cecb4c09348d1084b7536c8a0361a 0.25 MB 452 42
333,264 333,264 00000000000000000f9c8fcabdf85d0e2a1dc0b91c9b222d019b93dc6750ad10 0.19 MB 600 74
333,263 333,263 000000000000000007a0a0df03ab24a13dd83f5754f710f8758dd6d01ed0f96f 0.56 MB 1,131 27
333,262 333,262 00000000000000001695f78597d97d73a753172d5aec439a38aaec8e934c9f53 0.07 MB 152 20
333,261 333,261 000000000000000016be06afb1ceb7a75968e893e8273069c364e6565807df26 0.69 MB 1,320 38
333,260 333,260 000000000000000013bacb1a88e2f1490ca75bf239a6f92e0461a2e2d6b03460 0.66 MB 1,056 23
333,259 333,259 00000000000000000318fba9a17a205e7404f0c9904b8907b2cb913e2c8e40cd 0.20 MB 548 34
333,258 333,258 000000000000000003ddc10813baf64044b28b34d56583520804067e5c27d90d 0.10 MB 104 16
333,257 333,257 0000000000000000155d45d9edf808e616debe3da48009f25fce9df60a81da8a 0.05 MB 113 25
333,256 333,256 00000000000000001881d3244c7536325bc5b7ca096b1aa3889486338f10915c 0.02 MB 31 10
333,255 333,255 0000000000000000197f1fd46f96120207df2be400e5678a42d2f1a055f76e35 0.23 MB 227 15
333,254 333,254 0000000000000000014b0508d59916491beafc076d436b5adb29ef570d9afce4 0.20 MB 553 33
333,253 333,253 000000000000000004b03687ab7d39569749aa17ba6943a11f542850fd1471c2 0.10 MB 144 20
333,252 333,252 0000000000000000021bada95815fd2c56265d0c7ed54ba17f591ab88d136360 0.10 MB 243 29
333,251 333,251 000000000000000016f6e6e53b23fdd6e0f13e95bdbc9c0aac788dc60885a493 0.73 MB 1,216 22
Previous 10 blocks ↓
Total Size: 653.00 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,293.21 GB sent, 78.64 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.