Memory Pool Memory Pool Refreshing

41,130 transactions
33.86 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,147 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,157 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,146 (266,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,321 575,321 00000000000000000020f9ad0caf661df4b09b3b8b5466a99d226b8eb36d7e43 1.25 MB 2,621 34
575,320 575,320 0000000000000000001a642aeeb719b4c61623b26d8e09c1d91e5598e1582353 1.13 MB 2,242 40
575,319 575,319 00000000000000000007cdd8bededbc04b9cd8922bcf22662d13318454f8d2c4 1.10 MB 2,747 47
575,318 575,318 00000000000000000021f3b908e7c13228f138571a8ccb5589f25bfb352f21fa 1.19 MB 3,346 87
575,317 575,317 0000000000000000001173796e3285e0fdfa755e43baf73935004c89dcfb966b 1.26 MB 3,256 85
575,316 575,316 00000000000000000021f3d1720493ae752f3bb2f40b1a57ef227c9797ad66f7 1.33 MB 3,750 93
575,315 575,315 0000000000000000002080b89ef0aa3118ee0b4d755c17e13023e52c66527f60 1.87 MB 1,416 101
575,314 575,314 000000000000000000124313690b0b592895256218819ef99f82fa58b76ca85f 2.26 MB 318 95
575,313 575,313 0000000000000000000bea674c56a4b82c505bd7703a2c97a1e273d4bbed56f6 1.95 MB 1,238 104
575,312 575,312 00000000000000000005c58e3574ef2ea32eadc59c1a8faecc5d8e56eb28c9b8 1.33 MB 3,343 105
575,311 575,311 0000000000000000000fc099133dc3af6a74a9e41b917e4c92d90c2c5fceaecd 1.12 MB 2,894 59
575,310 575,310 0000000000000000001ad041baf79a201d2377e77ff539d95e2b45144b023c5e 1.21 MB 2,599 75
575,309 575,309 0000000000000000001a54f457311475adecff61505cb298566b29edf2b4ac48 1.21 MB 1,525 66
575,308 575,308 00000000000000000005b6f2655f6e97c29570486d3fdf85cf8855573818f398 1.15 MB 2,794 66
575,307 575,307 0000000000000000000144513c2e699f1a77738388f7bb75ef89d7793cfe541f 1.14 MB 2,811 67
575,306 575,306 00000000000000000026d4f0f81dccd3327ccf928634632645eef641b83d32db 1.06 MB 1,290 65
575,305 575,305 000000000000000000141f82b0575f3eb31fe20ce93f14f32089215c7cafb967 1.17 MB 2,149 78
575,304 575,304 00000000000000000000e23f91d05ddec4578578347a65dae71e1abcd1dd3069 1.06 MB 1,717 63
575,303 575,303 0000000000000000002141e07d11f59e0ba06a13d8afe06966612fc05bf05cf1 1.20 MB 2,793 77
575,302 575,302 000000000000000000271b0ffff39f945b99c20d624b86ad31bdbb892a4f09d0 1.15 MB 2,074 76
575,301 575,301 0000000000000000001462f3ad33b833837bd78271c977b366b5a5dfa4639adc 1.22 MB 3,520 73
Previous 10 blocks ↓
Total Size: 647.01 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,444.85 GB sent, 42.32 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.