Memory Pool Memory Pool Refreshing

26,694 transactions
29.34 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,613 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,962 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,612 (40,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,695 822,695 0000000000000000000250020ab4f7c9ed8612b718b30a875d1b659815e984b7 1.76 MB 3,890 125
822,694 822,694 0000000000000000000014dbc4f825ba112404eaea2550db9c1573b113178ee7 1.75 MB 4,228 107
822,693 822,693 00000000000000000002c9210f74206b275a0e7f7b7ee203acbbd2d3fa7f7cb1 1.90 MB 4,606 94
822,692 822,692 0000000000000000000092333d8a57cc6d642e080f9b7c50a82ec4e9004d1059 1.59 MB 3,733 115
822,691 822,691 000000000000000000011c3940c954dc44cac7217f1c1b6fff4773aae5d601cf 1.88 MB 4,562 107
822,690 822,690 00000000000000000003b05b0de786a97bfd355e7e6a5f3276a37e16235a8bdf 1.82 MB 4,377 94
822,689 822,689 00000000000000000002ca5689d7a6543e40513d75286a055d6187f483cc24bc 1.64 MB 3,604 146
822,688 822,688 000000000000000000009b2825b789b549228071d35f20bb473c11317992a074 2.34 MB 3,838 77
822,687 822,687 00000000000000000000b3d8c0b3723fe08c7a6d3d57323094029a1cffe2a4aa 1.92 MB 4,141 93
822,686 822,686 0000000000000000000075cc4c664522c208b01b435e7db551447acd08a35885 2.01 MB 5,500 76
822,685 822,685 0000000000000000000003e3deae0732b19ebaa4a175fb6a5251f330dbd4bd77 1.84 MB 4,873 90
822,684 822,684 00000000000000000003c02ea8685e614528f6a40b396e47cd8b59b31ad2768f 1.80 MB 4,220 107
822,683 822,683 0000000000000000000232f495dbc2882356b1972e52ff2c9f528a496a9b93c4 1.95 MB 5,845 97
822,682 822,682 000000000000000000018cedcc5f90889b3f83b0ff9cf336c0aa4e43bd964040 1.84 MB 4,106 85
822,681 822,681 00000000000000000000fb1157f7ecb87ddc4d0674a39c91cdcd2578b98d9f2f 1.78 MB 4,429 117
822,680 822,680 0000000000000000000200cab6b083da55ea0aa0e7e567f1b819977be61e1421 1.79 MB 4,480 110
822,679 822,679 000000000000000000037533aef65ef5380895eda59f7a69d62ede396c6d56b2 1.77 MB 4,287 86
822,678 822,678 000000000000000000009f662c9f5caa346543c55d2486a3ca08711b58037948 1.85 MB 5,206 102
822,677 822,677 00000000000000000000e8041efffceffba732751539ca1d58de88c11a2a752d 1.87 MB 4,727 94
822,676 822,676 00000000000000000002db0e4498defe7d84f0c7e13c4afd8c2e8dc7000bafbe 1.74 MB 4,299 128
822,675 822,675 0000000000000000000053d98627b222c5a0e80e721f9b355d79e89d6b8bc3e8 1.89 MB 5,144 97
Previous 10 blocks ↓
Total Size: 687.28 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,513.46 GB sent, 120.97 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.