Memory Pool Memory Pool Refreshing

54,353 transactions
23.80 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,812 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,693 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,811 (555,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,441 289,441 0000000000000000423dd1dd44c0531ea356759393e837bd07e784a126fc2bfc 0.05 MB 94 33
289,440 289,440 000000000000000057212a51a507cecc3a8d0f0c82d57b7d5bf0bb2701fc8c03 0.14 MB 305 63
289,439 289,439 0000000000000000d456f3ff8cacf57c99b7cedbfac10d5a504f044d967d8281 0.32 MB 554 31
289,438 289,438 0000000000000000fd27a0252076ec3e97c5f52a78bc58c76c6f09f19e2bb406 0.04 MB 64 15
289,437 289,437 00000000000000008d7ab1a94468e624d936dbd3a94a4220a344ec824c06dd5a 0.34 MB 635 43
289,436 289,436 0000000000000001180863f671029e3221bbcc428595e995a61ff4b366f85063 0.90 MB 1,496 33
289,435 289,435 00000000000000011ea8da169a036aa51a04370244e189741f2c84e7efb61ed6 0.16 MB 512 67
289,434 289,434 00000000000000009ed5a53d45a2976f8d3f88880b686bb6e8425f534954d884 0.24 MB 247 20
289,433 289,433 00000000000000007775d391eebcd2a8dd29a195cd9be81ef26424fbc17d85bc 0.45 MB 875 40
289,432 289,432 0000000000000000e69964cebbe26747935404f10317dd957391ef35e3941240 0.43 MB 719 32
289,431 289,431 00000000000000008433fe85999f1c978c5e9160ae5c0ced55d16e60a1a67050 0.20 MB 369 42
289,430 289,430 0000000000000000b8febdb26b59b57d2dcc70fc877e381bcf07feb31c1fdd24 0.10 MB 204 32
289,429 289,429 0000000000000000322647aa1bf421b38a74ad66cbbedda8b204248ec7316dcd 0.18 MB 392 34
289,428 289,428 0000000000000000a37032226e1a0aa7df31f58cbe7b3a725c3be3ef4b51ab4e 0.39 MB 672 30
289,427 289,427 00000000000000003bb82dcf723c3f254a0846b272e06fcd77f0eecdb2267451 0.29 MB 648 36
289,426 289,426 00000000000000004b2b0823bd0271443cc9b6f3369da12b4ec6fb5fccddae47 0.06 MB 118 30
289,425 289,425 000000000000000005e8f2383b3a370998e3980a80c2c9e574945badc36a5901 0.73 MB 1,123 30
289,424 289,424 0000000000000000cf246aa1e9a63aaf611b353458817b5adb41137cf6734a57 0.24 MB 492 46
289,423 289,423 0000000000000000112cedab4d0ac6340c7ddfcd0bddd1379e80c563aa316c51 0.34 MB 656 32
289,422 289,422 00000000000000000fae2e0a7f2c0d40aaa39d2a190fe89c74bcda3a29d772bb 0.10 MB 149 22
289,421 289,421 000000000000000034bd45d441559870947ddb922b35fb10732fecc2ea97a8ec 0.18 MB 331 30
Previous 10 blocks ↓
Total Size: 652.04 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: 9,197.47 GB sent, 72.11 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.