Memory Pool Memory Pool Refreshing

284 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,787 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 271 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (761,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,389 146,389 000000000000026eecbf2da0fec4a14627f217a3ab8391ded597db02a4cc9870 0.02 MB 22 84
146,388 146,388 0000000000000775c0ae2f7c0c62cf6ef4f93586114d3d7eb799442ba92db93d 0.01 MB 22 85
146,387 146,387 0000000000000251df7c824f071fd67698775629d9137840935286d963470f9d 0.00 MB 5 200
146,386 146,386 000000000000039119b98d70e49702a4ea65e1c7fb36a99a61ecd960e2067da5 0.00 MB 13 42
146,385 146,385 000000000000035d9b0c13fb94264c77d32b55dc67a5b4c791a6aa19ef29756d 0.00 MB 17 291
146,384 146,384 000000000000025763b03a9f145f74dc0356a394ec685467616cf8c978e9cc7f 0.03 MB 71 172
146,383 146,383 0000000000000617a19844e0b9d88f293abda51c8c3f4bb19a2d61bcc545e5ff 0.01 MB 28 228
146,382 146,382 00000000000005b83176b0bbcd0c5124ff2176e61971e04d345fbe06711afde5 0.01 MB 29 114
146,381 146,381 00000000000005471827582912aa647e1e24e0cc360e50892a52039c6fb45544 0.01 MB 9 17
146,380 146,380 00000000000002e0bc7ac6c297878d5bfb46d5e19103fddf6c848dea5a8a0a59 0.04 MB 127 23
146,379 146,379 00000000000004e72b0cd8b272ba420cc414910552de93c92549b03e16ad8e44 0.00 MB 8 54
146,378 146,378 00000000000007e599f8832053cf318ff2f6fbd95c19413722b5b7e31180e2c0 0.00 MB 1 0
146,377 146,377 00000000000003a5202d824d96765825e27e2f27fad152b61173467cc60e2df7 0.01 MB 15 35
146,376 146,376 000000000000074556e5719b97d29e6a687cb6d52fe0d31880b6a78c27d6e176 0.00 MB 8 259
146,375 146,375 000000000000032645da6893b6da5a94c36a89660fe28e133617877b50562db7 0.02 MB 67 91
146,374 146,374 000000000000002b96fd794236b77de08816528c9ae815c10eff8ea0f6d38a6a 0.01 MB 29 102
146,373 146,373 00000000000008102e7b93c6688fc451dc34f0c79b762c19eb4235c5531d857e 0.00 MB 15 413
146,372 146,372 00000000000008f7650aa5096d087959517b21f4399c01bd507f7a6551b77616 0.01 MB 25 276
146,371 146,371 00000000000006834b74a500f2eb94c9f55324d5ee76d4ea61fe2eeeda8281b9 0.04 MB 92 245
146,370 146,370 000000000000027219d4047b656e67681eab280f3b7a9b003cdc06e1cc3af96a 0.01 MB 32 237
146,369 146,369 000000000000079c9959e64bde8e3c1fbf33427be5c977849a16a8be1ea4e7d6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.