Memory Pool Memory Pool Refreshing

82,352 transactions
34.07 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,032 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 873 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,031 (541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,490 871,490 000000000000000000002bdf7583b609ae8745ff30a82b34e41ffab1808b8dc0 1.74 MB 3,599 5
871,489 871,489 000000000000000000029e8d6990e8350ee4c658d488f15478f76a8ef0e74701 1.65 MB 4,228 5
871,488 871,488 000000000000000000018670db288aa282a4afb49145fafa98aa4eecb685458b 1.57 MB 5,142 5
871,487 871,487 000000000000000000019e8c77846cb2f112fe4f4e49e47fb2b680fd67b228e3 1.49 MB 3,040 4
871,486 871,486 000000000000000000018be76ce8c177fbf2aeef0231f88171ea46be258a2253 1.33 MB 2,412 5
871,485 871,485 00000000000000000001bb8b661937caf0d4442b41aef7a43e730ed00f8ad017 1.58 MB 3,372 6
871,484 871,484 000000000000000000002b814305dfe9dfcbde3845b3acd265b77667534b315f 1.59 MB 3,384 8
871,483 871,483 000000000000000000017f1083c779d6c950a379ee4169ec93c6e449a797fd65 1.58 MB 4,475 11
871,482 871,482 000000000000000000007fd5346c534e5ad78957b169e691659720ba62c6bf24 1.69 MB 3,638 12
871,481 871,481 000000000000000000028d6b11e3c514747cb06032e9c1478e41bfd98c8def8a 1.59 MB 3,313 9
871,480 871,480 00000000000000000000ac7ab03ac21d0516ef6a0dc410ca271b0f4d9e159dd5 1.55 MB 3,460 7
871,479 871,479 00000000000000000001e441a87c2e75c8d1caa5274e7902eaec5fe79fa8c6aa 1.61 MB 3,396 11
871,478 871,478 00000000000000000001885e2fde513291a3f72656e03681a3dcc91427ccd287 1.68 MB 2,535 6
871,477 871,477 0000000000000000000275ed61366125c1b58bae0e4cd48cf2f2896f6d1438cb 1.82 MB 1,181 5
871,476 871,476 00000000000000000001556ff6227c7e6276a2e14f7bcc80d1ab94618a091d90 1.75 MB 3,171 8
871,475 871,475 000000000000000000005615394dc37385e95eb1937e3ce84c30f858595aa500 1.77 MB 3,326 7
871,474 871,474 00000000000000000002218c340b44a8fb3cba1d73544735f8bc64ae09fee9af 1.84 MB 2,369 8
871,473 871,473 00000000000000000001fbc81b57319e25cdebcb44f829cf27fcc11ec562e38d 1.72 MB 2,988 7
871,472 871,472 000000000000000000023acf6ca055e688d4beb4619f333b5293b43d5294476d 1.55 MB 3,419 10
871,471 871,471 0000000000000000000104b9c981035af022cd9adc3564eb24dab462a0675976 1.67 MB 3,639 11
871,470 871,470 0000000000000000000064e7f8dc986edbea8549382b6e24dc0a5ff60d7d8b6f 1.66 MB 3,405 7
Previous 10 blocks ↓
Total Size: 703.27 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,586.58 GB sent, 233.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.