Memory Pool Memory Pool Refreshing

64,682 transactions
26.86 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,703 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,718 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,702 (283,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,395 566,395 0000000000000000000ce4bf8bf7057414181cc5d56cb6540d9f38e7007cd8b8 0.17 MB 448 26
566,394 566,394 00000000000000000026ea81eada24fbc20513f06c099295bdf1b5b015432280 0.39 MB 940 6
566,393 566,393 00000000000000000018d020b4f72c2eef9a09845fd54d06953e626cf5cc839a 0.00 MB 1 0
566,392 566,392 00000000000000000028f06eabcdd3bb73a6eead664807a0790cd325995fb200 1.36 MB 3,363 32
566,391 566,391 0000000000000000002e0837c1211de42c281a97dcac9854aec578c63e840e8b 0.90 MB 1,709 22
566,390 566,390 00000000000000000007f9636bb969c8bdde2c7936fd24e6e9c5094431cbe515 1.11 MB 1,803 11
566,389 566,389 00000000000000000000ae4c6b97be9179aae3de991dfa3f3618292cb6eeb73f 1.32 MB 2,849 30
566,388 566,388 0000000000000000000f20be0a84c423fed310540abad4dead333397ceac9401 0.00 MB 7 27
566,387 566,387 0000000000000000002d9ab172d150351926cb7db4e7d7e2e8fcc8b71b1b8ec3 0.83 MB 2,198 23
566,386 566,386 00000000000000000002fe532f3bae8f004fc5aed4cfb95af60da40ea76fd168 0.88 MB 2,019 21
566,385 566,385 0000000000000000002c0e592146881695478c6cb1c313fb46e959037c8cd18f 0.19 MB 476 25
566,384 566,384 000000000000000000258fccce046fe63831f03c25dc0249f70e54218a4552c8 0.60 MB 1,481 23
566,383 566,383 0000000000000000001fab93b9c0150cc01cafe9a2733c969db17b7d49c89482 0.75 MB 1,774 22
566,382 566,382 0000000000000000002a23c1d51c5eb9bf502e30c419aa71f4ecaf8cef727592 0.27 MB 628 23
566,381 566,381 000000000000000000121ee1b508c42675637faa5aa21b0d127317e66ca54e08 0.41 MB 934 10
566,380 566,380 00000000000000000029f2f5127753b094027b2886a69ddde2e89e057d20e30c 1.26 MB 2,977 30
566,379 566,379 00000000000000000012d2ae97b83261da0b41e6c98edcda407ce41c2e5a85a8 0.06 MB 154 29
566,378 566,378 000000000000000000204880b6477418eaff0d09c7465d18f59b6a1ebe50e460 0.00 MB 14 22
566,377 566,377 0000000000000000001375707e33903d2ff6fc5a58035294b2024be713545ae1 0.71 MB 1,449 21
566,376 566,376 0000000000000000002948220748ce744a462aecee2272649d7dc4dde9642508 1.01 MB 2,446 24
566,375 566,375 0000000000000000000e3fc8d42fc6a00f72d999aff5f1e75d3ad148b87b729e 0.40 MB 1,062 18
Previous 10 blocks ↓
Total Size: 660.95 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: 642.63 GB sent, 3.76 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.