Memory Pool Memory Pool Refreshing

62,439 transactions
34.54 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,800 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,131 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,799 (657,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,613 192,613 0000000000000441a09b719ab987af6f8502bd16b84ac74d4e4abc67ffb3ddd8 0.05 MB 149 119
192,612 192,612 00000000000007bb451ca09a9c926ded09e3d4107be95cfb34d1bfe8f649a2b4 0.09 MB 256 81
192,611 192,611 000000000000020c5fa70afac047fafdfceea03d2a8f09c81c4ec4fc3b85df3f 0.02 MB 47 145
192,610 192,610 00000000000001ebe3b5b85dc1e732c9e660bcaf87d58200f909985a33c63e4a 0.18 MB 507 171
192,609 192,609 00000000000000355f4c00aaf528908896290370c23f11dbc73164785af2704f 0.05 MB 132 6,179
192,608 192,608 00000000000005cace1e77dd8a3dba11e7ceb0b82469bad858e02db32daba3ae 0.25 MB 593 169
192,607 192,607 000000000000070020b63e6a686602de21f1993a0a5b4fb909694bdb0a8ad23d 0.10 MB 318 156
192,606 192,606 00000000000005efbf55d1d6c7bce5c5b2091103d6cf2ddee68881cd93e46456 0.11 MB 236 115
192,605 192,605 000000000000061914fea96c9c6f826e7eb56d238f06f2074ce816ec7ed1e44e 0.10 MB 220 103
192,604 192,604 00000000000004a45be84ab597c211f8812a6182e2a81b633d5576e38c114cf3 0.11 MB 256 161
192,603 192,603 0000000000000817d7da217deb6e22df4c69fc740c1c9411db797363cbacccc6 0.06 MB 138 180
192,602 192,602 000000000000016d29641bac79f6a42fc8cbe34a207f96cbeb33c2537d1773e0 0.12 MB 295 129
192,601 192,601 00000000000003fa73b197310ec01534523a009f774dc32f95bbd00ece9401ef 0.07 MB 149 109
192,600 192,600 00000000000004b0f4575a4349b4e4b7e412e68e13f8c5deb1ffe795ff3ce6ea 0.18 MB 512 79
192,599 192,599 00000000000003903281a35953b41a66e4dc1990b41f6abfe68ce876a3e4d873 0.11 MB 256 91
192,598 192,598 000000000000076faf9980661702af95a711de1dbed2b547c032be257f2b226d 0.03 MB 29 45
192,597 192,597 00000000000007980d3af7fc7ce6c8417cb1a0e8b294009cfbef5923546b70c2 0.01 MB 52 196
192,596 192,596 000000000000071366e1aef4bac6fc06326b2e766040340a2649664e60f619d7 0.07 MB 204 145
192,595 192,595 0000000000000323e99f25fbdbe1b33d3ea8912168458f2d45188f215531b2b9 0.25 MB 635 337
192,594 192,594 0000000000000818fdec75905469c0410a04dcf37b8bfa87a7dd859b027329b1 0.25 MB 668 139
192,593 192,593 000000000000030c6be1b0255efe7f3bc58c2b8501ff06e60f7ff326b87848bb 0.16 MB 474 191
Previous 10 blocks ↓
Total Size: 661.13 GB

Node Information

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