Memory Pool Memory Pool Refreshing

3,468 transactions (1.11 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (829,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,268 79,268 00000000004fe9bd421e3c6268c7eab5dd88912586918f72f54282cabb7870b4 0.00 MB 1 0
79,267 79,267 000000000016695d1873524da697dcdeb38307f3402779142275039b101fbb97 0.00 MB 2 0
79,266 79,266 000000000039ed05f5f21949669e824204bbdd5dd41c6f70ad6d1ed2adc2ae57 0.00 MB 1 0
79,265 79,265 00000000000396e05cd7a2165573a4bd3cea69e5b74b2fc5151eaf7c27d62388 0.00 MB 1 0
79,264 79,264 000000000002813beaa7fb4851f59badb6ed5bcafb67d6dd0f59571a9e9b1512 0.00 MB 2 0
79,263 79,263 00000000001f923f6cce60c16b2e0feae03d096fa0baa3308e9e0aad124d40f8 0.00 MB 3 0
79,262 79,262 00000000004c1229ca0bae17b3577ba4fab8cdcae8ce73c8b822d75e0eb2fcf2 0.00 MB 2 0
79,261 79,261 00000000000cb251ee57f47468707f39e38cb3d45fc37ae318e6c3b794efe350 0.00 MB 1 0
79,260 79,260 00000000003368aec78b2527b93cde76ff97d3cdde206d9bed1c61fa3c33a943 0.00 MB 2 0
79,259 79,259 0000000000380d22f7fb2f69b0bb4f69efad821a230315fd42db7062fe0fac35 0.00 MB 2 0
79,258 79,258 000000000045b8601f9984d19835c34b247b8837b408adcd3e384125cc645f50 0.00 MB 1 0
79,257 79,257 0000000000391c1fb271afe0108f33fab9e6e2c591ed8655e3760030350da1aa 0.00 MB 1 0
79,256 79,256 0000000000413cd44f25663a1788eddecaaf7ea7f77f86986c220c661fee13ee 0.00 MB 1 0
79,255 79,255 000000000051e78d88a95d372be39162cdbaf44e569283e72bdfb5e4483093c5 0.00 MB 1 0
79,254 79,254 0000000000048f809a8af15fee0145212b2ce796e4423a7ab6d1a0cb29b269a1 0.00 MB 1 0
79,253 79,253 0000000000414ad9f34811875ad1fae906bca1b47335ee4bd0f92312be8e99a8 0.00 MB 1 0
79,252 79,252 000000000030884f4f39dc660c7cf1bfa461814db5ef1c15088f1952cb058bdb 0.00 MB 3 0
79,251 79,251 00000000002bde95f5a254f4f14f5cf8d203e854f97917e611f86dcf4a0e9b83 0.00 MB 1 0
79,250 79,250 00000000003794c01151cbf8e4668361630867fd844fa727fbaad9e7f1ecf5d8 0.00 MB 3 0
79,249 79,249 00000000001d9252fba3e7044c621fc1fdf3f17397ee0bbfdafce29c16b3e9b6 0.00 MB 2 0
79,248 79,248 00000000000db27ce6e2e7e13bd7b7018e79895f54db22efcb0369010c06ff57 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,951.87 GB sent, 106.59 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.