Memory Pool Memory Pool Refreshing

62,402 transactions
31.01 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,508 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,755 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,507 (503,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,109 341,109 000000000000000018dc5d8a167afd54d35305e52ecf40c05db3a6939a3beb1b 0.07 MB 119 14
341,108 341,108 00000000000000000a9afe3affe8351ac400a60d686b046a499bfe65ff1231a8 0.31 MB 488 23
341,107 341,107 0000000000000000123f974f5505efebfcfb7668b32bad84c7c27561ccc5ce27 0.26 MB 478 26
341,106 341,106 000000000000000010cb778b1d0177cf9486d97880f93b4b032d602a7a270801 0.36 MB 596 23
341,105 341,105 00000000000000000152f1e1c84c05d19b5f92c5bde43afa0670e4f31dcc39ab 0.30 MB 421 20
341,104 341,104 00000000000000000cd80140ad3483faed214ba35c718f5bb3f3cc536188fafe 0.10 MB 195 23
341,103 341,103 0000000000000000055134693319aa6f8415ac14bc6f0e14a97c198afc8b1857 0.15 MB 247 17
341,102 341,102 0000000000000000187698b03302f604888a9f176a322acd6fd0efaf9ae5387c 0.51 MB 574 16
341,101 341,101 00000000000000001558cdf8a64bf7b3a6f393056de8f9a5362821ac04a3039f 0.35 MB 582 23
341,100 341,100 000000000000000007dac77f9c934668cd6435861255d7b48398b6fb4cd7adb7 0.10 MB 256 37
341,099 341,099 000000000000000017e44016ea56224659d4e7ca6fec7cf1583ed7479a051a19 0.75 MB 1,289 25
341,098 341,098 000000000000000011d925952734af6b2bdad8435cff9178cff4ca1204843109 0.45 MB 689 22
341,097 341,097 0000000000000000194fe6421aca9f8ac60bdc2f44c9254700202b70df5f4a9d 0.04 MB 128 35
341,096 341,096 000000000000000009c933915abfb7f8bfae80c21cd5be22fdc56fd16b5c17a3 0.10 MB 288 30
341,095 341,095 0000000000000000060b4a5ab2194eeaf349757799256f11fd8acdfd99074017 0.20 MB 349 23
341,094 341,094 0000000000000000177119a216b5ffea2872888a070ba155ec76a8cc471c7a52 0.21 MB 393 24
341,093 341,093 00000000000000000fb976fe46af5156665455475630620b7f3cb8929b678c12 0.14 MB 192 21
341,092 341,092 00000000000000000cacc44d0de7cce91cfbe546ccb0de0576839fea3e6f6f76 0.28 MB 390 20
341,091 341,091 000000000000000005b39757f2ea34cd5214253e60d43b983223e3982456569e 0.31 MB 666 32
341,090 341,090 000000000000000001ee7c036b6ada09b86166c6a0c8616c89723935f7e48df7 0.30 MB 519 23
341,089 341,089 000000000000000000335540b9c130cd8c4be6073446a4e14ecb738a59b0de77 0.75 MB 1,282 25
Previous 10 blocks ↓
Total Size: 651.47 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,136.09 GB sent, 68.77 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.