Memory Pool Memory Pool Refreshing

6,223 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,771 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (601,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,903 305,903 00000000000000004af08bf012dd1862f432a36b0b069790e7d60bafdccf1ee6 0.11 MB 156 45
305,902 305,902 0000000000000000290d1bd7a22584975d9faacd3bcc14784ce9ae8c8623a409 0.06 MB 109 29
305,901 305,901 00000000000000005144b159acea830f5d9a5fd0ef1abc2ff5a4ae16e3c51309 0.02 MB 42 27
305,900 305,900 00000000000000004bfeb30879a5d60820996843e52c1ebd60008769eeaac0a0 0.15 MB 179 29
305,899 305,899 0000000000000000295edd107944ba9560915d72c311c8ae5a809b99eba4e251 0.05 MB 95 25
305,898 305,898 0000000000000000333edc6f6af04af0101c5387c2f685e9908f1a0398d2356a 0.35 MB 414 24
305,897 305,897 00000000000000002499b179ae2b9ba34175b134d6ebf94951b57c3d42efd195 0.14 MB 212 29
305,896 305,896 000000000000000036621698a65138b43e7352aa36384e8640104ff56ea8653f 0.19 MB 398 35
305,895 305,895 000000000000000008f227e61213e913ab93391c18f5d3955100c0946f59c689 0.10 MB 128 24
305,894 305,894 00000000000000004909fa6cd4b3456c770a4e0525c73d70ed02fb4a1e67237a 0.22 MB 303 28
305,893 305,893 00000000000000003d9ca658ab17d1ee2da39b47e045b7f215e92c1355fd625d 0.05 MB 60 27
305,892 305,892 000000000000000004dd6edfaf6b98fc6b27083f01961be4cc51304c187e120c 0.02 MB 30 24
305,891 305,891 00000000000000000a8a9e010c0b21aed9a81bdb660ff63435b3de340d4da084 0.04 MB 34 14
305,890 305,890 00000000000000005559c8a3badb7dc8c99d747906c52ab52b01640233f46055 0.07 MB 138 33
305,889 305,889 00000000000000000186b6bd68db73682cb3c3aa8a0c8592bc5dbb58d0daacc0 0.06 MB 114 27
305,888 305,888 00000000000000001561ee9ff47811b054af835f3d3f52238712b2b40123991b 0.02 MB 18 6
305,887 305,887 000000000000000014e393e9e1f588c4f4c96f4dea3dc004c35f5650a150b474 0.07 MB 122 31
305,886 305,886 000000000000000036323f658deeae16bd6a019eca464cd22eb51333cbb024e8 0.02 MB 48 41
305,885 305,885 00000000000000000adc2256df94777d0819dd2f2429591dc01631aa4a3022d3 0.25 MB 506 33
305,884 305,884 000000000000000010341b9cce809dea75ac4a23b47f096de29ceb4dddeaad3d 0.02 MB 36 7
305,883 305,883 00000000000000001a7ceb9aa213e62c8620af2e7877273bc261f740f7994105 0.06 MB 146 48
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.