Memory Pool Memory Pool Refreshing

75,514 transactions
31.93 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,725 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,232 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,724 (166,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,294 683,294 0000000000000000000909cf327b807098a6ca70a2ddeba11c6d303522df5721 1.23 MB 2,142 47
683,293 683,293 00000000000000000007f0dad72404b4c09c7d3eda81b9ec63a6bbc765c16947 1.33 MB 2,507 47
683,292 683,292 000000000000000000027f50e13aae0525b4ce11dce876526af9917a90721d8f 1.64 MB 1,313 46
683,291 683,291 0000000000000000000918989db7af91379683b14e7746780e2382ae6bcd116c 1.26 MB 2,739 61
683,290 683,290 000000000000000000006b75804ddfc4a6ccc6466d904257d4e2894df3663864 1.29 MB 2,903 71
683,289 683,289 00000000000000000006917c03d4fec72f5fc0a10213beb80bb2449ea57b645e 1.29 MB 2,834 54
683,288 683,288 00000000000000000007f2ca5300cedf9a820b1dfa095fce358fa1ae6ad08b2d 1.52 MB 2,205 58
683,287 683,287 000000000000000000021bf50d1bba47864851668cab77b1d24d6be27fa8f859 1.40 MB 2,797 96
683,286 683,286 0000000000000000000d96ee6e3cc916f7ede9801cc1a11ea279cb10f7bbf123 1.38 MB 2,660 57
683,285 683,285 00000000000000000003f00eee37b7292f688a92e683943b5debb574e5c4199f 1.20 MB 1,509 57
683,284 683,284 000000000000000000030f51cc17ca9832c3bb36cdb1ec6c500420a8f27b180a 1.13 MB 1,106 61
683,283 683,283 000000000000000000067798c225199a0fa7140f132402f6a7f5fd7d1c6e7667 1.23 MB 1,732 53
683,282 683,282 00000000000000000001ed5802386455fcf75b79af162a882817e1e2410f8ed3 1.40 MB 1,799 61
683,281 683,281 00000000000000000008a74191e60a805c15c4e83e9b267c5e77a2bd9d6e1829 1.55 MB 2,631 55
683,280 683,280 0000000000000000000acc7c384943c6cb7935574b14f343efc9d8dd2c8f858a 1.29 MB 2,767 71
683,279 683,279 0000000000000000000182b1b7a725a6e2643b7d0e0ca9c08088cfdcc0a96a8e 1.24 MB 2,594 111
683,278 683,278 0000000000000000000606b08de5c55dc0bde82c34ada238d6dc3d5be05bac5b 1.28 MB 1,840 30
683,277 683,277 000000000000000000067bd0d8dddfd20bb2d8bb084b199faebd2ea495665d0a 1.39 MB 1,936 41
683,276 683,276 0000000000000000000471c02e9cfa0da9f53b1b78b582b9a4fd943967902683 1.11 MB 1,486 46
683,275 683,275 0000000000000000000a638af7166e7dc250e0c5e370b662e88c85616a681d27 1.24 MB 1,796 54
683,274 683,274 00000000000000000000ac0e98d0ff16519d80fff952d2d12b77a6ba25ab7b05 1.23 MB 2,213 89
Previous 10 blocks ↓
Total Size: 660.99 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: 680.89 GB sent, 4.00 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.