Memory Pool Memory Pool Refreshing

22,842 transactions (5.30 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (885,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,885 23,885 00000000559c4821a8e960dcb95a8686b7322a919a44d57d41ac0db11fc9213d 0.00 MB 1 0
23,884 23,884 0000000000b95a3f662cfd9584ed6a5b1ac4ef162a5c23d3d2058e71251e5c0d 0.00 MB 1 0
23,883 23,883 00000000f0e472d9cf7f410eae145c6aff7e1941b3d365cda57e899003f211e4 0.00 MB 1 0
23,882 23,882 0000000025c13602d8016422d323986ed7a55df77ae30d3dad22456790e44cd5 0.00 MB 1 0
23,881 23,881 000000007b1a9d9cf106b2267409f419e5895b51dbf70749d2c1db50f5a66449 0.00 MB 1 0
23,880 23,880 0000000087c4ba7587e8895f59f25fb225e99a869bd9842832a88d83ace62abe 0.00 MB 1 0
23,879 23,879 00000000b5c1e0c7b5a3970d17d2537a4aa5dd57a74e1344c258f7c4d3f333ff 0.00 MB 1 0
23,878 23,878 000000005dc2d696d45c59ddfa33d15bb2fee5de4292c3535b1ee35dca67f02d 0.00 MB 1 0
23,877 23,877 0000000046f349434a9572e08a0912b6715924a42e770276436b4d9e9e88f1d0 0.00 MB 1 0
23,876 23,876 0000000012af400b1b369dc7bcdf41ad04ba6d8c6a58c207db7884fa1bb091a0 0.00 MB 1 0
23,875 23,875 000000002a474dba25b2c2637a08a644a25b12e468f43de431a48cff8279716b 0.00 MB 1 0
23,874 23,874 000000005a3f5c831fa23271c543af24e884b5ec738450d0a7271d1b4074f2b3 0.00 MB 1 0
23,873 23,873 000000001b93312925ccf564dab969f591711e7c529eb0095a6bf950da462005 0.00 MB 1 0
23,872 23,872 00000000d676be542d5f5470ece17714ae6f8eb0ba470caa120a28adc74ec35f 0.00 MB 1 0
23,871 23,871 00000000a8dfef17b4bbd0fc00267a61ccd8f9488570153871d777693b5281d6 0.00 MB 1 0
23,870 23,870 000000001f908df3fcd54526ea12bc5a7faa465fee5784c353063b5eeb4745e3 0.00 MB 1 0
23,869 23,869 000000001f1959d12f58b7219a15fc192cc2097bcaf9e28f7bc220a6575a4f1b 0.00 MB 1 0
23,868 23,868 00000000fc5cc9f1d0181712643af61e5b40c8d3a434a83467773f1962ccdfe2 0.00 MB 1 0
23,867 23,867 00000000768cd6ed7a0c7e10f68dbef2b95ad47022567c2ccdb5b34dd27dc10b 0.00 MB 1 0
23,866 23,866 00000000b5f0fc01c30b36f7e07591e8d175029b4ad9d36030f22dae9bd9d48e 0.00 MB 1 0
23,865 23,865 00000000e20fd255bdd08d5df0fefd1155110220a837e2de42eb345e0d3d7787 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,984.51 GB sent, 107.06 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.