Memory Pool Memory Pool Refreshing

31,782 transactions
34.80 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,106 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,105 (58,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,362 803,362 00000000000000000000c0f5447bff753f824c921a8aac5cb9f40b9600a3dbc4 1.31 MB 1,610 11
803,361 803,361 00000000000000000004e45c17af4214bddb3b6a029769e3769edc4eda8762f1 1.48 MB 2,020 12
803,360 803,360 00000000000000000004c74cf4ede7f15b90ee5bd0a0a544dcf0e80dec2d64ba 1.52 MB 2,835 20
803,359 803,359 00000000000000000000ad88ca448098560cf467c086102690ab42d6dcc0a109 1.73 MB 1,586 7
803,358 803,358 00000000000000000002c9bc3be9d6e8c1c833e156105052f093dd26a2f02315 1.74 MB 2,581 12
803,357 803,357 00000000000000000000c911e8afb8e64abf7647ba5da6481ab56df8a55e1e3c 1.56 MB 860 10
803,356 803,356 000000000000000000029ad50d8b38ccea0c9d676b1be429670cce432ae93bf0 1.67 MB 2,567 11
803,355 803,355 00000000000000000005508bea990fc8829edc849750d3b221bc6d8841613d0f 1.60 MB 3,074 14
803,354 803,354 0000000000000000000075d784fafed808d8adbac5c3334158433c046fd4a3f2 1.57 MB 2,961 17
803,353 803,353 00000000000000000003b47081e9047c7e1b66686df19e044f1e2e304123a2c4 1.53 MB 3,080 20
803,352 803,352 000000000000000000020f4a5e27998b8686fb6482ef2e9b587e54abb47a73b3 1.55 MB 1,057 9
803,351 803,351 00000000000000000003f239575d0022997c7a4c9a1e2d7b0a9ad4629450f0b6 1.52 MB 1,571 9
803,350 803,350 00000000000000000001f5dcbe624572fc3cf3da8163c0c6ecb6261d99b5f690 1.68 MB 2,633 14
803,349 803,349 00000000000000000003a30f846ec4668ddbe9439eecc9badbc785465d213cfc 1.61 MB 1,911 11
803,348 803,348 00000000000000000000ba0c6d174c1334aaa1f3a77a26292827065b7e9af339 1.59 MB 2,241 11
803,347 803,347 00000000000000000000e4d3b8b5381ec90e6f3eeb0b305f2452fcbcd50aebf9 1.50 MB 1,925 13
803,346 803,346 00000000000000000000b6a5fdc09815efafde9044477d53243d7f6b1117433c 1.27 MB 1,975 14
803,345 803,345 000000000000000000020035f56a94057dbfecd02d9737adf1b7464b1335718e 1.46 MB 2,592 21
803,344 803,344 00000000000000000002dcef3950f0739ee325da0901f7e4888a08632d04120f 1.71 MB 2,881 11
803,343 803,343 000000000000000000045df10d80f7baf328bc8f4b7f120ab7a89da19d952460 1.53 MB 3,261 20
803,342 803,342 0000000000000000000112ecbedc0bb06c72df7ee5cbf49f5615f7d62fab311a 1.22 MB 1,334 15
Previous 10 blocks ↓
Total Size: 684.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: 1,337.20 GB sent, 100.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.