Memory Pool Memory Pool Refreshing

15,878 transactions
24.53 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,329 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 839 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,328 (32,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
831,202 831,202 00000000000000000001eff064ff6cc7c95c3ce50167d95328553420aa5531fb 1.57 MB 1,853 11
831,201 831,201 00000000000000000001bf0ffc4e073fdf40caa42781f8b8441dbff8eb7993b5 1.82 MB 2,714 20
831,200 831,200 000000000000000000003d87df89d5bbee65ab87ae6c79a967cf28221813c936 1.71 MB 1,883 13
831,199 831,199 00000000000000000002bf1cbdf94aa9ab6eaf20cda1d25ed8e0c848b66e6e1e 1.54 MB 1,288 12
831,198 831,198 000000000000000000020925e9ea398b7d7467015b59f70781b5d41a2e068b0a 1.85 MB 2,817 18
831,197 831,197 000000000000000000035a8b37214ccca13c8e2e4ec274775ad7f2a72969eb58 1.74 MB 3,070 17
831,196 831,196 00000000000000000002be848ffd9af5f5c5cb260c161d6decab934176beac27 1.73 MB 3,388 16
831,195 831,195 0000000000000000000281d09f957ce41a7b483681c4e36862d02fb9ea3dc082 1.55 MB 2,978 25
831,194 831,194 00000000000000000001968e0e86df987d0ae4260d2771de216c56e2ba16b743 1.59 MB 3,282 26
831,193 831,193 0000000000000000000188a85f0cd6acba250f92bcd3aa87f29fe9b056ffd400 1.68 MB 3,394 28
831,192 831,192 0000000000000000000078485dfa10a7cae9a0798523d60014716559c6a4c43e 1.56 MB 3,382 34
831,191 831,191 000000000000000000025178ebce0bd91fbff027993275686fe509a47cab934a 1.90 MB 2,939 20
831,190 831,190 00000000000000000001e2eda455452c6b00e80c47130fb25b95897e82b3a4eb 1.57 MB 3,109 27
831,189 831,189 0000000000000000000249dd751250fc7e4cfb11f5b737482f57a549f2a2d614 1.74 MB 3,100 15
831,188 831,188 00000000000000000002a7c71ba1d2a16ff7301ab24f82b9a0736fed0fb57c87 1.83 MB 2,970 17
831,187 831,187 000000000000000000029ebbb8d65ec599ce7e0a731ebde0585e1d45904119ab 1.70 MB 2,698 13
831,186 831,186 0000000000000000000232c9ee8e0d9d7120329ded2b5dc1503b0f0d7a7a890e 1.48 MB 1,718 16
831,185 831,185 00000000000000000001dfbb017bc1e1acda0a033842093c0c607bd9f76cc757 1.89 MB 2,532 16
831,184 831,184 000000000000000000034a3aa4e2ff9c75f0e4a67207ac32f24508522c732c8b 1.63 MB 3,115 26
831,183 831,183 000000000000000000025128e79b965e1ea2738f6768a2751763fce2ec61ea41 1.81 MB 1,898 11
831,182 831,182 00000000000000000000ac079bf0648ba823280f4d682d2f3e74f2b9824899b2 2.30 MB 1,826 11
Previous 10 blocks ↓
Total Size: 686.74 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,487.20 GB sent, 116.67 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.