Memory Pool Memory Pool Refreshing

60,852 transactions
32.57 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
869,390 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,355 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,389 (122,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
747,295 747,295 000000000000000000046a468eed8fdd2b918673add4e98b5694e7c499c4e77b 1.07 MB 761 9
747,294 747,294 0000000000000000000228d9cf2eecbc85e93a2a2b35764183bc3034fbde9431 0.03 MB 61 11
747,293 747,293 00000000000000000009ce95605fcadf2c076a996a6a2dd4fca45a125f480130 0.65 MB 1,004 12
747,292 747,292 00000000000000000005f2ed879d62bed4ed6cd9c9f324ca194043f7313e6ce8 0.27 MB 453 13
747,291 747,291 000000000000000000032808fa2f3f1a0251cf64ecfdf7d4db3bf17e5067c24a 0.13 MB 293 14
747,290 747,290 0000000000000000000589a3088044bcd6a63c47e33a9b7ec5c86fab37cd512b 1.02 MB 1,977 13
747,289 747,289 000000000000000000055fdd5f28e4a49599b2eeda34119c2d03a9beec202d86 0.29 MB 466 12
747,288 747,288 00000000000000000009d49a3330a67daa3c94813e7c1a419f3f4205119db35f 0.48 MB 833 16
747,287 747,287 000000000000000000006a1ffb47bb85af997646197fba698e32d5173ae11391 0.54 MB 189 3
747,286 747,286 000000000000000000054979a4e8fd03f7ed3efb6b04324cadd6862c6a60763a 1.51 MB 2,848 13
747,285 747,285 00000000000000000005e3a7e741181410a395956b31c501d8ecdec4128e7b75 0.53 MB 1,091 15
747,284 747,284 0000000000000000000762ab342b60a36909eb667377dd3cf7664376a2649fed 0.02 MB 55 15
747,283 747,283 0000000000000000000622525c72547e48619fc3efbe2a7c04e98bce5e5f5836 0.21 MB 496 14
747,282 747,282 0000000000000000000224fed69194af29a812766c80b194b2d42b7f465ea96f 0.03 MB 81 14
747,281 747,281 00000000000000000003450f1b192898d6a99d6f5c66fc591996ab7a02e93d6f 0.88 MB 1,730 12
747,280 747,280 000000000000000000063dc29b47903af45c4525335750d1bb9cfccd7973a565 0.27 MB 666 23
747,279 747,279 00000000000000000007a13dedfde602d993c893bcc6f58b9591152d35f8a566 0.03 MB 55 18
747,278 747,278 00000000000000000001e3a81200f204206bf862aeee507e31144ecf1ab7904a 1.13 MB 1,162 7
747,277 747,277 00000000000000000008755a7f1ed7c63637c32ba19b10657f3362bf7404e104 1.33 MB 822 13
747,276 747,276 00000000000000000002ba55ae547ea625e99d19583936718c9d2f1b56c09ab7 1.26 MB 900 2
747,275 747,275 00000000000000000005746db7d6fcf120c142bdd12ff9d60bd4a23b195f16a2 1.81 MB 1,082 1
Previous 10 blocks ↓
Total Size: 698.32 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,076.43 GB sent, 199.71 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.