Memory Pool Memory Pool Refreshing

2,978 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,697 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,954 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (558,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,853 348,853 0000000000000000079757a57a2ef994cbb43ae180778e9ac6b013104b4c506f 0.75 MB 1,243 29
348,852 348,852 00000000000000000b3cd2f0de5114b3c7f718573f8d1084afbba08592f8b8b0 0.46 MB 1,024 38
348,851 348,851 000000000000000014d4802ad34f9534735cad58330c3415788944d75ca76ec6 0.27 MB 467 29
348,850 348,850 000000000000000002f0a82d977235d612c451a5b191126b090b5ab0bacd6d94 0.55 MB 1,050 27
348,849 348,849 000000000000000009863550599940a61298306d3c250c23cd4938a757b029a3 0.21 MB 244 13
348,848 348,848 000000000000000006c7ad2746308f9c2789d9ce5383023dacc0a0b8c2015645 0.11 MB 256 32
348,847 348,847 0000000000000000085cc850bd65dfcf0ccbbd398bde0ab9947a3a40036cbc40 0.74 MB 1,283 30
348,846 348,846 00000000000000001637163101922c4cc6b450a7382e979c196edd14cfdeeebf 0.00 MB 1 0
348,845 348,845 0000000000000000038be555e0ec784b65e57335e46813d1d004c42d4bb710a3 0.00 MB 2 0
348,844 348,844 00000000000000000537e11c8f6d2f274708d02d6cb78e962044f4c31b7ccb19 0.07 MB 128 26
348,843 348,843 0000000000000000085f1b0375bfb292bddf8d10b573543166777371d6a83eaa 0.25 MB 447 42
348,842 348,842 000000000000000001e98a124cc51715c26dfcd4b8f5153b90a19a0d1a8665ea 0.16 MB 351 39
348,841 348,841 00000000000000000028dedf7752fe43a1b58f6d1496fc4ea5a222685ae4191f 0.17 MB 349 34
348,840 348,840 000000000000000003d661b7ab06917546309e34b1437e1a902996b1795b6501 0.28 MB 451 22
348,839 348,839 00000000000000000cfe4876bada37d00cec53e4af61be3b146a90420e391bac 0.39 MB 807 42
348,838 348,838 00000000000000000907ec91996158c575776577859c9d267e4ef2f6fdd490f9 0.44 MB 799 30
348,837 348,837 000000000000000000468efaa5d681c8a5818823dc97d6996201ad2f402915e7 0.48 MB 825 24
348,836 348,836 00000000000000000e89e81c16230540d1dc97f3acee984c0b07526dea1abafa 0.67 MB 857 23
348,835 348,835 000000000000000001bf9bfcdf66e7c896e055da11b0fddc5395b282e5a93c34 0.50 MB 1,197 38
348,834 348,834 000000000000000013028eb4ef78d0c2e38224469b3380e81ccf370f9d0dc35e 0.25 MB 432 25
348,833 348,833 000000000000000005a568703ab145bd6cb8bbe1945e0ad856e59357b5b4a7db 0.38 MB 562 22
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.