Memory Pool Memory Pool Refreshing

86,190 transactions
38.44 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,921 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 1,589 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,920 (550,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,477 297,477 000000000000000064b4397de78e9eaef9040e79b0d1d58ad16390e8fb4ab907 0.29 MB 119 43
297,476 297,476 00000000000000008784957072989b1e72d897ede2cd5c6f75c1cbe20bbbd57d 0.37 MB 416 17
297,475 297,475 000000000000000093d8af23978adc9e201a1f2e2dc52844f9013a1da3621572 0.66 MB 512 54
297,474 297,474 0000000000000000504a645d27f5f5ad26e9696eca8c6db5f7457ad7a6fde769 0.29 MB 232 41
297,473 297,473 00000000000000007c34af0d2ddee1e126e6617b9316eb4e43f542733a66eadf 0.08 MB 121 24
297,472 297,472 00000000000000008c602ebd0e92338991732294267b198f68a62ff52d5882cf 0.19 MB 154 54
297,471 297,471 00000000000000003a2a0aadaac5cbec70dadfb640bed73b5e5d89e6ef58b0a7 0.37 MB 624 29
297,470 297,470 00000000000000004badb739720caadb41db65ad9ebfa962852ca6102fa2b023 0.01 MB 32 74
297,469 297,469 0000000000000000801afcb104de092aea2ced30ca1308dcdb15910c7e789fec 0.06 MB 128 28
297,468 297,468 0000000000000000721c64bbd8e457061f0e28da050351c43a9a6568a3c7570b 0.02 MB 42 32
297,467 297,467 00000000000000009b5b7548502328e94201c8da2a85c66f97ffaf8cfb2f9191 0.63 MB 1,341 37
297,466 297,466 0000000000000000445357a2a3dc88398bccacf32858180d5085c75efb846cff 0.45 MB 835 39
297,465 297,465 0000000000000000719164cad9f8f6a09c33d506c6b204377cc7b518d31206bb 0.10 MB 180 25
297,464 297,464 000000000000000059345fc754cde2ce3c301ef823be28c5e55d47c94336b5fc 0.01 MB 27 39
297,463 297,463 000000000000000099b00ddf86477df5f4597f1e0d2c0fc18aeacbcfcfc4cf96 0.10 MB 223 32
297,462 297,462 00000000000000005a67f1b9faa60b6d7676c9956649c0a1cf2a63fadb12144c 0.12 MB 212 56
297,461 297,461 0000000000000000628783f9a466245647753b61e3f6d763fd46f31821205be9 0.13 MB 207 27
297,460 297,460 000000000000000078c2134c4d0e66a4c02c08ac6aef71151e289199a1230440 0.23 MB 252 13
297,459 297,459 0000000000000000475594d129f6862a3d8928e49ce7fc366b00a7b309f1c6e4 0.07 MB 154 72
297,458 297,458 00000000000000007a218bc80924e8b91fedd95ff7c11b9a4ace415c3c04d69d 0.42 MB 783 76
297,457 297,457 0000000000000000741a034bcd64c0516917760e1d97afa7c219878b9d56dc1b 0.42 MB 664 21
Previous 10 blocks ↓
Total Size: 657.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 32 incoming
  • Data Transfer: 104.27 GB sent, 0.54 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.