Memory Pool Memory Pool Refreshing

26,612 transactions
28.57 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,303 (47,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,716 814,716 0000000000000000000022a913c03fe7a34103b3e8131486dad5ed3b53fc2817 1.49 MB 3,247 31
814,715 814,715 0000000000000000000431b4580544dae39d52c0ecf1e65559342a0daef86975 1.75 MB 3,513 14
814,714 814,714 000000000000000000002591d895e8226b7ec46a5d59d4e67e30170fa8ae6b33 1.98 MB 1,769 15
814,713 814,713 00000000000000000003099180077d0470e9743449b4588c4ee79f1a1aedf575 1.56 MB 3,565 22
814,712 814,712 000000000000000000023cb075adfe13ee2b0357d80d65ca10ddd02d72a458e9 1.48 MB 2,949 19
814,711 814,711 0000000000000000000110ead78b47ff37b60620e6c5ec934f59aa8de1a3b3de 1.66 MB 2,981 20
814,710 814,710 000000000000000000015dec8ed4f69228512718bc98cae427f97319d67897a8 1.60 MB 3,490 26
814,709 814,709 00000000000000000002d3c80a7be170e93a5600abf18a13bbec4ff80d679ae1 1.44 MB 2,314 45
814,708 814,708 0000000000000000000124274478288facde256cb22a05ef9f6be8d6885656f0 1.44 MB 2,778 16
814,707 814,707 000000000000000000044419de156a412fc3eba0c648b10cabcb7e9421aaf2f1 1.55 MB 3,312 18
814,706 814,706 000000000000000000006cf11983511545e22dce1358f4f64ce7640e78b4c317 1.81 MB 2,487 11
814,705 814,705 00000000000000000003a690449d0847280fb4262342853ded506c269c9bcd2e 1.54 MB 3,435 12
814,704 814,704 00000000000000000003e2aae2a2adb805da8e98d88a572410ab68db3f92232a 1.55 MB 2,988 24
814,703 814,703 0000000000000000000367f1d6f226236a46936f5608c8857ef829aa7f26ce4e 1.76 MB 2,560 23
814,702 814,702 00000000000000000000711cd197cb7975d68166898098984399b0729e93fd5f 1.53 MB 3,037 27
814,701 814,701 000000000000000000038a35c959e2dad2d673b62ea55df039952dd41a9d5eb4 1.77 MB 1,865 12
814,700 814,700 000000000000000000023255eca7892dc8ced1970e990582b28e91491947a3e6 1.56 MB 3,653 19
814,699 814,699 0000000000000000000402b998ee1dcd170668e68d05275848ca1bf4f788e769 1.50 MB 3,266 25
814,698 814,698 00000000000000000004119cdd4b25e662a54da9592d0dc6ad7712c8f8ad6e86 1.64 MB 3,971 14
814,697 814,697 000000000000000000044d49da104e98baa76374fd44538b7f14475776010c27 1.69 MB 3,209 22
814,696 814,696 00000000000000000003ea80e93ff0dea2c4bb69e231e72fb9065819d941b804 1.51 MB 3,283 23
Previous 10 blocks ↓
Total Size: 684.74 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,362.81 GB sent, 103.29 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.