Memory Pool Memory Pool Refreshing

48,937 transactions
21.22 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,879 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 840 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,878 (47,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,797 825,797 000000000000000000002755f59e22778ab681eb316ce1341bec20b6957ec84d 1.84 MB 5,282 169
825,796 825,796 00000000000000000002946bfc24fc8044e4332c52f8d6c6bdb5726c5a7e32b1 1.97 MB 6,228 179
825,795 825,795 000000000000000000012bba8646df1ebde75e7ff99b66987313030ce3de7417 1.68 MB 4,424 178
825,794 825,794 00000000000000000003193fa72762fec9babcf09f845cde48cf101370e27e69 1.57 MB 3,502 204
825,793 825,793 00000000000000000001727e679230e970e93571441761c3bc7a80a603b2fb3e 1.73 MB 4,600 164
825,792 825,792 0000000000000000000395b8220c7072bd1f1a8867fbfd6bef632e775e9b47ff 1.87 MB 5,345 173
825,791 825,791 00000000000000000002a4a395706eff9abcdaf55e727c570bbe2be7e56ac221 1.95 MB 5,825 182
825,790 825,790 000000000000000000032418da481d42d420b8c278dcaed9df51aa045e8b3261 1.61 MB 4,302 191
825,789 825,789 0000000000000000000091289cae96f4b64f0cffe4b800ea0071fff746045ef4 1.68 MB 4,456 202
825,788 825,788 00000000000000000000ff5fd500b323d3178f4dd30246c40122a7eeb7c248c4 1.72 MB 4,548 185
825,787 825,787 00000000000000000002c1c5d2430dc090b3e15ebe49ea0a2a952ea2bf8bd116 1.76 MB 4,658 200
825,786 825,786 00000000000000000002ce6c9039f78d7a219bab213dfe14078e755f95ae1627 1.82 MB 5,096 185
825,785 825,785 000000000000000000029f6a31c057a7d91f39c92ce1b25e39b4f2ee9656c975 1.80 MB 5,158 191
825,784 825,784 00000000000000000000c9a4ca8f9405eb4c1a40be829211ef4bbc9d27f46983 1.57 MB 3,850 202
825,783 825,783 0000000000000000000283be4ea549ac322eca4cb178034f8f0b18271d01599e 1.64 MB 3,992 183
825,782 825,782 000000000000000000024a13fff9445ac871523608e2ae153544cc22041b57c5 1.69 MB 4,262 194
825,781 825,781 00000000000000000000c64d0e4f7682c21ca738d757c232316beebb496d37f2 1.76 MB 4,771 172
825,780 825,780 000000000000000000032ffee62d17d05831bf71e0168993d64880c0aa6a5c2f 1.80 MB 5,348 155
825,779 825,779 000000000000000000015c9380e8b7ffe446b1f0f9ab42622f33e2a78de941e6 1.76 MB 4,712 177
825,778 825,778 00000000000000000001ef420c1445d47a3a6113efa80089aede330177a803b3 1.58 MB 3,778 184
825,777 825,777 00000000000000000003d36b517087e16da105a3c9956ebc40114c1cd0afd66d 1.59 MB 3,717 199
Previous 10 blocks ↓
Total Size: 704.83 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,660.44 GB sent, 243.72 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.