Memory Pool Memory Pool Refreshing

913 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,426 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 904 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,425 (905,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,365 3,365 00000000f859990ee84bf820d03dc8565cd5935f2bea6460e5f910f3ea07c9d4 0.00 MB 1 0
3,364 3,364 00000000cdd1691076469c884667c363b5dad931767a1f8a7d6253ccdd73fd10 0.00 MB 1 0
3,363 3,363 00000000c843444a37d3940480b25c8efc2634ed4e3749e70c3d62543fb35205 0.00 MB 1 0
3,362 3,362 00000000f4d6e99c5cad59f196e206d0f713b52c0514ba5255a1deeaf0f0612c 0.00 MB 1 0
3,361 3,361 0000000029b508efdc4360bc1d0556778336d163be94e56dc081baf1f14d8a8d 0.00 MB 1 0
3,360 3,360 000000000f2f9a2fe15c793b97e0345e2d59f37dff667fb221904b0a71872a9d 0.00 MB 1 0
3,359 3,359 00000000a0734082a7ad65f81b90d0eebcea55bf037a316ce7b3fcb871a0fa61 0.00 MB 1 0
3,358 3,358 00000000c703af56e73df3ab5c8ece424b3c3d9faabf759da0a75403097496f0 0.00 MB 1 0
3,357 3,357 000000007125b454ad0de5f49af86a855c7f1eab526fc6f1473394a5945af9cc 0.00 MB 1 0
3,356 3,356 0000000063bfc93167f025a0c76c8a7c1f7f068580e8bde8a1a3d2979a3cbbc8 0.00 MB 1 0
3,355 3,355 00000000030aafcfd8bb78cdff0a4153fabfaf25be4199a8f8ceb5c7c79d6168 0.00 MB 1 0
3,354 3,354 00000000d72ce9b5dfc502f0220cf57d39a001a39482223249a32b8853aafaec 0.00 MB 1 0
3,353 3,353 00000000de396209129b1c7a002a6bf0fb951794e2009c0e384763ac21359947 0.00 MB 1 0
3,352 3,352 00000000f85b5decee1e69250bbcd5a9b8745e5e547b4de8f4d7868a7b9b7468 0.00 MB 1 0
3,351 3,351 000000003c3f43a96581913ca47895f7ffdce19c1c763ba1f8a5462f16aa01c0 0.00 MB 1 0
3,350 3,350 0000000091ba1e9a65a04aaebebf920eb5ec17093ba0e83a4cadd2665cf9a8bb 0.00 MB 1 0
3,349 3,349 0000000024c4bea40ae3879f08c6e3d6b7afe64f6a0c8f8478d0b2757f680064 0.00 MB 1 0
3,348 3,348 00000000e631ecab0838f8b18766013337eeeb0004cfe718483777f50f062cc0 0.00 MB 1 0
3,347 3,347 000000004e77aa6cc95fb1b775671d07b1fed4f470c66e86f1b9b39770f5fa71 0.00 MB 1 0
3,346 3,346 000000006be552db28deaa17365da062c1c82d22b03ef060d58b27464c868a2e 0.00 MB 1 0
3,345 3,345 000000008f663714de2265ecff8386ee55bc278abf3c7fa9911c57d6f12f60bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.52 GB sent, 99.52 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.