Memory Pool Memory Pool Refreshing

25,159 transactions
31.58 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,680 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 991 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,679 (58,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,036 805,036 00000000000000000003f2279d3e6113fbd483520d1f541ac7f5347ab6c5821e 1.89 MB 5,526 8
805,035 805,035 000000000000000000014f5d93a478a0131291f9a075f109bc88983636d07423 1.76 MB 4,118 9
805,034 805,034 000000000000000000046fc542f03d6ae5a7f9ed3223b7c48b222946d715024a 1.72 MB 3,026 8
805,033 805,033 0000000000000000000057e2d01a45ecc5c87b8593902703cf537c234230edf9 1.52 MB 2,763 14
805,032 805,032 00000000000000000001a13c1147413e37b7e005b53361a894ce048b8208a337 1.43 MB 2,993 18
805,031 805,031 00000000000000000001f78ff369a3d7b212cc57ea502cdbd1bf88e12746c4bf 1.87 MB 4,955 7
805,030 805,030 00000000000000000004f81365aefa1f818f9b38fefad37640e880efa7e499e5 1.88 MB 5,213 9
805,029 805,029 00000000000000000004cdccc6b409ccc9aa9c4ed5be81bad4f815c8cbd5f35a 1.77 MB 4,364 9
805,028 805,028 0000000000000000000064c335bc74e0d22e7ca35b4e6a97f388d91b63dc3108 2.11 MB 6,825 6
805,027 805,027 00000000000000000002187bfba98ff961a0aacc363e6bfee7a2d916b84e11d2 1.58 MB 3,649 6
805,026 805,026 0000000000000000000395f80f001c76830d0337d3516cee110f98dfe2527168 1.83 MB 5,133 7
805,025 805,025 00000000000000000000cb070b04f548a8ffab3f4e37270b9e0e7cab2c77d95e 1.88 MB 3,659 7
805,024 805,024 000000000000000000046ebc2cbc7e15b7c76905050adbd1347ae2f9ce765ade 1.58 MB 3,588 21
805,023 805,023 0000000000000000000204c1327f6704c308c9b6b5cd37f1d95adc8c343f4a2d 1.59 MB 3,062 12
805,022 805,022 000000000000000000046f1638d1c82b5a05e70c54b2a391ce8ce2f663eef8d7 1.72 MB 4,376 10
805,021 805,021 00000000000000000003be2f8c8d62b54e93f5c7d679c658f319223c08447e90 1.92 MB 5,604 6
805,020 805,020 0000000000000000000444f1f05d7bc2d2e9507e5dc84e22a0ae3b91b6e8f76f 1.72 MB 3,841 6
805,019 805,019 00000000000000000003b4872d27420a48052e14e523a9406431c7c18fca6a62 1.69 MB 2,370 13
805,018 805,018 000000000000000000025bcd6521152c9c862483caaecbd83d6df64d162a4da7 1.34 MB 2,003 16
805,017 805,017 0000000000000000000023d23f285d8f9ae73652406ea8dd2726d8ec21f8ed0f 1.99 MB 5,961 7
805,016 805,016 0000000000000000000209e0a1afd0bf71f8aa0b6902d36183b03305f79b9c75 1.78 MB 4,841 6
Previous 10 blocks ↓
Total Size: 687.41 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,517.52 GB sent, 121.82 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.