Memory Pool Memory Pool Refreshing

66,189 transactions
30.65 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,449 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,328 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,448 (69,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,450 779,450 0000000000000000000466d98146acba67859132508c7f8a20460a96cf6a873f 1.38 MB 1,808 26
779,449 779,449 0000000000000000000662f8b565eda8b87e25a4d4ba1ea572d6877753130ad2 2.05 MB 1,989 8
779,448 779,448 00000000000000000003b65cce93308a600c4694e89d6e8f533de483516e2f62 1.28 MB 1,229 17
779,447 779,447 000000000000000000042cc0148c5445c5e5f4c75a1cd705d28ba30c7ac6fa75 2.00 MB 3,322 8
779,446 779,446 0000000000000000000504b712d5aaed01272d98826014f7e147e65635be6e3a 1.37 MB 2,227 14
779,445 779,445 00000000000000000006088616c45229562c154e45e99ec5a9933f912a02f85c 1.49 MB 3,351 20
779,444 779,444 0000000000000000000119eeef31bb1488b65ea9c9b138e0c44d3b9c67b59640 1.56 MB 3,514 33
779,443 779,443 00000000000000000001f17e00c154744982bd65a80bf1a4da72e3d7b6c2da4e 1.58 MB 2,696 16
779,442 779,442 00000000000000000003963a50cc45d8dec4c9ca2ac6c36a57eee33d12aa24eb 1.88 MB 2,168 10
779,441 779,441 0000000000000000000509393e877453e4530e4cdb87abb3f964fa2b85772c40 1.80 MB 2,519 11
779,440 779,440 000000000000000000001c658a01ffb7afde3eb4c29d282775995872baf021fd 1.38 MB 2,906 20
779,439 779,439 0000000000000000000173300699cd08b6248155a49a6cacafe9e6551f6f9629 2.08 MB 902 5
779,438 779,438 00000000000000000004f0677ff60b1fea253b28c769101f4241a5034e28b111 2.00 MB 1,332 7
779,437 779,437 000000000000000000014edec96d6b8b7cc775dbd76153fc8e3fda98238774ee 1.98 MB 1,235 5
779,436 779,436 0000000000000000000480c942b7eea184189e724999f443ea65958d15571c0b 2.01 MB 946 6
779,435 779,435 000000000000000000015d715deb6d7ce8b87be964f72e4656fa9e9c1ac0b626 2.11 MB 842 4
779,434 779,434 00000000000000000004012fe607fb194f7722419aee8245b248833ea8e3a2b3 1.67 MB 2,778 13
779,433 779,433 000000000000000000036fe64e604ea34851a15cee36fb33885ffbc98ce2d704 1.95 MB 1,884 8
779,432 779,432 00000000000000000001b021531701ccadc6b07b09d0ac446420351f987f2368 1.64 MB 750 5
779,431 779,431 0000000000000000000272bba8d7f7c42c9ac3145646f24f7aad68bb24863518 1.84 MB 807 5
779,430 779,430 000000000000000000033aae2b6062cdf3c5364ffe04c17b716efae523b1a79f 1.79 MB 1,004 6
Previous 10 blocks ↓
Total Size: 660.46 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 93 incoming
  • Data Transfer: 366.58 GB sent, 1.59 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.