Memory Pool Memory Pool Refreshing

37,183 transactions
31.39 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,379 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,975 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,378 (39,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,904 822,904 00000000000000000000a35648cf9e7e1f0c0a795d06ce2c6f89e05637e99359 1.60 MB 3,107 176
822,903 822,903 00000000000000000002b01e2e71d72f8f9e653d29725af7f6ddaa7a3fcdb518 1.68 MB 4,023 191
822,902 822,902 00000000000000000002517f5371bfff5211e75864d0dc9c9ea378fd52bb13c2 1.74 MB 4,403 196
822,901 822,901 000000000000000000028ef3fee619c6d324c0c1427a16ed09fe21a74321ab81 1.72 MB 4,304 187
822,900 822,900 00000000000000000002a28543915cc574f41e69934a6fbb2ea6314ff91712a3 1.69 MB 4,134 214
822,899 822,899 000000000000000000013167e2e25e10b9afe6a5af8662de3300ba369921033e 1.78 MB 4,882 237
822,898 822,898 00000000000000000000b5135811823fac2962ae51467292b002bad20c27c886 1.63 MB 4,063 229
822,897 822,897 00000000000000000002c1b1032f520ad0d23c6451a64b2c78a3c98ee86592be 1.67 MB 3,935 175
822,896 822,896 00000000000000000001b76be02ffe887e0f660ed7140461ebce80598e6d450b 1.75 MB 3,970 164
822,895 822,895 00000000000000000000570749e8a1087f8e00e40fb91788991b1a61a2d727b5 1.66 MB 3,894 170
822,894 822,894 00000000000000000002267ad439e2391844d2fc3abcf126bb8278e260683039 2.35 MB 3,700 118
822,893 822,893 000000000000000000038dcfe0005fcdb2b72f89b2fa3bd84338b8d7e419e4f9 1.85 MB 3,479 130
822,892 822,892 0000000000000000000318898210f18d2015e66e98ff6ec2de1136bab5aefee5 1.67 MB 3,389 148
822,891 822,891 00000000000000000003b7199cd084f3a112e60a7ee4b87221ded494e956dee3 1.67 MB 3,775 167
822,890 822,890 0000000000000000000120f953bbdf14059e3d1499c296863ad97e3915a5a568 1.65 MB 3,822 168
822,889 822,889 00000000000000000000d40f6dc484ba99c2563d1ecec40e620b80ea2ddcb638 1.58 MB 3,553 159
822,888 822,888 0000000000000000000154921d93cc5d134a9976bf29ff8fb60024a201fec02f 1.96 MB 4,187 111
822,887 822,887 0000000000000000000272945130b2f01a31d4dd7f5a496272f632eed88e57c8 1.90 MB 3,761 98
822,886 822,886 00000000000000000001fcfd1ce59f2eb0452a6b60ba4dccdbf71253d2f88f87 1.73 MB 3,346 95
822,885 822,885 000000000000000000033474af5b132c82b6253c9db7391fa9956c3a0d8c2374 1.92 MB 4,055 126
822,884 822,884 000000000000000000006aa8cf133f1bbbff42a337f7d7a4d324c0e12a5e2c49 2.16 MB 3,792 118
Previous 10 blocks ↓
Total Size: 684.88 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,366.23 GB sent, 104.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. 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.