Memory Pool Memory Pool Refreshing

68,933 transactions
25.37 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,027 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,880 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,026 (63,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,722 798,722 00000000000000000000ed120dc4d23fc58694b5401d9978fa17f30cd2068605 1.32 MB 2,447 19
798,721 798,721 000000000000000000002e24e0bb2e11117d6da66bd0aba53c06219c748de6c4 1.40 MB 2,266 29
798,720 798,720 00000000000000000004433b9d864e8bea0892b6f378f7ab1c7e0f72ccfc476a 1.58 MB 2,639 17
798,719 798,719 0000000000000000000123945e0bd0698d74e97ef637cf6c1239e0e4b7faff84 1.58 MB 2,723 8
798,718 798,718 0000000000000000000064ba6a1e9566c915817991d16bdbe23249c9d8ab2086 1.70 MB 1,988 10
798,717 798,717 00000000000000000001ad163c2f40691aa54fbe7a1ebd05c210a761633ee8e6 1.35 MB 2,217 15
798,716 798,716 00000000000000000002c295b03196bd9c762710c4161ef7b422c7deb35fb58a 1.32 MB 2,376 20
798,715 798,715 00000000000000000003dc83b75b5f40976629e96958036fc31a0b52c0d46180 1.45 MB 3,248 19
798,714 798,714 000000000000000000003199966d42a2dc3336833fd13f318b7cc98a54f64a51 1.53 MB 3,333 24
798,713 798,713 0000000000000000000352875b63a5b4331391d8aa8a6f241d99c3d850c0b671 1.33 MB 2,521 37
798,712 798,712 00000000000000000004cb40c93a280c563c18ee9e4de78e37e4fc4293a022c4 1.66 MB 3,071 13
798,711 798,711 00000000000000000003cb76c0a1dcaadc7f011c75734dcef9a9567b583abc0b 1.44 MB 3,194 25
798,710 798,710 00000000000000000000fb2dc4e260c9e4eee3768a00266891b623ab5e7b1dd8 1.98 MB 5,457 8
798,709 798,709 00000000000000000002035d77c1fb6aceaef6c80a091b8318cfde449960ea6c 1.76 MB 3,443 6
798,708 798,708 000000000000000000025b42e3e69e3747ee740feab8a4e7b4d5a14ad6078629 1.91 MB 1,671 11
798,707 798,707 0000000000000000000003ffd88be40f1e4f819b1b2463becc57efea083dd67b 1.54 MB 3,171 22
798,706 798,706 000000000000000000048caefaea4fe79ef1a29c04663fe37ee1ef52ae54fca1 1.45 MB 2,692 18
798,705 798,705 0000000000000000000360f091bd076333294381cc4ff2e4f6c1f618c6bbcddb 1.35 MB 2,017 8
798,704 798,704 0000000000000000000013d56a605877772ccd933e364ca38ce4ed5965ea4a95 1.51 MB 3,175 21
798,703 798,703 00000000000000000001e30532e50c4dee15e390c01a56a96c0aa2b6d3b19639 1.84 MB 2,711 11
798,702 798,702 00000000000000000004b81ad0caca75277827a3ab1a037a25efddffe299b9c4 1.35 MB 2,141 19
Previous 10 blocks ↓
Total Size: 684.21 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,330.08 GB sent, 99.81 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.