Memory Pool Memory Pool Refreshing

86,051 transactions
28.63 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,507 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,463 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,506 (283,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,411 566,411 00000000000000000015b1449a3226762be05d880e22a2fc9c30598cf11b7da5 0.04 MB 116 25
566,410 566,410 00000000000000000021a952f27c215e1198787d59e7146cef92928fdb6e1cfa 0.02 MB 52 17
566,409 566,409 0000000000000000000de5d55899b1672b648cd64f35c87532a590e21382bbfb 0.31 MB 679 24
566,408 566,408 00000000000000000022135f45b45d2e8cd3a0375908b08461d14d5527ab891d 0.53 MB 993 22
566,407 566,407 0000000000000000000cbc8446f2c0455e4ff5625b51158331d751f1ab63c7c0 0.12 MB 279 25
566,406 566,406 00000000000000000012585610106dca4df323aecff5023c3a163af0fd9d82d3 1.10 MB 1,833 22
566,405 566,405 00000000000000000000e701f8b711ae9456f59bf8e2ff754a8b272d68ed676c 0.10 MB 259 23
566,404 566,404 00000000000000000020a74a553358e9251746b0e773d01f68c7d5839b852d4e 0.59 MB 1,406 25
566,403 566,403 0000000000000000000966247eaf729c96ca1c3e38e416510a5d481bbc6732bf 0.18 MB 473 25
566,402 566,402 0000000000000000001faed98f887e439f32b79885fc5271afed1d0889f79c6e 0.09 MB 220 26
566,401 566,401 00000000000000000028754ed70f6a7987d6aaabaac25f578be78a92ba83132d 0.79 MB 1,794 59
566,400 566,400 00000000000000000004f41ff706827e736479a4863ae3a5454ed7d02e0aacc6 0.99 MB 1,971 14
566,399 566,399 0000000000000000002e29f3541291bb26b72bd2cbe98773e48111a417c21076 1.26 MB 3,224 31
566,398 566,398 0000000000000000000d733b630b8b122c3ecb81905c6c39098f57894163c438 1.17 MB 2,951 26
566,397 566,397 0000000000000000001d2adf097fff8dca6a994f9620228399aeaaa93347d1d9 1.22 MB 2,289 32
566,396 566,396 0000000000000000001447b09c4ee55c7733777067288de3f6a2d2fe6a39fedc 0.07 MB 125 22
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
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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