Memory Pool Memory Pool Refreshing

76,487 transactions
32.63 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,310 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,705 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,309 (546,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,192 326,192 00000000000000000d032e82962df12a699b74282698c29edc52ae95731a7351 0.51 MB 1,014 28
326,191 326,191 00000000000000000fde983d4d1cf54a89dd4dfe1202fd2129ebb8eff59c5d34 0.41 MB 743 29
326,190 326,190 0000000000000000149b008defb86229f6fed41474635e7edc6c40f0e872fd45 0.05 MB 61 11
326,189 326,189 000000000000000001ae919e22b9901302bd5e7bfaaac5caf3a9260abbdb245a 0.13 MB 269 28
326,188 326,188 000000000000000015c320fadab0c517ecdc93a7b3e9e6a775e76452d4295b38 0.22 MB 288 22
326,187 326,187 00000000000000001d636fb5278c2c178f34897c5130fbe4456f156ce30d9a22 0.25 MB 563 29
326,186 326,186 00000000000000001c84e54cc4cbaed881c03490a7ef8a0e646734364c085805 1.00 MB 2,026 28
326,185 326,185 00000000000000000a3a641f9011eaa829d9672185b3a73937c44bf6e75f276d 0.25 MB 830 50
326,184 326,184 00000000000000000877fab8a56d022f613604fc15378090eab23610bcbbe881 0.24 MB 534 34
326,183 326,183 000000000000000009d70f65e8aefac0e8e83f3e1ae7602dca9f806df2bd2c85 0.02 MB 64 44
326,182 326,182 000000000000000018736c665713f5671aebf856e4366d9e575b03e0dcddbf98 0.07 MB 119 12
326,181 326,181 00000000000000001f3694a70fc3d6879b176d3e9b59cfcb95e5238f3977d493 0.51 MB 801 26
326,180 326,180 000000000000000003ea8de6400ceb0ae7705003bca453783ed05e1111d26a68 0.18 MB 380 25
326,179 326,179 00000000000000000b41ad4e187a7e96aeee2205dcccef9eab4334663bfa919d 0.32 MB 662 31
326,178 326,178 00000000000000001b63c9d094d38c436287bba43904a7b7a3a531724a821ca3 0.19 MB 216 20
326,177 326,177 0000000000000000178aa11a33d364d9dd7b89bf2a11d0dca652f504b3a5612f 0.55 MB 800 24
326,176 326,176 00000000000000001251d0c29f3e1515d4d0ed679241c651ae66c0b49c12f22d 0.75 MB 1,507 34
326,175 326,175 000000000000000000d5fa047390bcd32ed9e0eddc3444ba758bd2f48fd96acc 0.70 MB 1,353 29
326,174 326,174 00000000000000000a1221ce002a9eb4bb4c14ece7a29a9d379724c54d1a8a19 0.41 MB 690 25
326,173 326,173 000000000000000014888d474d89e188c208c6f81c2b8929798240e039c32eef 0.29 MB 570 35
326,172 326,172 000000000000000008eacdf2e2f50b1ea7aafbb48cc3cdb0a6430cc4fc063a33 0.52 MB 968 34
Previous 10 blocks ↓
Total Size: 703.78 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: 2,621.40 GB sent, 236.66 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.