Memory Pool Memory Pool Refreshing

72,352 transactions
38.18 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,767 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,676 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,766 (194,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
655,122 655,122 00000000000000000007087ebd98a8583e8fc6b93fda448a2222eedd428a3392 1.30 MB 2,890 224
655,121 655,121 0000000000000000000537f28a71d7ca044242978f67c8a31534f13fa260e9f4 1.25 MB 1,174 268
655,120 655,120 000000000000000000061f2b099fc2e0a9ca5c753d8c68584ac163910330d779 1.22 MB 2,792 333
655,119 655,119 00000000000000000008c24af1ec5945cd26d3ffbd8644e344ae05d285f4ea96 1.28 MB 2,661 149
655,118 655,118 00000000000000000009613cb1e3f1a3261e392168d7141aa695d6412e89f087 1.31 MB 2,442 133
655,117 655,117 0000000000000000000582f6a66af61935b28f568f0c8763e8861a5b748385ba 1.28 MB 2,504 185
655,116 655,116 0000000000000000000894f728663f572e245229e31f2cd3f8561300ba24b84c 1.47 MB 1,974 144
655,115 655,115 000000000000000000001d79ac7931258481c16b39851e65bfeb9f04eaf85927 1.32 MB 2,463 195
655,114 655,114 0000000000000000000d2cd5bb23e9a0b1255f40fb0acc93083514132005f306 1.41 MB 2,405 238
655,113 655,113 000000000000000000025c0afb18a1d7594b6cfb0ed509ea8aa3337d0ebe4bfe 1.44 MB 2,222 299
655,112 655,112 000000000000000000050f94d0f879c1c717c188b56d8b66a95b60d516af1de8 1.37 MB 2,304 294
655,111 655,111 0000000000000000000233f94d4f1d16d6d6848fd2dbc1e78dc3af658c82fcbe 1.12 MB 1,820 344
655,110 655,110 00000000000000000006598a6d32fe7b2c5966043bbde96180b0912d23f70b94 1.43 MB 2,248 180
655,109 655,109 000000000000000000057787985e72f112c0602421ffa415f104b8b7d97f4e07 1.45 MB 2,409 181
655,108 655,108 00000000000000000004e9ca4d7939c6bc290e07a892e2e09fe03870d6d0ba39 1.32 MB 1,878 209
655,107 655,107 000000000000000000008bf89e49d6590c8206b53bac5f4744736db7e079343c 1.26 MB 1,790 268
655,106 655,106 0000000000000000000b12c392933fa822d916a596a6af10413e740bfafb6df5 1.36 MB 2,467 328
655,105 655,105 0000000000000000000221b2e7e40eef9053e9eeec37c8b7037292d104efd875 1.40 MB 2,612 253
655,104 655,104 00000000000000000007aa0cfe7968cb1188926b2315960af440fbbe2efbb5a2 1.30 MB 2,173 325
655,103 655,103 000000000000000000043311523eea65eff8e70b33bebd5f56ddcbfd8d3df952 1.36 MB 2,332 247
655,102 655,102 0000000000000000000b96a50b8107bb2f153f9a5478729781896b75d0627e08 1.38 MB 2,575 71
Previous 10 blocks ↓
Total Size: 661.07 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: 713.91 GB sent, 4.46 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.