Memory Pool Memory Pool Refreshing

1,115 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,098 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (692,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,831 215,831 00000000000000b13f68180bb6a563c2e7d5289ef9517fa9a346c542e650827f 0.00 MB 6 44
215,830 215,830 0000000000000200f3b9d7e7f7156efa906956f3c9025c694100a91944b1d47f 0.21 MB 576 202
215,829 215,829 000000000000035b38a6ea29ad6dd459a62edfde10f74f071bbbf174d1c4560d 0.05 MB 142 297
215,828 215,828 00000000000001299703268ba631510c8462a44d68787ca353cbfcdf1d02af6b 0.04 MB 75 158
215,827 215,827 00000000000004029ec3cfb86b54fa0a2175cc93cd3fd4a9b381e5bace209157 0.09 MB 194 150
215,826 215,826 00000000000003777a5b6c61c3c71a207e33561f705687edf29869ff22796572 0.11 MB 246 154
215,825 215,825 000000000000037fb45b94c3253dd296589ca705d121b14d331901f6c2457389 0.05 MB 110 159
215,824 215,824 00000000000001b6f435de9daaed1ee5711bc8321c58b454cbcc3c9274ac7394 0.25 MB 531 129
215,823 215,823 00000000000003e575a13608f13047585abc6400b0cc893a4fe7dfb73035077c 0.11 MB 203 147
215,822 215,822 000000000000015e5769bc2b65e7e4a226e22cb23a09980f9f0f24db5f3125d1 0.05 MB 128 145
215,821 215,821 00000000000003dfef2f935fcd093ba2e995f03c5fcf0ef064e4ff3c087ebc95 0.20 MB 532 220
215,820 215,820 00000000000000abe005587128aa4e0121023c41003abbaefad9d891c0f5ce01 0.27 MB 647 189
215,819 215,819 0000000000000495ba07519a1cb1375fd09bdd3636034c3b9d7f069e67d22172 0.10 MB 246 177
215,818 215,818 00000000000001226e0edcffa9be3e551895aba27367a23c65514dba0e289e71 0.03 MB 110 21
215,817 215,817 0000000000000101bf902c81b9215f06f2a0493a296ae46a9f62652c6aadb4ce 0.06 MB 134 131
215,816 215,816 00000000000002ac191c02fbcedfa99b6e240cfd1ff2c8373b7813849555c982 0.20 MB 457 184
215,815 215,815 00000000000001806ccff75215921c312aa549c9bcb838c4c2a902097b539a27 0.05 MB 97 109
215,814 215,814 000000000000044e07080180710614003ee2a81f121bf190b69189c9bd2e7333 0.18 MB 471 158
215,813 215,813 0000000000000121032c301030cdd6916059cb10cee2c996f06dae50292c2445 0.27 MB 466 150
215,812 215,812 00000000000000e41d4bf59f10bfca455eac25fd392bdc7f83ee8e3db32af645 0.05 MB 134 314
215,811 215,811 000000000000034551fdcdce2374ce829c61093fe6099e4780ff9baf6dc3d4c9 0.01 MB 27 178
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.