Memory Pool Memory Pool Refreshing

47,154 transactions
46.73 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,308 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,722 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,307 (371,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,292 471,292 00000000000000000057c360d3f3b11e0e4fd45b0e37b4d61bc97c4bf72842bf 1.00 MB 2,485 251
471,291 471,291 0000000000000000005a12b0c217d718d158e22b7dca81d0b78540bb791e3e34 1.00 MB 1,556 296
471,290 471,290 00000000000000000145ea16b0797345f10cc3e8366c27079bead05bfcd27504 1.00 MB 1,985 412
471,289 471,289 000000000000000000860962cd482470ba93b5f5f26417fce54193b5fb8ad806 1.00 MB 1,344 288
471,288 471,288 0000000000000000014699f3729189a25318bdfcecb69f75a552b1fac7323ca4 1.00 MB 2,137 333
471,287 471,287 000000000000000001026f453ae88beb2b9a55d85366a43a3bdd3ff6fe481888 1.00 MB 2,321 350
471,286 471,286 000000000000000000178562430a7e5babd66ae7cf17a1ac0cea4513a729aff2 1.00 MB 2,385 328
471,285 471,285 000000000000000000502efda334eca38fc30ffd2eb74e875109b5da9737e487 0.00 MB 1 0
471,284 471,284 0000000000000000015ddc0409602762d98f9a86f03648bd22eea28daf8ae04b 1.00 MB 2,300 356
471,283 471,283 00000000000000000165b51ab199665b13397aec2b4918ba9566709760feb823 1.00 MB 2,984 465
471,282 471,282 00000000000000000005c80e822755e266e25e6c98702a53498bf1a52c100365 1.00 MB 2,516 312
471,281 471,281 000000000000000000d7b966158369afe6d5a3fc326f48af5961bed457460234 0.00 MB 1 0
471,280 471,280 00000000000000000192ca6c1e2b294a6e135cff27c3823fefe84c174279a864 1.00 MB 3,053 387
471,279 471,279 00000000000000000116236aa733d9c3fd9ed202431f3ee37754180332b3f7eb 1.00 MB 1,771 292
471,278 471,278 000000000000000000ccbdd62664267d0a074165760f8413530738ad0967eb63 1.00 MB 2,482 364
471,277 471,277 000000000000000000630b66c6573ce968c54a9ce1c27c83e985271c8e9af313 1.00 MB 2,434 395
471,276 471,276 0000000000000000000606a1d88efa74366e0c5f422d79e2d0af8f3ec8d702b6 1.00 MB 2,162 393
471,275 471,275 0000000000000000015cfbccbe09c7d8f7ff5bdf6e0bcb7e6b8248567e1b6df4 1.00 MB 2,269 320
471,274 471,274 00000000000000000137ae66668e7bd20d5078f3b5bc857478db1105899cdd4a 1.00 MB 2,568 459
471,273 471,273 0000000000000000016ab097ac7140161b1c588e11b63eb0a693d0f1e0a63f1a 1.00 MB 2,456 376
471,272 471,272 000000000000000000cf6a75db1fb145f218feca3523c15c9219714e1a5368cf 1.00 MB 2,523 281
Previous 10 blocks ↓
Total Size: 647.30 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,474.67 GB sent, 44.67 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.