Memory Pool Memory Pool Refreshing

72,090 transactions
30.70 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,602 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,622 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,601 (343,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
506,275 506,275 0000000000000000006a0081e7a1edffd36a0baa7d11503771cc1b384ad66335 1.01 MB 673 67
506,274 506,274 0000000000000000000eefa02e9af71acab80806cf78ff3053a57d453aa3917a 1.05 MB 737 78
506,273 506,273 0000000000000000001e5abd458007f609a183c80011f33f560902560d377538 1.11 MB 1,163 83
506,272 506,272 0000000000000000004f4ff8e4b5a2a8c4dfd1601d3c5e9d1e2995e40d490546 1.08 MB 1,675 188
506,271 506,271 0000000000000000002b90ff2841c268d561b19c7a43b27e88f6bd1ece3a3117 1.35 MB 1,082 75
506,270 506,270 000000000000000000038d9068abf9d0e8db42a0c6c291080a3d8e7916c85374 1.01 MB 1,282 49
506,269 506,269 0000000000000000003ce3c220a6226fab816ba4fcb867c6c618977ffa378134 1.04 MB 1,781 164
506,268 506,268 0000000000000000001e416f0b86a31cb9beab258d2e15206f0f085d00b43e4f 1.03 MB 511 38
506,267 506,267 00000000000000000050e8a33eab155532a51a7bce26e8cb4372f09e2c33f2d1 1.10 MB 2,228 187
506,266 506,266 0000000000000000005c28bff3a1f773a1acf6147355a9131b7a39b3d4047276 1.04 MB 1,764 287
506,265 506,265 0000000000000000004324a50e88380f8069ed3217d2b37be289cc80894c84c7 1.01 MB 1,013 39
506,264 506,264 0000000000000000000da700f910caadd8c87d059062a22ed57413b96d9e106f 1.02 MB 2,023 61
506,263 506,263 0000000000000000005e63a82d36695991b27257b6fa2a3e9b31fef411187cef 1.08 MB 1,462 70
506,262 506,262 00000000000000000055d35a9c34526a33ffb59a3b8d1d0b58202e9772d0cd46 1.03 MB 1,782 195
506,261 506,261 00000000000000000066809955bbbaa1c14642831004877926db694e411cdb5f 1.09 MB 1,958 179
506,260 506,260 000000000000000000118dc2fdb14751638da481f9d1047763594750cedf3557 1.05 MB 2,033 232
506,259 506,259 0000000000000000006b11454aa3964d0713674ceb783a4c41425d9cf61b9f94 1.03 MB 2,215 269
506,258 506,258 0000000000000000003d570d4c522661cd3437a95ed443b7f40ce24783520687 1.07 MB 2,156 187
506,257 506,257 0000000000000000006a668f36aa23756e00b1c25fe7ec7d765a7c482c194cd2 1.03 MB 1,312 88
506,256 506,256 00000000000000000031fa75cb60ece91e4e356eb614fd45edca8e7f1d6bcf1b 1.07 MB 1,826 131
506,255 506,255 00000000000000000047cd91269670d094f4836a8f614077566671c0c6f54dea 1.05 MB 1,990 122
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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