Memory Pool Memory Pool Refreshing

83,357 transactions
30.01 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,358 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,698 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,357 (116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,241 865,241 000000000000000000027a1d426235c7eafc299d2c989ddee2d94d2c7e47c0e6 1.53 MB 4,801 24
865,240 865,240 0000000000000000000259fedfddabd23c83101856cfd59b9e1dc4d76b60c4bb 1.48 MB 4,213 38
865,239 865,239 00000000000000000001137261431aacd02aa99f86ad70c5e9e6cfca56548b89 1.52 MB 5,632 37
865,238 865,238 00000000000000000001dce5d24524938329bbdebd9a34344438186ecf4a003c 1.33 MB 3,797 40
865,237 865,237 000000000000000000002f1c105891a27dbfe2f829190f5e37207b78c8c92408 1.50 MB 4,191 49
865,236 865,236 00000000000000000001ddcc35dc305b21513af10b2771c07d791073b28efaab 1.59 MB 4,700 49
865,235 865,235 00000000000000000002f8fe5dcbd860e538fb49ee60bacc78521b139871f328 1.55 MB 4,296 64
865,234 865,234 00000000000000000000033f9c8840f4021e76c5fbd01324691988aa56ca7b9d 1.43 MB 5,191 63
865,233 865,233 000000000000000000011a7caeb8a63973d95dafbcfd6e73d1ff50f3c1ac579f 1.53 MB 6,451 72
865,232 865,232 00000000000000000000e269a0e2e3198aa2015033c0f71dad079069828cf588 1.51 MB 6,153 69
865,231 865,231 00000000000000000001b2c4741e360b9acd71fa9b5fca6f5ede46ace39ce53e 1.48 MB 6,115 75
865,230 865,230 00000000000000000000a0a3e1cd55862fdcfbc0d6bc5e97acd86b20ef0666bc 1.50 MB 6,485 92
865,229 865,229 0000000000000000000220da37903d1d21281b02b0d6cecc63915e764e968eb0 1.49 MB 6,202 106
865,228 865,228 00000000000000000001eda611120d471a77c49359942142ce63963d73fb231d 1.40 MB 5,842 106
865,227 865,227 00000000000000000002329c86bc4dd78c69281056d175efaf32fc41e078ffd8 1.45 MB 6,581 54
865,226 865,226 0000000000000000000150455f875168e4aefd814788899f88dc124e4a13fffa 1.49 MB 7,052 55
865,225 865,225 00000000000000000002da62c917c83c4d878d1ca6c7921e61f999779c905f35 1.47 MB 6,982 52
865,224 865,224 0000000000000000000190df49f8141a8f8a55fd596436801a694092fd46861e 1.47 MB 6,599 49
865,223 865,223 0000000000000000000068542d95959c52a0bb2476c596b9269870a297e6167c 1.49 MB 5,753 30
865,222 865,222 000000000000000000022d6fdfe53be535179aede2b59f0846c8ffd0f99c8042 1.50 MB 6,556 29
865,221 865,221 00000000000000000000271bf5f4b71f530c7c4ec45c3355c524d4b7ff24fec7 1.47 MB 5,149 38
Previous 10 blocks ↓
Total Size: 690.56 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,686.44 GB sent, 146.12 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.