Memory Pool Memory Pool Refreshing

62,181 transactions
34.56 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,329 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (323,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,108 526,108 00000000000000000000260c4b15f9200f77a237dc8dc2a1d3850070b8fadeab 1.14 MB 2,287 23
526,107 526,107 00000000000000000028bc6262810c79df6fd2917ec61d455fd08ed517a6f20f 1.05 MB 740 11
526,106 526,106 0000000000000000001ec040e144f6cfb8f159f2918f64ddc013517f69ed3cf8 0.04 MB 88 29
526,105 526,105 0000000000000000000d212ae482775c0d03bc5b667754e2a03b30ed5ca179c1 1.02 MB 365 2
526,104 526,104 00000000000000000009e5443ebaa45e4684e2b134c45d3c801bb764bc5025a4 1.07 MB 1,198 12
526,103 526,103 00000000000000000022ce273acd3dc992722a75d37c61430836c6dd561694bb 1.17 MB 2,021 18
526,102 526,102 000000000000000000057636b51a85490ac84568ec950f5565cdad080a052112 1.00 MB 124 1
526,101 526,101 00000000000000000038e3fac2122ce3a044f1e215a877b47f8668cba620e2aa 1.13 MB 1,677 14
526,100 526,100 0000000000000000000d6cff3ea58009c4646702ba2c89b5be0665ad38a17e4d 1.09 MB 1,545 15
526,099 526,099 00000000000000000018bbd2bbd30f29240ca5345e12866eb0847b971ae8a74a 1.08 MB 1,261 15
526,098 526,098 0000000000000000004059976f901dce52cf580879819ed20e5aaa6d6eebfed3 1.14 MB 2,104 19
526,097 526,097 00000000000000000006c04a601038524ec8ca6726f4ce98237db281185bf96f 0.17 MB 37 2
526,096 526,096 000000000000000000117f3c215ca39d6eb1911bc01b47572838efffeff9a838 1.07 MB 1,226 10
526,095 526,095 0000000000000000002aa6103795c0fdd2cb4e4908f687c897465605f9cccfa3 0.07 MB 40 9
526,094 526,094 00000000000000000038e7a8c24d15abbb9421f82cadfa40863316298ff7c3e2 0.38 MB 362 7
526,093 526,093 0000000000000000000cf90dc5c2d704bda39b32dd2e7dd6141bafc5cedc1bc5 0.78 MB 772 9
526,092 526,092 0000000000000000000d0f48520d4dbb639b9ec1a67479607cd90eb83a92e28d 0.45 MB 655 17
526,091 526,091 000000000000000000142dcc47ca532eba1c7136ae3ad57aa2f4aeffb7b36a5c 0.20 MB 323 25
526,090 526,090 0000000000000000001ab9b6d59b9fea58565fb611d0d8cf3e61a4e6a858e179 0.10 MB 179 17
526,089 526,089 000000000000000000206b9365386b31b0abaaf01c9f9f745c4f1b4a18359a58 0.03 MB 63 16
526,088 526,088 0000000000000000000a181c4606e37dcf2c18126878228afc483c5a5b94dd43 0.25 MB 495 16
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

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