Memory Pool Memory Pool Refreshing

1,881 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,110 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (805,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,171 102,171 000000000000d81c6cd9cd7f2b0efa9fc039289b3f9601969138e1de0e312645 0.00 MB 2 0
102,170 102,170 0000000000024f79cd42a6ae3125f4eb6fd5b4cdaaf92544e2ad38d596ca16c8 0.00 MB 2 0
102,169 102,169 000000000001f066d192a866ccf2fab48befec1e5b5b9f5f02ef06f87dee69f2 0.00 MB 5 0
102,168 102,168 000000000002884a400737d531d970878689ef822b9a8082c27433e27163a197 0.00 MB 6 0
102,167 102,167 000000000002c5e9bd8664cc3b21add0572d83b893b58a01fb97ca6ec245a07b 0.00 MB 6 0
102,166 102,166 00000000000072624e6c7a89cddc4c9477690379d77824d82f2b2b4afd7b79b0 0.00 MB 12 0
102,165 102,165 0000000000023100ef3d05ece932bcfa72af6163085e44a3973759581a939251 0.00 MB 12 0
102,164 102,164 0000000000003b047d30e8832b49b87bd10046115e3a69585422e3e41de792b9 0.01 MB 20 0
102,163 102,163 000000000000e0fd7c93770965cf53e1375e46cc8b979e489628bb31af416d3e 0.00 MB 3 0
102,162 102,162 000000000001f5183608384c6722496e94c8b8c4e8b38297e9a280d4a47dacf7 0.00 MB 6 0
102,161 102,161 00000000000122aa212dc0f410c2b0267d2cd35bb7673c9d8dddf5ed051856aa 0.01 MB 4 14
102,160 102,160 000000000001638bfeb5b5b13bf6b085b042c92e1fe2e01d6d1f738dc90f97ee 0.00 MB 2 0
102,159 102,159 00000000000157e0d6510991d0e82aad721dcaf0b21fed11f056d86030563d3d 0.00 MB 3 0
102,158 102,158 000000000002e0a92f4122c49d30db5c4ebd0f133ec8e3a5ff6d3bd426e42e9d 0.00 MB 1 0
102,157 102,157 000000000001da91221a0b06b785986549c5426dcbb890d70264c1641fa0506c 0.00 MB 4 0
102,156 102,156 000000000001aad4adbfa2710bc7afbfd2f219571f334b6867adefc2ace596e3 0.00 MB 4 0
102,155 102,155 0000000000024443da2a312df45c684f7e923b61e139210a48423ec93fd26a35 0.00 MB 8 0
102,154 102,154 0000000000030e10f11b14f82bb759f0cb28644d45a9eef3ec8b9a7d499c5c69 0.00 MB 4 0
102,153 102,153 0000000000030658ba38fa9d565820f97a86e036067c9b2e1d10bf83b4224449 0.00 MB 6 0
102,152 102,152 000000000000e0bfcf3e91e6e0ad3fd3b67a10592b07a59ae0ea78227fe65c6d 0.00 MB 5 0
102,151 102,151 000000000000fdbdab9a3ec8a9b6875364031486fbcdc9f195323528cadcbc0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.75 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,679.43 GB sent, 96.63 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.