Memory Pool Memory Pool Refreshing

3,397 transactions
1.09 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
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,039 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (674,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,397 233,397 00000000000000dfeb766e5cadcc5e9b5d14f60ff02710e2234e627675793402 0.08 MB 179 148
233,396 233,396 00000000000000e6267e33194e1fc41cc6b686fe5a27a19550da87b7584fd929 0.01 MB 18 55
233,395 233,395 000000000000012ede435391e509e0e84f4f55e7da668db487a87d0e20d2d47d 0.10 MB 173 140
233,394 233,394 00000000000001aca136de6102b98b2dab0875077f88564d8794d32e9715eea3 0.05 MB 99 118
233,393 233,393 00000000000001b700aaff69d5a560d1b664be864c75c72a3968eeb59a9b336a 0.03 MB 61 83
233,392 233,392 000000000000014b73ad819d34856a491e46e95c7412dafe0ff90ae5d7951904 0.10 MB 198 121
233,391 233,391 00000000000000fca9b15ede450c23badd10d3cb600021f7fd60e439e1c186f7 0.09 MB 206 11
233,390 233,390 0000000000000153a0de4310c06b5d933655313801510e053bb6d4d72f27b528 0.15 MB 348 171
233,389 233,389 000000000000018bf279e37d3663326f7952bf503595eda86187fb8436e7a02a 0.06 MB 129 152
233,388 233,388 00000000000000adf324fbf57a955277d53b658fbe677ae00a4d15438bef2064 0.15 MB 151 104
233,387 233,387 000000000000000d92c8a6c5b6bbb81f2a86ff59fc21eed2efd63ed60a0cb0b2 0.21 MB 484 157
233,386 233,386 0000000000000180659246a48bc1a1ee75bffccc39194c286642fb80d0bfd5a2 0.06 MB 153 157
233,385 233,385 000000000000010e8f2e6219b6f502a175ef790439c649a5bbb714666d6d6400 0.04 MB 85 138
233,384 233,384 0000000000000170a1dd660ff88621f43fda3b8c84ed3f27bdb7babfa7165749 0.14 MB 202 59
233,383 233,383 0000000000000047a02794d7cf405ac60ac6823b94fa95fce2061b85d46c194e 0.10 MB 190 159
233,382 233,382 00000000000000ffb1bada241e688e109d093c7abc10e077ad7b5b0f0486af08 0.18 MB 236 129
233,381 233,381 00000000000001a5ed6f589e8f915183ee9e90de245829ce7e52d33e003191e1 0.17 MB 358 144
233,380 233,380 00000000000000a4ae4ac2e237a5ed16e56c5fc221387c95ebdb27135fad6880 0.20 MB 439 150
233,379 233,379 000000000000013511f4095f3cf2b8ed8f333787a3537707378d14dd107afac9 0.13 MB 284 182
233,378 233,378 00000000000000e6b3ee8fbc9da58bf64f1dab9ee352a1803d6a8ed1b956828a 0.07 MB 116 162
233,377 233,377 00000000000000adcf75f755e6b32bf7b2bbcc61bc8759e975c34ee394382f13 0.14 MB 233 97
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.19 GB sent, 93.28 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.