Memory Pool Memory Pool Refreshing

81,555 transactions
35.17 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,605 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,840 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,604 (301,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,709 547,709 0000000000000000000014e52d133835ec1e4bdf63cbb711eba103b2c4287cff 1.34 MB 1,989 8
547,708 547,708 00000000000000000010b0bbceef622ec8ee3a97fdc80e67d65eee7f8d69b97d 1.29 MB 3,091 24
547,707 547,707 000000000000000000090d549fe271b01dac3b8361ef88d8e5631551519c7cc9 1.37 MB 2,896 16
547,706 547,706 0000000000000000000f95f6830586b51092912ea64b4670d912805c6efc31cf 0.35 MB 1,009 21
547,705 547,705 0000000000000000001f76f9da3e9b1656c0f508494fbd06631c9a1105f8bb00 0.82 MB 1,457 13
547,704 547,704 0000000000000000000a7f68ad580d89867dc30f127cf6c3945d65a72791ce07 0.08 MB 262 21
547,703 547,703 00000000000000000019cd9615b0c285373c9fa84a952052076b7d1d25450707 0.51 MB 961 9
547,702 547,702 0000000000000000000c4e9a2a8fc2829e9d29fdd924060ec6ca611d40dc8eb4 0.06 MB 196 22
547,701 547,701 00000000000000000013570d91c03c6d3e2370490c0e73f9728b0617e0333a71 0.74 MB 626 5
547,700 547,700 0000000000000000000513f369906fd0eac3777ba96d9724f0b9f1cfa255e806 1.18 MB 2,176 11
547,699 547,699 000000000000000000217c924ed0a250e893b30d472ebb68fe5c034b096a4171 1.15 MB 2,408 4
547,698 547,698 00000000000000000005e95606abef2b6a4dec68b0cd68f2cf096e6a4da684ac 1.24 MB 2,900 16
547,697 547,697 00000000000000000005444be59e1b41e7482f5b8375af579aac4eaef5916328 1.21 MB 2,609 21
547,696 547,696 0000000000000000002344d772208712a52451f26d94bd451236c34399f2781a 1.18 MB 2,033 10
547,695 547,695 000000000000000000217231bd856f1b6852703835e69d82da8e58089b114bfe 0.53 MB 573 4
547,694 547,694 0000000000000000001961a22612b7713c43f8d3d5832a60b04f06d3a1213966 1.18 MB 2,726 13
547,693 547,693 0000000000000000001ed7f396629d352d18d0b26cc5560d1b3f142391fc0f27 0.94 MB 1,666 9
547,692 547,692 00000000000000000004332723713547c2023b827d19794d72ef12a8f7399e07 1.11 MB 1,129 5
547,691 547,691 00000000000000000000a8a16901844613a0679685fd2602cc52cfa87b2db497 0.03 MB 74 27
547,690 547,690 000000000000000000140f63929a0d26164d5fa58cb81851c3f459eb53196f09 1.20 MB 2,256 7
547,689 547,689 0000000000000000001f976a1b6c8a21bfb05deb0770c451b94f2a0f104da6ec 1.16 MB 2,918 11
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, 101 incoming
  • Data Transfer: 540.16 GB sent, 3.02 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.