Memory Pool Memory Pool Refreshing

57,634 transactions
21.64 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,891 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,138 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,890 (3,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,956 867,956 000000000000000000014582ce8d6ef29cc6693c9fc5cd900cfab2de09e5c5b6 1.34 MB 1,144 4
867,955 867,955 00000000000000000002a82a6f603b3e097cec97c7f982d6495ba14c3ea3e607 1.52 MB 2,045 4
867,954 867,954 0000000000000000000179d11df46f540c37d096b51f2012221404a16750d820 1.61 MB 3,594 9
867,953 867,953 0000000000000000000137132a154f333afddb9c1872b213f5ed033f3e993e3f 1.65 MB 2,510 7
867,952 867,952 0000000000000000000039159b78020b0f7df34bb5ae202a2cc07993a4b0332b 1.67 MB 3,137 10
867,951 867,951 000000000000000000003184f9d62e2de9dd3101cbcc0cdb44d14dc681be858f 1.90 MB 2,218 4
867,950 867,950 00000000000000000000b8a4ea3338d42f1aae07ddc4c6c585db545efd9222f6 1.58 MB 2,120 6
867,949 867,949 000000000000000000023a07c71a92c83619633e08446b47ac67397faa9ceb02 1.65 MB 2,844 5
867,948 867,948 00000000000000000000ee4854d4bd43e0f83c0095a4a49471113ef5777ad69a 1.83 MB 3,103 8
867,947 867,947 00000000000000000002ec0e42bff89a6510a23265369f413a6f3747604ba910 2.02 MB 2,792 8
867,946 867,946 00000000000000000000bc6075b0394e700f6dc07a020c2dc1b42c38c5e19b09 1.91 MB 2,963 11
867,945 867,945 00000000000000000001ddd824a60304093cf32ee2f5c12c9d642b0946aa82b4 1.92 MB 2,189 7
867,944 867,944 0000000000000000000281b1272a95c2430e27d52b317ca6dd880fbfb057784e 2.30 MB 2,753 9
867,943 867,943 00000000000000000000d72ea207aa8e32fd089c87bc52025aa1e83f0e2932c6 1.74 MB 2,804 14
867,942 867,942 00000000000000000000f56750cf0b40bf04dd5baca745867e44d4a44b9a1f68 2.62 MB 2,014 10
867,941 867,941 00000000000000000001baffb8f9d39c877f8d3179aefc76cafd0b58140cf38c 1.49 MB 2,863 11
867,940 867,940 000000000000000000015ae705b638619c65e2d528a657f8c26aa427956885f7 1.71 MB 3,209 5
867,939 867,939 000000000000000000023c27e48dd313391e6584522ac849d3700bc755de882a 1.60 MB 7,719 2
867,938 867,938 00000000000000000000ea17ef99455bdb8442c9763eb255a65b16d41abfdcb8 1.71 MB 6,255 2
867,937 867,937 00000000000000000000b287ba70df286a7ac0e367b1badc536d6e0577cbc880 1.70 MB 3,439 5
867,936 867,936 00000000000000000002ef0f9552a3bb1593e1cf85fc12e7eea1d96116281ba8 1.89 MB 3,146 7
Previous 10 blocks ↓
Total Size: 703.00 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,580.14 GB sent, 231.47 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.