Memory Pool Memory Pool Refreshing

46,009 transactions
17.59 vMB
Show Random Selection Loading Transactions
Max Size: 105/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,910 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,909 (98,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
773,285 773,285 000000000000000000005192b89d86f9e460f42bcd45771e9452c53f313576d8 1.35 MB 1,930 9
773,284 773,284 0000000000000000000474269ccfdf01f8e77846a63861e523a6103cffa1d4d8 1.45 MB 2,315 18
773,283 773,283 00000000000000000003336fcbf9dbd66b98e0b875db5886c00ed50dfaba033a 1.64 MB 2,951 12
773,282 773,282 00000000000000000003cb0c095f4f766cebd3e4d5defe3a7b7467b2fdd8f287 1.49 MB 2,861 24
773,281 773,281 00000000000000000006196fe29d70006312640e88696f5813b514356895e892 1.27 MB 2,312 14
773,280 773,280 00000000000000000002e41b90186436203e0d54f3e320aab7b0b6608e09d222 0.25 MB 575 15
773,279 773,279 0000000000000000000167188917f437269f57da5662162fca4074f9d3c2a42a 1.02 MB 1,393 10
773,278 773,278 00000000000000000004461b001f4430eceb1269ac9594c653dd6b7f6ff62b96 1.75 MB 2,542 2
773,277 773,277 00000000000000000001440214bcd43735f45380f84a843c19b9886ac7144774 1.62 MB 2,048 10
773,276 773,276 000000000000000000075ab0fecb6c56b1ecc14edf0ae6fcc8ae839b2211ce99 1.62 MB 3,467 18
773,275 773,275 000000000000000000073803f694794bc020325060a09a16d20220f0ce546771 1.49 MB 3,703 22
773,274 773,274 00000000000000000000c0e0a831b88fee531e1155466a590fce7a45feea014a 1.77 MB 1,261 6
773,273 773,273 00000000000000000003f4969b7f239be6ffe9ed4d5929d3fc069d12d4d8507c 1.82 MB 1,881 4
773,272 773,272 00000000000000000003b90ffe83cef9e999350f5aca50d09c269f312060563e 1.61 MB 2,264 12
773,271 773,271 00000000000000000003daafb3ed46d0c8191b802dc8c41d73a35c420f3a211d 1.20 MB 1,290 17
773,270 773,270 0000000000000000000028c488ef32a7c72d84c0f5149981c2462af669b6b4b3 1.38 MB 2,810 21
773,269 773,269 000000000000000000002c04122d24a16c72fbab319dcd7b41947b7458272419 1.27 MB 1,592 5
773,268 773,268 00000000000000000006a9b5d2c87ff14b17de393ae9887945cb3ccfc394eaac 1.53 MB 2,472 9
773,267 773,267 000000000000000000069209b0aa3e86cff12568abe02b2c8098c93fddd4ea9f 1.71 MB 3,383 3
773,266 773,266 000000000000000000036ec2221feb1818feff6763a494c63f18feb275a1f2a1 1.76 MB 1,787 3
773,265 773,265 00000000000000000004cdc7c87a8643f19169fb15eef1adb899e099af201d52 1.48 MB 2,268 8
Previous 10 blocks ↓
Total Size: 703.04 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,580.80 GB sent, 231.64 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.