Memory Pool Memory Pool Refreshing

27,282 transactions
29.11 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
863,691 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,790 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,690 (8,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
854,736 854,736 0000000000000000000010b2335c570aff782de97eddc2c1c57a8bbadb68722d 1.77 MB 2,943 5
854,735 854,735 00000000000000000002fed9c1174fdeabfe6ef40bc5c56b17ec161398e1bb0b 3.36 MB 1,153 5
854,734 854,734 00000000000000000000aa0d8c0bbfa4c6478a3a97f6bfde58af0e1b430bb273 2.02 MB 2,781 8
854,733 854,733 00000000000000000002d9e0ead8903db463de98eba0708ba6d08d05c144f511 3.50 MB 794 5
854,732 854,732 0000000000000000000258cecb1d66bc49cf292469ef256b89db2b9a71ee282b 1.67 MB 3,174 11
854,731 854,731 0000000000000000000093281f2b6ea08e18935e9a23b96e6b6787dab5bb742e 2.00 MB 2,562 15
854,730 854,730 0000000000000000000060cd641da7d32708cf8425bfd9206e2cee8626ea0899 2.19 MB 2,202 11
854,729 854,729 000000000000000000024e408f20f0e163efb2027b1353d3fc9c5c36c27fc7ab 2.81 MB 1,795 7
854,728 854,728 0000000000000000000240648a8f70c56bc81bf7eb745b7076f1c51db63395c5 3.14 MB 1,202 8
854,727 854,727 00000000000000000002b9a6ead0b825c3628cc1b81721e852b0abb43e04dbd4 3.29 MB 841 13
854,726 854,726 0000000000000000000277c5a17b5c1c8d6a025dce7f8ac4c81bd1ae48bddc5c 2.22 MB 2,465 7
854,725 854,725 00000000000000000000a1e0d773d1a602457c3cfdd448b7bc14ccb270a48fb8 1.86 MB 2,037 9
854,724 854,724 000000000000000000009ea51cf9336815479e93391d4378143c27da1f7a7cda 3.08 MB 1,260 10
854,723 854,723 000000000000000000027e2a1801d5a3bd471e56bfe4ba499faf566f9c684f96 1.94 MB 2,473 13
854,722 854,722 00000000000000000001c565d7fc122c5d7a2baa799bc25327bc63c25cb9cb5c 3.40 MB 725 11
854,721 854,721 0000000000000000000081b94f4897a49274dc9feafcf1e3efb858edf7cf111e 3.32 MB 918 11
854,720 854,720 000000000000000000006937d48e58b7f6ac132bcbe2b09624c7c3b206e8039e 3.53 MB 638 11
854,719 854,719 000000000000000000006944e3037098f45f0c3ad96a3744e88399224972fc8b 2.96 MB 1,339 14
854,718 854,718 00000000000000000001c5a1f5931939f1a3700f660dfa2f0032cfa274e7b7cf 1.68 MB 3,949 7
854,717 854,717 000000000000000000028a8751f12f081bff25e7e7282018d258273798a54a4c 1.60 MB 6,935 3
854,716 854,716 000000000000000000036ba6013e654360168417f27448d3218b6f5248fb54aa 1.55 MB 6,809 3
Previous 10 blocks ↓
Total Size: 687.43 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,517.82 GB sent, 121.90 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.