Memory Pool Memory Pool Refreshing

45,375 transactions
25.99 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,574 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,096 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,573 (248,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,710 613,710 0000000000000000000e932404f9b1ad8437384300169e272b8b7edc0c750ec2 1.23 MB 3,053 16
613,709 613,709 000000000000000000015961435c42d0e08bc46974a5b0b9eda3e1d6e4879bb4 1.26 MB 2,356 17
613,708 613,708 0000000000000000000a0063e2a0dba8b43f7ea39db35a844d59814cb2b8fe0f 1.27 MB 2,462 23
613,707 613,707 000000000000000000013305a8be5be48862d9cd5fec63515b5c6138bca9930e 1.30 MB 2,916 16
613,706 613,706 0000000000000000000ffd3324d575119a383560ddd2e93425b9fda086b66c02 1.46 MB 2,179 47
613,705 613,705 000000000000000000042130286f6874c9dbba24a6afd04c256dccd424f80f65 1.24 MB 2,828 10
613,704 613,704 0000000000000000000c3c31111d16b05ad257c8f0a2ac0facabf3adfd73cef2 1.26 MB 2,425 12
613,703 613,703 00000000000000000007cff8f0ad068ab27b4890ce22fcac1030103152465092 1.09 MB 1,135 6
613,702 613,702 0000000000000000000ea276275f8f0de2a1721081b18bfe77a3ff47c45ccc84 1.13 MB 2,182 8
613,701 613,701 00000000000000000002422927d23c972dfe3e4453f546766ca9bd913b4ac97e 1.18 MB 2,209 16
613,700 613,700 0000000000000000000a5131cba3559efe9fb13aae06ef47b08cb99acaddb9d4 1.15 MB 1,824 16
613,699 613,699 000000000000000000122300e24aa6640c5647e173deda290cf14e9740fca7a8 1.18 MB 1,818 11
613,698 613,698 0000000000000000000e5d6647518eb66643674c4e2f64306acd3d1051518499 1.36 MB 3,089 19
613,697 613,697 000000000000000000084e9512c9f41fbabd276a1c6c526746f65bceffe89459 1.19 MB 2,125 14
613,696 613,696 00000000000000000003668f7d737166081dc4fb8036107c2c6d308f78093a5a 1.31 MB 3,148 22
613,695 613,695 00000000000000000003f3a2b6173691878a18a33e8a76de6487216a44e92b83 1.10 MB 1,471 33
613,694 613,694 00000000000000000006b0acf03fcb8be1c6364949fb2a2e1bc08b524a14320b 1.03 MB 962 83
613,693 613,693 0000000000000000000c4b1f0fd3b29298c8fe8f4fa06eac7d72f7e3453f0331 1.24 MB 2,958 27
613,692 613,692 00000000000000000011d41d697c84a64eda7db5ab1b1be417a3cf02208e11ae 0.72 MB 1,239 10
613,691 613,691 00000000000000000004fec501c79730bac480b5cccba7748bf54c24510ed721 1.40 MB 2,510 12
613,690 613,690 000000000000000000041388b3f5e5878fd5a5a954edae6a723c106ec06092b0 1.26 MB 2,407 14
Previous 10 blocks ↓
Total Size: 685.26 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: 1,375.79 GB sent, 107.41 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.