Memory Pool Memory Pool Refreshing

42,129 transactions
30.71 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,520 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,501 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,519 (67,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,148 796,148 000000000000000000008e54768442fbd163014155dd996b5b317657fc271749 1.47 MB 3,152 35
796,147 796,147 000000000000000000026814ad84b46e9eeca5856e338e92c31f7f979e749a2c 1.59 MB 3,933 27
796,146 796,146 00000000000000000000f8edae98e5f36136cbb10388bd145e82e50b04513e30 1.52 MB 2,508 24
796,145 796,145 0000000000000000000259b0ed309a051afae3c9fcad6884198ee04fac41c676 1.57 MB 3,164 24
796,144 796,144 00000000000000000003fd43d07c069013d05805e7d692d8f5f6566834b0eb8b 1.55 MB 3,827 40
796,143 796,143 00000000000000000000ed7d096270a8eb0b17e63a4de8680b8af96c4a3226d4 1.69 MB 2,856 15
796,142 796,142 00000000000000000002429ef2b32f52970430e41bdf66e140898899cd220958 1.48 MB 3,371 25
796,141 796,141 000000000000000000020bd1ea5a79bad1af93a6dacdc8520c78b610d5167730 1.64 MB 3,467 40
796,140 796,140 00000000000000000005157b0a4c3e1530154aea1368b5fda9ac59726250f742 1.44 MB 2,049 19
796,139 796,139 00000000000000000004624673a2e309dd89fb18d068fffc09f582c9029234a5 1.51 MB 3,221 36
796,138 796,138 000000000000000000025184a62812db855b7dcdf61e312d4934a1419a0e6b6b 1.80 MB 3,599 15
796,137 796,137 00000000000000000004e9338046414b42cf7c6537d740964956bf3b10edf6f8 1.57 MB 3,575 31
796,136 796,136 000000000000000000005338b817a2306963918ab80626a62dd4678420fa5b4b 1.74 MB 3,153 19
796,135 796,135 000000000000000000019b9994c5b4e12c4d2dcb85f4ab86c011aba4643234aa 1.66 MB 1,742 16
796,134 796,134 0000000000000000000227a2a8137b4fb8f18d353a17a33a3d4e01ccae5b1196 1.67 MB 2,052 25
796,133 796,133 00000000000000000000729b6523ee4f2a0e80a69d34720843aacf1b055cb70d 1.76 MB 3,320 13
796,132 796,132 00000000000000000003171b84acebb2b270ea780ad518f68a749592ab28473f 1.46 MB 2,375 25
796,131 796,131 00000000000000000003dae7687c37eeeff0f199f7ecca6a90d7c3d73939b03e 1.75 MB 3,261 23
796,130 796,130 000000000000000000026b79b594804be439d35057044dc16063817392da243a 2.13 MB 3,558 14
796,129 796,129 00000000000000000001dddb39421a1ae5ab845e801b1148d9b214bfa13cf045 1.79 MB 1,723 20
796,128 796,128 00000000000000000001839d1d347539dfc6f0b844f0ebb5d914ec058e01abf1 1.69 MB 3,239 37
Previous 10 blocks ↓
Total Size: 687.11 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,507.40 GB sent, 119.39 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.