Memory Pool Memory Pool Refreshing

34,496 transactions
31.56 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,003 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,745 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,002 (206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,796 862,796 00000000000000000000e25a910994311746b06e644d01128094e84bf2c59a83 1.71 MB 1,821 2
862,795 862,795 000000000000000000028f50a00291a66ec90bb4bdb6289be2d046f2c470582a 1.61 MB 3,195 5
862,794 862,794 00000000000000000002da0e1b5b47e447df9fdf35c152250d52c3c761b7a516 1.85 MB 139 3
862,793 862,793 000000000000000000017d45ccd43a033e9aa5051a5b4bc4114dd0ff480f8927 1.76 MB 1,478 6
862,792 862,792 0000000000000000000124b7974d519514f90c9a36972948c7023b79ab4206a5 1.71 MB 2,045 5
862,791 862,791 00000000000000000001998f4b1e2322dcc94a1c8214b46c705080a4fde9a938 1.84 MB 1,533 4
862,790 862,790 000000000000000000022b324c096d1f9323cdc729cb019806810cfa9aa16a55 1.68 MB 2,730 4
862,789 862,789 00000000000000000001a83c5e3f41debaf90772a5c638e7aa37e7dd0efc558d 1.80 MB 2,746 4
862,788 862,788 00000000000000000002df99d8ff7363e30b5b46cc903a29c823bc46e431b8cb 1.65 MB 3,140 8
862,787 862,787 00000000000000000002732eb287cf360bb86474d550184f05aaddd9df0e0791 1.56 MB 3,138 9
862,786 862,786 00000000000000000002eb0e633d7da9e4e726660820095262eb85001bb9168e 1.64 MB 3,441 4
862,785 862,785 0000000000000000000279b615fb28b95b7daa945f1797be4387b0f43e0adf67 1.61 MB 3,635 5
862,784 862,784 0000000000000000000105084c40c4a61bacef3713c4e61f47575f4fbc0d50ec 1.73 MB 2,849 5
862,783 862,783 000000000000000000002cba7144f737793691a42f33fe41ab5db4b27c675a68 1.54 MB 4,269 4
862,782 862,782 00000000000000000000f1318ea1bd5f438df62b1ab81f9992ab0c47d21cdc51 1.58 MB 4,038 5
862,781 862,781 000000000000000000012ac8acdb01880eaddcb69d4545c8bd7e6ade4e316df5 1.94 MB 2,813 4
862,780 862,780 00000000000000000002408992f3d0de3f082e711421e84320d927c44a4901cc 2.08 MB 3,901 2
862,779 862,779 0000000000000000000152f41daeded518405b94cdb843e592ce4bc04f504261 2.07 MB 3,205 2
862,778 862,778 00000000000000000000fcfc067abde452cede68c8f75f6f3d229774f1195b7c 1.79 MB 3,066 2
862,777 862,777 000000000000000000006af09515e09d906fc5488b691a2aed9b214651193bca 1.61 MB 1,671 6
862,776 862,776 0000000000000000000032901dbe4cf4113d1207523eccd51985bc6f82a21d84 1.77 MB 2,154 6
Previous 10 blocks ↓
Total Size: 686.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: 1,415.44 GB sent, 112.67 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.