Memory Pool Memory Pool Refreshing

36,779 transactions
41.28 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,974 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,766 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,973 (486,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
355,268 355,268 0000000000000000013cf1e1b0af2a965ce0f8dbadc2e4a7817a39a6fa6500ae 0.45 MB 799 23
355,267 355,267 00000000000000000cb292bfd94d42120e62199c65c865d1aa89abb57c27a621 0.52 MB 785 26
355,266 355,266 000000000000000003fb9dfe497d13db4d96a17882cc41654b5e89d99c7ddccd 0.00 MB 1 0
355,265 355,265 000000000000000013856456cdb463b7dcd32774140ecdb5decdec5293d021db 0.75 MB 1,452 26
355,264 355,264 00000000000000000f866fac45fb6699c385c07ce2fed4c82590cb73a1880e3c 0.18 MB 302 24
355,263 355,263 000000000000000004ea86c3ef0684ffa954f7b4e104e45c8cbc2419f2a67849 0.69 MB 1,081 25
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
Previous 10 blocks ↓
Total Size: 646.71 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: 8,396.01 GB sent, 39.59 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.