Memory Pool Memory Pool Refreshing

18,275 transactions
28.38 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,662 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,661 (678,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,727 183,727 000000000000059050491dbb0c2acbdb2ae8b3b8b57be12825bf7a8d96be3ff0 0.09 MB 184 158
183,726 183,726 00000000000008635a7fd13f2856870238af08dcc075538c196458b5ed1c81aa 0.14 MB 253 198
183,725 183,725 00000000000008662aa5ced952191e995720d104e456b793c679360ec52740d7 0.05 MB 125 190
183,724 183,724 00000000000007b20e053cc1653bd60c0aaefbf3903490a89ce0f16a6195b61e 0.07 MB 202 139
183,723 183,723 000000000000099b7323d56607e511db7b3e7de6d2cce7ccbc2ffb4cdd724fcb 0.27 MB 652 236
183,722 183,722 00000000000006daaae91cddce33031ef8749f69a07bf72d39d0b77615123bb9 0.00 MB 2 0
183,721 183,721 00000000000000e586ab81e3dc10575760177bb3bfeb9d155e01eae0516d7814 0.15 MB 268 154
183,720 183,720 000000000000065e321d9bbc15af715910311d9b790f146ef61292aa9e0a0b48 0.01 MB 47 164
183,719 183,719 0000000000000101993f491b0d4f668efe27c4a3b5b883f8784b31b2cdeaf47e 0.10 MB 288 198
183,718 183,718 00000000000001aa251ef032446b635d894832fb1153ef3adf19980ed2fd0e31 0.08 MB 128 169
183,717 183,717 0000000000000581107c6164293d3e6dd7ee466d453bc45d4a9bc9ed40ed2205 0.11 MB 256 151
183,716 183,716 00000000000000b37e392d71365bf3be7060c92cfdc50a41f45124d0d0ef0e94 0.01 MB 23 211
183,715 183,715 00000000000003233b4b1d66d46be6fd5c1a156c73853206b8047f8873143af9 0.02 MB 50 111
183,714 183,714 00000000000004f3f64ab24e500fe40e960c925c3f9d9a7389341b83fd6abfbb 0.09 MB 213 267
183,713 183,713 000000000000066d643b933a67cd1de91b9ab360b2979077964405da6aee331a 0.08 MB 180 615
183,712 183,712 00000000000002b0d2ef3f782a7cf082216869a36e216fd23c0d59f6ab06e91d 0.12 MB 225 145
183,711 183,711 000000000000067ff2333614ea44a043d9cd3c53e25a1c350d875ea7ab0f12e5 0.06 MB 169 170
183,710 183,710 00000000000001b8991167f77448d1e2d9d7ff9b278b02410efaa36d9406e575 0.28 MB 512 158
183,709 183,709 000000000000069c51b28e150e4fb4dd75e1460e649a3ce2aa7e2487c92fa81a 0.02 MB 50 399
183,708 183,708 00000000000006d417f9728f1eacb1ec7ef19a03ae97d675122a7c9dcef5586b 0.20 MB 474 159
183,707 183,707 00000000000007738facb30ea8ac7c9891abfc20e5e23fbd2a30b0193d52bbfc 0.05 MB 135 140
Previous 10 blocks ↓
Total Size: 685.44 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,381.95 GB sent, 108.43 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.