Memory Pool Memory Pool Refreshing

77,500 transactions
32.96 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,596 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,395 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,595 (529,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
320,140 320,140 000000000000000022579507215a48d0b53981b3db741a0e73524a7b68c4e07c 0.50 MB 737 24
320,139 320,139 00000000000000000d053e45e068b398171641c708110a48eefe3e36c6400649 0.18 MB 512 48
320,138 320,138 0000000000000000168f1778564a76961f5f21b7ddd0e703959b697e9da25e1f 0.01 MB 16 136
320,137 320,137 000000000000000024c4043e71ffd8c3efdad2cee3a39b68e904221c8f53e241 0.05 MB 119 22
320,136 320,136 000000000000000002571521cf5d67f972b6f41b085ec41d9e8f1137d8135ff8 0.19 MB 317 28
320,135 320,135 00000000000000000041ddafbe3ab90b3b5534de4a96f10114ea6b8d292fbecf 0.08 MB 42 6
320,134 320,134 00000000000000000c89bbe431540f8ccedda844cfbab32aeb28effae9a3bbb9 0.01 MB 24 29
320,133 320,133 00000000000000000d652c78376537cee8bd053bd07a7a48d55ebd5b6d66f894 0.02 MB 51 21
320,132 320,132 000000000000000001e087e010f851954db1ceb34a9d118bc4054681ec0c0b61 0.44 MB 653 22
320,131 320,131 000000000000000021f9d214d1f8982af84a57f9aac696f0fca42cb53b0536bf 0.35 MB 609 26
320,130 320,130 00000000000000001d1754bff9b000c80be290a2e204271a84df723edac28ef3 0.34 MB 510 27
320,129 320,129 000000000000000014bdf999ea2704f4dea0e11277e171acdf83cef11619c7a6 0.17 MB 361 27
320,128 320,128 00000000000000000f511cb33dcc9fe5c47dd985da60581345967b6d03dac57f 0.23 MB 227 21
320,127 320,127 000000000000000001abf36f4b6df839af4462610b9d33ef7497cdcf4e9761de 0.08 MB 88 20
320,126 320,126 00000000000000001648c9cead7df100619cd8a14533d63b55178fa698294a67 0.06 MB 102 25
320,125 320,125 00000000000000001c8837b5fd8c28d882af5e267780002a66e67074c0eba5b3 0.05 MB 100 30
320,124 320,124 000000000000000013652214159a09b8542b1105f5830a746a63e7aa973aeb91 0.14 MB 229 21
320,123 320,123 000000000000000008f539b9c6fd5a6184e7d64ca2032eea1903a04495ddb90c 0.23 MB 516 28
320,122 320,122 00000000000000000ff59f4d4256f1a95ff22dadb867d3df0b0e435bcb35a583 0.26 MB 477 25
320,121 320,121 00000000000000001eadd3cfbf28d5bbb776105a78b47238e766ce5b75fa14ef 0.06 MB 53 3
320,120 320,120 0000000000000000174037737e1fc774e6ca4879882d21aec4ca4a2fa0ef3289 0.19 MB 327 24
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 101 incoming
  • Data Transfer: 526.37 GB sent, 2.93 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.