Memory Pool Memory Pool Refreshing

755 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (729,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,170 178,170 00000000000001ad8ccfefc75d2c30b66857b6d380fb8dd457eaa93203b9be3f 0.00 MB 6 24
178,169 178,169 0000000000000ac02646987458a752e01a859cccf499214c1acc151d4ce958eb 0.04 MB 105 76
178,168 178,168 0000000000000035194e7a7fb56f231131f511a6b70c0745d17d8eaa71f3863f 0.02 MB 63 37
178,167 178,167 00000000000008d29abf6d4f4afde561c6500d300cccb798d9c431d63f284361 0.00 MB 10 486
178,166 178,166 000000000000063f2d989df563c405f67e30e59be61f1b17445a71f58ab00bb7 0.04 MB 56 82
178,165 178,165 00000000000009947b35a40cdb07d7c9d668057e461d04523a25de0c850a9d45 0.01 MB 16 240
178,164 178,164 000000000000038375196eb35ea656d23c7370e268e7886739134fd386d59c05 0.04 MB 72 143
178,163 178,163 00000000000003659ad73844c30b4823a305cd5dd26bdd15729ad761dc205b37 0.00 MB 11 13
178,162 178,162 000000000000034eb9baf858d09d4c955c83de40ba19a3eee4d739c6a0105f92 0.02 MB 20 134
178,161 178,161 000000000000062b0f142ed0e92a9fcdf3f0822d36f707f6822c4f8bc04fb197 0.04 MB 87 95
178,160 178,160 0000000000000afe33b930823c1c12d5aae013e704ff99e221600f46e6e39698 0.00 MB 15 28
178,159 178,159 000000000000046c9d3babf95097e356a0300d63efc66bbb008014c74e2f3443 0.02 MB 54 80
178,158 178,158 0000000000000a0e28fe7fe693f61c3fd2b06087716370451d1e4f66d7ad69e7 0.06 MB 112 129
178,157 178,157 00000000000000454d3f5cf031bae62d9ccd37228f0d0991c86ce6cbe55caec5 0.01 MB 23 459
178,156 178,156 0000000000000746a3d5e873d643ab07cc53d11b9aa92ebba2d3be6f149ce164 0.03 MB 44 50
178,155 178,155 00000000000000d592371d36d4275a9fd84574aa58d5a2000e7dfbdf517a0880 0.03 MB 63 84
178,154 178,154 00000000000007638a4b27279a538c576fc0c348d1b46c0e10d0ad0a6d61eed8 0.05 MB 114 261
178,153 178,153 0000000000000ac0ca95feb5b99b3c3a6a3e4c7c01ede086e038bd5f923d4ca0 0.01 MB 22 0
178,152 178,152 000000000000006f84c43671523b65ce2e32eeedef8168ccb24d7bc31bb61c8a 0.12 MB 198 124
178,151 178,151 000000000000085950a1ec821ffd2f3b67e01e1ce10a2b604eff60b77606cc06 0.05 MB 140 128
178,150 178,150 000000000000039298e331265c7f3a58998c6a5c9fb22cb3db5d051895f224dc 0.00 MB 12 54
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.