Memory Pool Memory Pool Refreshing

82,065 transactions
32.14 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
872,347 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,476 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,346 (342,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,746 529,746 000000000000000000019c214d3d9577e53b425040a95016bce91e6201f4eb76 0.60 MB 1,102 25
529,745 529,745 00000000000000000007dd14af0a51e6c257fa1052ac7dcb10685a8dfc7e18df 0.93 MB 1,883 31
529,744 529,744 000000000000000000345856b60565f2a995db6fe1c0d3cd2faf1d0719ba6607 0.64 MB 973 38
529,743 529,743 00000000000000000015ca023e131d66d29c53f2604a8a79564378142c49e932 0.07 MB 106 15
529,742 529,742 00000000000000000011c4b5fe9245a0c75b2412a7edd2250920ff68bf8a6e25 0.52 MB 764 16
529,741 529,741 0000000000000000003676c154c8328cc203e462d3aa78cc5d87684843b2a4c4 0.16 MB 234 49
529,740 529,740 00000000000000000025ae6234b0cf99d401aecc5a095767bb4e630efc981123 0.01 MB 17 12
529,739 529,739 000000000000000000131f1aae5666a5e061451648d6f368c22c2852b70f1032 0.16 MB 360 26
529,738 529,738 0000000000000000002cd8ff53cc1541dd76a1238190fe8076de0267ff97e955 0.27 MB 464 28
529,737 529,737 0000000000000000000b7d8fb4c1998eda38bc320b929212b810f7c41b7334c2 0.74 MB 1,099 30
529,736 529,736 00000000000000000031eec6639221a58ad78d6505173a650948b4e8e999fbec 1.11 MB 1,005 1
529,735 529,735 00000000000000000026cfbc9d64f1edc8e0410b96ee188c9e82c6184d1a691b 1.15 MB 2,442 10
529,734 529,734 00000000000000000009529e8857322b3af945c474ca4df438de7635e6e739e1 1.18 MB 2,972 38
529,733 529,733 00000000000000000025700ddc54845c0dd452a66a743e4a1e6f00a6d9c43a1e 1.19 MB 2,428 65
529,732 529,732 000000000000000000153fa3f6ab46f42e2634e9d92ecac30bf370b9ca2a2d9b 0.93 MB 1,718 29
529,731 529,731 0000000000000000001545ec32533116e884755c74e4fc7e3c23f7176ca863c2 0.68 MB 779 12
529,730 529,730 0000000000000000001cfc58a5d628751b7c463eaad61f5fd7b355d074db9e4b 1.11 MB 1,991 38
529,729 529,729 00000000000000000018d97deda4814c9783fc657f8d9949ce942e13fc2bd954 1.13 MB 1,470 23
529,728 529,728 00000000000000000024f3a1b7fa91de16ba324d8842bd7e83fb2a1d84719265 1.16 MB 1,817 35
529,727 529,727 00000000000000000030b1c1791550ae65d2b495a962a12ff788c4015de92da5 0.77 MB 1,319 16
529,726 529,726 00000000000000000015a2e881825f2e687fe84be63ee7f1e60983a581f4c9f0 1.12 MB 2,158 52
Previous 10 blocks ↓
Total Size: 703.86 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,630.04 GB sent, 237.22 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.