Memory Pool Memory Pool Refreshing

50,501 transactions
31.52 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,362 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 840 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,361 (5,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,728 869,728 00000000000000000001ed368cce5cfda52c05169e657ce820ed8d0bdcdee9b0 1.56 MB 5,846 5
869,727 869,727 0000000000000000000281b0330f0a64dc7c56aef2d52912cd278bedff81a8e8 1.47 MB 5,499 4
869,726 869,726 00000000000000000001eeb69e14100fda4e97bb5e9d57591ae263843d6a0482 1.68 MB 4,926 4
869,725 869,725 0000000000000000000270b5a9b6a8e157556db88242283ad456fce75d74d5d5 2.01 MB 1,471 2
869,724 869,724 000000000000000000027b3f97ecfdf2ef8c8fd47f0ff29fd071dff3435db26f 1.68 MB 2,426 3
869,723 869,723 0000000000000000000001d23c7ae27be7267d0e53df01ea7e970d7f02bc7258 1.48 MB 2,924 6
869,722 869,722 00000000000000000001ccc106bd86607f78b8ab698ea3480093cdff737c6076 2.00 MB 1,657 1
869,721 869,721 00000000000000000000a3abb0ef36bcb195008ad6ae09a01e378d651cd2b9b8 1.61 MB 3,808 5
869,720 869,720 00000000000000000000bd77370fe1ecf0c28bd6f213fe0e27b078806b68f0ff 1.99 MB 1,661 2
869,719 869,719 0000000000000000000173e894282485050b6113e984bafb9a1931dd62e38553 1.92 MB 4,227 3
869,718 869,718 0000000000000000000272adccff3b094fbbfbb824a845cddc63272df3504115 2.56 MB 2,645 2
869,717 869,717 00000000000000000001d4b5d9459def9eda4a863a14c25fe7392f6e5a86385f 2.09 MB 2,612 4
869,716 869,716 00000000000000000001698d4b2341677350f3a7c3fc4afcdda90f327d193265 1.62 MB 4,106 5
869,715 869,715 00000000000000000001937c1e770900346678dcff2fcc141cf0f41909a077c2 1.64 MB 3,203 5
869,714 869,714 00000000000000000000bda542538a2457af174cbbc24451eaa07a3bb5116668 1.58 MB 4,349 8
869,713 869,713 00000000000000000002624f77a18b4327098ab97490c8a5f0f8f8b00db4552c 1.59 MB 3,851 2
869,712 869,712 000000000000000000027fdbc1397f679bff81083a97e844e90f38b72038a3f2 1.61 MB 3,684 7
869,711 869,711 00000000000000000001157381228aea429e3be6e87f6b7515837c2afdb622bc 1.81 MB 3,020 2
869,710 869,710 000000000000000000018a3989ca8263844321b3b4f43e7cf7446a1973faa5fe 1.55 MB 4,352 3
869,709 869,709 00000000000000000000c370e95830c98d16038ae1cb6374e67b4de322983337 1.57 MB 3,821 7
869,708 869,708 0000000000000000000019a750ff25699f98b988824885601341091e47b4d2f2 1.55 MB 2,661 4
Previous 10 blocks ↓
Total Size: 709.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 533.42 GB sent, 8.23 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.