Memory Pool Memory Pool Refreshing

50,605 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,321 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,529 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,320 (592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,728 874,728 00000000000000000000e6c4d92b51a7b545e96b4b33156608429887ae004573 1.41 MB 2,260 4
874,727 874,727 000000000000000000008925508274fe4350457a20c7512ed5714d6731dffe01 1.59 MB 4,788 8
874,726 874,726 000000000000000000016e2c47079904795cfeb7f9ceae9c12f6ca3614d2678b 1.57 MB 3,934 7
874,725 874,725 000000000000000000019ea89f74298f375b10605c75cd77c2458829eccb2f8c 1.24 MB 1,111 5
874,724 874,724 000000000000000000011b54ade31b81be43de5f168f6c79a03a2da15440b6dd 1.32 MB 1,853 5
874,723 874,723 00000000000000000000cab3338ae1ca635e42b2113a9f526fb7064d974c3029 1.55 MB 4,111 10
874,722 874,722 00000000000000000000623d946a7a4bcb8a4a66acc5fb8a180d292848c67b4b 1.55 MB 3,462 7
874,721 874,721 0000000000000000000058c1eea8ecbfbbb4b77a646dd55825527d1f64bbb6a1 1.48 MB 2,726 6
874,720 874,720 0000000000000000000039434e1dd2e6a7cc97f5f0e606c3f84933ea1851aabd 1.55 MB 3,500 8
874,719 874,719 00000000000000000001bb8bd444d2ead389543160a069a6c97218dba95dae09 1.57 MB 3,612 7
874,718 874,718 000000000000000000011867c5838a23d4c24c0333f22060228b1d29af8e157f 1.69 MB 3,594 4
874,717 874,717 0000000000000000000010f970679d2087a3a457e36289465868080b275589c6 1.38 MB 2,527 4
874,716 874,716 0000000000000000000024432ba0e56300fa530b653be9c52d24b3bafc5e5aa2 1.42 MB 2,164 4
874,715 874,715 0000000000000000000116aeba046a595c125eace32b84aeb015da494a7aee1f 1.52 MB 3,539 8
874,714 874,714 00000000000000000000a17974354617665918315218d5e9d787926ee15c9930 1.59 MB 3,745 4
874,713 874,713 00000000000000000000bd5e13877c2551abaded2fcf1af343ef99aeaf535635 1.57 MB 3,203 5
874,712 874,712 00000000000000000000165ff875d86987607c2133b47068cff23db45f176dec 1.54 MB 2,915 5
874,711 874,711 000000000000000000009cbd72ff3a90b83d76a78fdb0a8b52e58878089e96c4 1.56 MB 3,266 5
874,710 874,710 000000000000000000006a60f9ccaf27bcc252d673f3f4723f9bfbb8afe8c028 1.59 MB 2,684 5
874,709 874,709 00000000000000000001b980ad41b3e5fb080667f1354a9e89ad84b441443a1e 1.71 MB 2,985 4
874,708 874,708 000000000000000000013faea4c460103b223f42b36c14fc215f47bc6e897579 1.33 MB 1,824 4
Previous 10 blocks ↓
Total Size: 709.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 489.72 GB sent, 7.80 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.