Memory Pool Memory Pool Refreshing

1,862 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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 0.66 vMB 1,857 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (639,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,727 268,727 0000000000000001c0e4ded7100f0882815699b2be179f07fb6d32c66999cb4d 0.20 MB 363 30
268,726 268,726 00000000000000063654c42b97306cbdc243df827e3bc6437fdc98f6374a3a01 0.45 MB 528 29
268,725 268,725 0000000000000007ab24ca83cce2d1b83dcf3bd5ea97feadfdd8dbb779684cc9 0.25 MB 500 114
268,724 268,724 000000000000000186528d14e805b60f80cdd6d199fcc7335983386d32459f70 0.19 MB 168 22
268,723 268,723 0000000000000007751a18e74417b707df5b9b661fd60569c1b0ce95075dc35e 0.25 MB 305 47
268,722 268,722 0000000000000000b34c867cafcd0727d360749dc80ce2eeff0578953dac3035 0.00 MB 7 330
268,721 268,721 0000000000000005cbf7b17dacf4a58faf9382e6480544c9e571052b279399b6 0.25 MB 537 64
268,720 268,720 00000000000000038a83cb70ef1e548fbef2a902ccc94d5bdc0009e23b5a6bf2 0.20 MB 466 124
268,719 268,719 00000000000000023692b7cb86dba494aae7a646e9037f6e2b60d2cfbb58a51a 0.15 MB 201 59
268,718 268,718 0000000000000005369c06a876ee2ece3135da2b37eb3ccabd48a725d9a7b636 0.09 MB 205 70
268,717 268,717 0000000000000000e9ae05b7902bb9181125e270350f9765a1a86bbeba2867d3 0.15 MB 379 71
268,716 268,716 0000000000000007d74c8ebe3a7161c1efcbbb9a86f1d0e95cba2d3975bd1cf2 0.27 MB 370 38
268,715 268,715 00000000000000043840b5374ef7fcc8533231781e68cfae10bb2eab442f18af 0.25 MB 541 112
268,714 268,714 00000000000000007ac65410f5e4bf310631140363ff722c25de52886318d370 0.17 MB 144 18
268,713 268,713 00000000000000065cfd945da0543750166794dbd95278c11688dba0e1bbc3db 0.25 MB 671 111
268,712 268,712 00000000000000033750c7cced34816b7f02d0cb2d0d633d08c1bad063f4bd59 0.20 MB 418 73
268,711 268,711 000000000000000163a22f934b0c587e19d67cf3ed55bf72f1917979eed7f8a0 0.20 MB 246 47
268,710 268,710 0000000000000002228c10b4c940c972c24dba0b88c862dc00545c9eca36372e 0.04 MB 55 14
268,709 268,709 00000000000000038f23424304af62d94f2dbb9404d4960e3f79660df838ab46 0.07 MB 133 44
268,708 268,708 00000000000000067d2b6f751b1c642c244607e256e8a131e6d9cd6b1fd19787 0.29 MB 418 2,390
268,707 268,707 00000000000000064081103f92736ec6ef8d57444877bf44ac14c7bd939fb4ab 0.25 MB 657 112
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.18 GB sent, 93.27 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.