Memory Pool Memory Pool Refreshing

52,344 transactions
33.10 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,413 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,395 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,412 (41,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,600 827,600 00000000000000000001e4bc97a9259f19e30539027c217456d59db537e1cf4c 1.72 MB 3,158 37
827,599 827,599 000000000000000000027d6dcf2c308f4134c8db52302ab34f5453c967b531f4 1.43 MB 2,526 42
827,598 827,598 000000000000000000032558954554afbb467b26ed3777a18a3aa2b7aa67d2c5 1.17 MB 1,034 24
827,597 827,597 00000000000000000000c7b364012ce0fc45fd9d4f23822217e37b14c357ea71 2.00 MB 6,052 23
827,596 827,596 00000000000000000001bb67ce78b57401324dad8f8168424905d1a6f52ecf45 1.94 MB 3,907 26
827,595 827,595 0000000000000000000115d9845377a8fbcfcfac9cc29a8910dc51cd223642c5 1.86 MB 3,482 32
827,594 827,594 0000000000000000000016990e84c73a3c31b7e843ba386623e199643bdf69ab 2.04 MB 4,451 36
827,593 827,593 000000000000000000006b97d38d1b9391be1e584ce591bde6b5193e7a481f5d 1.93 MB 2,658 28
827,592 827,592 00000000000000000000fda1f3b2115fe77fa60f3cbc71082bc62f5343490fc7 1.50 MB 2,779 36
827,591 827,591 00000000000000000002527821865c5f4ecea5cbcbd9ed14017226a66c0cb26d 1.78 MB 3,104 35
827,590 827,590 00000000000000000000af44bab3d9a902341464164ee25f0fd27adc7a0e6c04 1.57 MB 3,110 34
827,589 827,589 00000000000000000001d53562bacce54abba0bf0398b5bce0f0e78d69941d99 1.82 MB 3,217 33
827,588 827,588 0000000000000000000085c635ec296208e5cbda31fcd982d4bfa7c2430796f3 1.60 MB 3,150 41
827,587 827,587 000000000000000000019c2e421e6b8d39d8f9eca34b4c596d9e76cf532990d9 1.65 MB 3,008 49
827,586 827,586 00000000000000000003e154cbc8c6fbfb5958c4d71024c21bf40f27e4cfd08b 1.90 MB 3,959 37
827,585 827,585 00000000000000000002d8d3c731b788cb6a090635aeda7a4a9b5f5180c4253c 1.70 MB 3,087 34
827,584 827,584 00000000000000000003e1218846d12067136ed0d1b34b1dd1e7708f9037e521 1.88 MB 3,514 34
827,583 827,583 00000000000000000001a85185bd3a53abc309683f8dc3a85eef0f8d361431ab 1.69 MB 3,262 39
827,582 827,582 00000000000000000001d1ff278d78f382df9723c8a680150de0571e097ac15a 1.68 MB 3,480 38
827,581 827,581 00000000000000000003d669a74947010c93e08d0fc7fc12ed6795ea06937683 1.56 MB 2,614 46
827,580 827,580 00000000000000000003e61a9469d02afec865d694b8d661d09481fb2b414b9c 1.92 MB 3,749 27
Previous 10 blocks ↓
Total Size: 698.36 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,081.85 GB sent, 199.91 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.