Memory Pool Memory Pool Refreshing

72,971 transactions
29.11 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,349 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,951 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,348 (491,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
355,262 355,262 00000000000000001175463af51b92274f42067df5bc29371b33346d23069856 0.26 MB 470 25
355,261 355,261 00000000000000000cfd9ad1431aade7b62ad9c0fb1e7775e78cd47f14efacb4 0.27 MB 359 13
355,260 355,260 00000000000000000f3dd0807c921c0c2bd6469c0567a7d0e4631661c5a04cff 0.75 MB 1,487 30
355,259 355,259 00000000000000000d9a36e38470107f574136c846b8e3237f3c8d98de2ceb7f 0.17 MB 384 17
355,258 355,258 000000000000000016a2964f57b80ad457e092b1395b05c9976518d504b0a7dd 0.42 MB 893 28
355,257 355,257 00000000000000000f472d765c26fb7881c3e7724dca73201c468e3bdea4de5d 0.55 MB 1,204 29
355,256 355,256 00000000000000000f0dd584c7eb7ea132dc2af33f911fc7b87b05ca051072d7 0.12 MB 268 21
355,255 355,255 0000000000000000118eb9e1f99f003743c9f3b7639140ab25077524bd13338c 0.44 MB 920 28
355,254 355,254 00000000000000001007537d11fbfcc66364fd16eb88a9c28a6e964de0e9b5bd 0.66 MB 1,401 27
355,253 355,253 00000000000000001276005a8ae68cab0b1c2bcccda233797d4b49b1f5d0f46b 0.18 MB 395 42
355,252 355,252 000000000000000016a16541c1c72fd069ffd7f6f58061aba0bc9322233c0068 0.10 MB 78 7
355,251 355,251 0000000000000000112b897aaed02150ef98d2439af255e2a47cbc0d8f721969 0.45 MB 833 30
355,250 355,250 00000000000000000339233611d6542224c26e00b19b894b5d424f6ebb16263f 0.14 MB 210 18
355,249 355,249 0000000000000000013d3505770aa2ee326ecf01ffd299648d79a1185db8952c 0.13 MB 277 29
355,248 355,248 0000000000000000007dfbb17f1f9588aec9e230bc1a2f91f3026c5ca04c629b 0.31 MB 695 28
355,247 355,247 0000000000000000058b8452855d584f69a3348e8c45c1ecc971d27f6159473f 0.18 MB 359 24
355,246 355,246 000000000000000011c9245b7f8eed7c718e20d65553d462df06bc5140e9262b 0.14 MB 235 18
355,245 355,245 00000000000000000bed51d09d49afe2f3271627bfdbf0a09dcfa7382644dc1d 0.44 MB 849 25
355,244 355,244 00000000000000000ea6b59f58beab538722f8fbd3a8a54f9b787d4cda0703ad 0.84 MB 938 15
355,243 355,243 000000000000000008342434b55fad9e59e343c890505e46c3907a8b279d79b1 0.00 MB 1 0
355,242 355,242 00000000000000000101a8d87a1f58e10a2ffe7b07bd2d7ca2fecc8fb50dbda6 0.75 MB 2,422 43
Previous 10 blocks ↓
Total Size: 654.85 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 9,413.54 GB sent, 92.01 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.