Memory Pool Memory Pool Refreshing

40,714 transactions
30.39 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,293 (172,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
689,883 689,883 0000000000000000000d3c3d0da668b9f8a5ac715b369cd38108c4df424ed75a 1.24 MB 2,150 86
689,882 689,882 00000000000000000007ed4d7ca472df79ea58e4348e9785675e227f9cca1f1b 1.07 MB 331 4
689,881 689,881 00000000000000000004b3ac7a1846c1cba33a1fa63437879395b75ffa022881 1.15 MB 1,151 12
689,880 689,880 00000000000000000001c324ce825e239d6528bf017ad0ea55c1d2f36ee62427 1.42 MB 2,265 54
689,879 689,879 000000000000000000067c79aeeb43acb9af328a1db6d33323bf3605e323add6 1.15 MB 925 14
689,878 689,878 0000000000000000000c7434ed4857631445a46bac1447f06fe5babb6bda2cc7 1.18 MB 1,846 18
689,877 689,877 0000000000000000000016587ecb7334446bb0a053476b5463069b1ea93d7efc 1.42 MB 2,444 62
689,876 689,876 00000000000000000004b7791613ef4ea800d7ae3efa2b5ed22e7cdf28c62331 1.27 MB 1,744 65
689,875 689,875 000000000000000000063fa9729c7e5a5464b1aae00e91c49c9e892f4f3e8fdd 1.21 MB 1,548 62
689,874 689,874 0000000000000000000d382808ae12b732bc4b5437f122b8fce28dd635cdb3de 1.13 MB 851 19
689,873 689,873 00000000000000000012d4f746b91ec3874b068e08161954f303e376aa743998 1.04 MB 393 5
689,872 689,872 000000000000000000009a51296d438f91e62cc04127d9ccee1c4108d981e46b 1.17 MB 1,053 44
689,871 689,871 00000000000000000000e1c41df4585a9b142b6a4a9c16e776c5b2c841ad4067 1.03 MB 331 5
689,870 689,870 0000000000000000000ec88242d3498c824c09a53061911cd7e28e22a749e5cf 1.01 MB 93 2
689,869 689,869 00000000000000000000e336a98760d37dc4c1ac368c97b1186e6e00ebe3f479 1.19 MB 1,751 8
689,868 689,868 000000000000000000015abf5434098c6afceedf742224056f9abd012b26141f 1.28 MB 1,377 16
689,867 689,867 0000000000000000000cc8bfd3b3a1190204f08b1a845440ea14737d57629b09 1.25 MB 1,309 58
689,866 689,866 00000000000000000013490887f6611b78aee8a534e4de9dcbbfd2d3ad0077d8 1.12 MB 863 82
689,865 689,865 0000000000000000000a66cdec2b83739a841f5497d3c49e80bd8dd54a0f256b 1.48 MB 2,918 57
689,864 689,864 0000000000000000000292659289c6510deed6e664ef2e8f62db142f228ca912 1.37 MB 1,740 10
689,863 689,863 0000000000000000000dfea7325094bf2de4b09463e0118b9003ebad958d5046 1.34 MB 2,108 38
Previous 10 blocks ↓
Total Size: 684.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,362.56 GB sent, 103.23 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.