Memory Pool Memory Pool Refreshing

63,479 transactions
31.61 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,348 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,159 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,347 (187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,160 870,160 00000000000000000001101dc65ffe55ac74626715ef869c7a88c3b6993b30c6 1.59 MB 3,756 26
870,159 870,159 00000000000000000002aacb8c7604d74dd7032ea8378e48e1dff405cc4cb38c 1.45 MB 4,728 26
870,158 870,158 00000000000000000001fe15b89217f1ec54d1fa3b4010ca0e79ff888add6414 1.65 MB 4,384 18
870,157 870,157 0000000000000000000267e1467943f25b301fadf79101a2407853e6e5e78b76 1.48 MB 4,197 28
870,156 870,156 0000000000000000000219f3e636c89ff6c2944c48d0914626da09f8d3b35767 1.62 MB 4,086 15
870,155 870,155 0000000000000000000068fd1a2c050df5a4adf4dcd98c8572131bea347a2e0d 1.61 MB 3,806 19
870,154 870,154 00000000000000000002a445657ecb9ce93b6b02966999de7f51057ab4fc6614 1.59 MB 3,376 18
870,153 870,153 0000000000000000000080b41e1cf7e40d27ad67d5cc495155faed25c5a414e2 1.54 MB 3,537 15
870,152 870,152 00000000000000000002a82975fced4579f9ca53e1ae5a193947d806d9ae617f 1.43 MB 2,996 19
870,151 870,151 00000000000000000000fc0dc5421c1a5005b88a087787c24113eead1ef47797 1.50 MB 3,405 18
870,150 870,150 0000000000000000000158015fead4c2fc386127070e7303e0dc8e4a1c0a2e1d 1.51 MB 3,472 27
870,149 870,149 000000000000000000006ffaf4ad3a813b18ce90021fb4128c052faf00c74199 1.66 MB 3,395 17
870,148 870,148 00000000000000000001b77369955676fd1f95af9ba56cffc9c3ccbe542d573b 1.64 MB 3,537 14
870,147 870,147 00000000000000000001083d677848d91dd1cf6e83ad583942203ac2a8f0dc7e 1.68 MB 3,315 13
870,146 870,146 000000000000000000028fc0361727d0c46607280dc9b33e3a79735e2562c9cd 1.56 MB 3,479 14
870,145 870,145 00000000000000000000a285a8f6da65e165aa380e56986ea282098228dc9d56 1.61 MB 3,649 20
870,144 870,144 000000000000000000012280bad98eba5a84be881b5d698a63f24b31c099075b 1.56 MB 4,152 21
870,143 870,143 000000000000000000018d882f1f633ee449fa20ae2162bab10d30030fe25ee4 1.60 MB 3,605 21
870,142 870,142 000000000000000000006d8a71b4cb766fc761f9af923aa8eee91d54479fdc69 1.64 MB 2,923 10
870,141 870,141 000000000000000000029da56ac543911603a948788a6946bca8acd2c7565985 1.62 MB 3,940 12
870,140 870,140 000000000000000000000ad241458a09b8ce7a7936059c460d01b1e7e30d0683 1.59 MB 3,780 20
Previous 10 blocks ↓
Total Size: 700.10 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,240.99 GB sent, 211.08 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.