Memory Pool Memory Pool Refreshing

48,752 transactions
48.46 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,352 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 621 56
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,351 (610,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,276 232,276 0000000000000087392a79bbea6cb7ed86a9b20fce9c4779c36a54a688dc4419 0.19 MB 153 73
232,275 232,275 00000000000000a7bbb3f5e979d571d481ee61a61c0b3103e52c1d3167008bf9 0.29 MB 636 201
232,274 232,274 00000000000000bb258e9cb00505c494aea963ff87dab07758cb5d209818c768 0.09 MB 256 144
232,273 232,273 00000000000000d2008d63e3a2cbed0e3a50ce1aca0213f403ad0fec87a59893 0.21 MB 408 190
232,272 232,272 000000000000011dac1f59c67fb3153575d78c3285ce0887984bcbacfa6b0467 0.04 MB 74 144
232,271 232,271 000000000000016097aa43fceb8a791078303f2e6cb84a2b9dfc659e605a54db 0.11 MB 138 139
232,270 232,270 00000000000001b387e06034e34f6f7bd6ce9d7dcf221150a0365e489dc69338 0.01 MB 17 614
232,269 232,269 00000000000001da08e2b4a868d7219d9c0ea5ad1e27a6d050eee2285ad77993 0.25 MB 542 131
232,268 232,268 00000000000000a9285212d5497209d45a2048bff88c6d8337a5d34bca687c6d 0.08 MB 184 195
232,267 232,267 0000000000000001f9479e35fa7ce4ddc0744229830cd3221b12b01582d98f8b 0.13 MB 161 71
232,266 232,266 00000000000001379c3e01d9faa09d09b943746283affc3e8e6cdd4042e9d016 0.25 MB 591 232
232,265 232,265 00000000000000587fbc7191f1e41888c780e8d0316e9b7be6e1d1e1dba28cdb 0.25 MB 607 213
232,264 232,264 0000000000000009d805cc124a2816c37891f5941ce70bd7e63e7779ce59f91a 0.25 MB 563 183
232,263 232,263 00000000000000dff00aa51c005fa574bf79c8ac8e92bb599c9e9987add40d45 0.25 MB 443 147
232,262 232,262 000000000000014cd4aa7a10425d65826010268963e598d0db6ad79df6326e9b 0.16 MB 344 167
232,261 232,261 000000000000007922836428def3e49eaa50505d802e19c1c461359628087a15 0.25 MB 342 175
232,260 232,260 00000000000000dace27d7535ef5c0b4d8f9bbe4cb4d3f00ca3be811a7ffc978 0.25 MB 470 146
232,259 232,259 00000000000000f99af4a59d3105cd411fd0adf42225f6857e6f75837c7ea97e 0.47 MB 1,495 269
232,258 232,258 0000000000000083c4fd302d37c8a75b50fb91fece16b00049257f706941e6f2 0.42 MB 998 221
232,257 232,257 00000000000000e290ffaa647344b584b34f690371b7320b25e70141315ec0ba 0.19 MB 460 164
232,256 232,256 00000000000000fa4670dd34f6bbd74717d97bb157428a16f1ce39e4295b2cf8 0.22 MB 216 82
Previous 10 blocks ↓
Total Size: 647.38 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,481.97 GB sent, 45.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.