Memory Pool Memory Pool Refreshing

75,676 transactions
31.96 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,599 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,265 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,598 (661,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
188,454 188,454 00000000000007f94d821d3d166c67d18e1982d385a220d62b3ebc5934914f6a 0.05 MB 141 98
188,453 188,453 00000000000008fd3f929567dbb39f95f49a5bc85bc46c73a921759dfdb85266 0.25 MB 387 108
188,452 188,452 0000000000000239ec5bbc8b86aaca33360cc388ace1c8ddce2f66c8f92f50f4 0.05 MB 96 139
188,451 188,451 00000000000000f32041c5047c26b04e8d69675a855ef8bbfed85911b95ac317 0.00 MB 11 0
188,450 188,450 00000000000004cb403c1f8ae99a67ede34e3fcbee3a2bf6235c6b1b5fef1dbc 0.08 MB 256 51
188,449 188,449 00000000000006fae24e3855152fc16a313a8f5428394fea633a2440e00ccae9 0.00 MB 6 0
188,448 188,448 000000000000027e3bd819d8c32887226511e5df90b79f023878b05d31f8cd64 0.06 MB 122 112
188,447 188,447 000000000000071ed3032cdad4d24a9dbc19d50bcd169052fdcd93be29ccef4d 0.23 MB 473 114
188,446 188,446 00000000000000e9305469dcea600ab3de64190450a0def2ad5a6845167cfa7e 0.09 MB 256 153
188,445 188,445 00000000000008ddbd9855d31a8860984861fbef434675ab0a14c9a57ab6e6aa 0.05 MB 116 179
188,444 188,444 00000000000005996ac9b5f029e2be6668820c422f590d19e46aeb1a6872635e 0.22 MB 512 137
188,443 188,443 00000000000000f02086fde6f8e33f88bf1aa59f4055f19ed13a8bc064f9ce6e 0.00 MB 9 151
188,442 188,442 00000000000003b2c19a641a212d716b6e37d8a67eb2b0b71acc4299a3a4d0ec 0.28 MB 660 116
188,441 188,441 00000000000003e0f0083ada8170081d2dd5c403a60ca573cc06bd97006d0da1 0.06 MB 154 108
188,440 188,440 000000000000076c7aabfd890b22357cd27fc7b6f8689031e25fee2421aa92ab 0.07 MB 65 79
188,439 188,439 00000000000006f6d27a34a572fd1de726c0af663fd39c0592c826689e3ecf64 0.03 MB 78 141
188,438 188,438 000000000000058c97e1bd40191a79bc75a948cb3e4c06e83aa343079548c399 0.01 MB 23 93
188,437 188,437 00000000000007445813ef2001f9695100d88ce19ee4238c3023630aefed163d 0.06 MB 129 111
188,436 188,436 0000000000000245645da03f6c2195084d0f114569182fe97b1b85f9e3100085 0.03 MB 34 6
188,435 188,435 0000000000000086cfa51905acb5bd38338ef950f298200700ada11f0f078358 0.09 MB 242 144
188,434 188,434 000000000000077da0899de6a9c816defef4283c6c8869133d93999090708bd7 0.05 MB 132 29
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, 103 incoming
  • Data Transfer: 528.16 GB sent, 2.94 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.