Memory Pool Memory Pool Refreshing

767 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
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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (719,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,113 188,113 000000000000056626f34c7ae2a2f692e3c3baacf17e6e91ea2ec42f9021bd6a 0.00 MB 11 29
188,112 188,112 00000000000005f9126ff9cb4880b554d03ad9c1b8cd5635b476999f54959aa8 0.01 MB 32 0
188,111 188,111 000000000000076fa606a7b67c131afc87d24d34114be2863cf24ca3d48139e7 0.08 MB 174 180
188,110 188,110 00000000000005adbcc9846f9f3542f9349b19a3c8a8f8149a830e8d748b0c92 0.06 MB 151 288
188,109 188,109 00000000000007e1ae9febdad8cb6943fecb6337ecccaf1a18f5e5ba92e48b5d 0.04 MB 110 46
188,108 188,108 00000000000006f506c04f940b1f35871939dd8a072ba36c85b0e446cad5d53f 0.05 MB 120 107
188,107 188,107 000000000000081d956a4880c2a003dc136b716fcc0d8950e2e3fc8a4a861543 0.05 MB 125 102
188,106 188,106 00000000000002b8305e1f06bc6846ecd8916732ab2d358151fdd0f025951096 0.02 MB 51 82
188,105 188,105 00000000000004f9ca20306daf70e072327be6b532a51b249f242dde2d4e2761 0.01 MB 34 13
188,104 188,104 0000000000000728ec0e16badc458a58a5be0a85eefd069dca0d8e6d662dfcea 0.07 MB 170 112
188,103 188,103 0000000000000817b390270f8d2830079ede709c5b1063b37850d28dbb3873f5 0.00 MB 11 313
188,102 188,102 00000000000002da41e7fcc95dd8638d52958e1315a465fa7052b42b27e47d93 0.06 MB 168 119
188,101 188,101 0000000000000154d26106e3addeaf6843dcabced345b511f66c31d4d05c6c12 0.01 MB 16 147
188,100 188,100 00000000000003b9fc08a35afa5e7eb21c9edc1f36909ea3d3242d0ae6732aa7 0.00 MB 11 18
188,099 188,099 00000000000008885a110baf43e954724780696c711b7ecad7ab38e01eb87144 0.00 MB 10 34
188,098 188,098 000000000000070b113c82ea72296f7aee283fc5732c9f166cdfcae2296ee5b1 0.05 MB 150 74
188,097 188,097 00000000000008e52fa7404a61c539f9af02ca1089ee642a0f12cdebdc870caa 0.00 MB 7 0
188,096 188,096 0000000000000900661c90e8a4647a3bd7a2079ce6e3fccde4e2ac2175ae2a18 0.06 MB 130 86
188,095 188,095 00000000000006f364eba9ac05eff27d4a9f26d9a8a91f1085260593a609f12e 0.01 MB 12 195
188,094 188,094 00000000000007a9ba822811dce60606fe8acf361033d7a6a55a1a0a1cc42b70 0.03 MB 66 105
188,093 188,093 000000000000029002f2716fca9a5f9b68d09d9833a544c78b9d14a6946d1254 0.04 MB 117 140
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.78 GB sent, 93.47 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.