Memory Pool Memory Pool Refreshing

1,987 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,978 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (216,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,387 691,387 0000000000000000000aa2a54ca0fc4ae284a3878c0e10a7813b4f3f283fecc7 0.15 MB 209 20
691,386 691,386 0000000000000000000dda7890cc76cedb2f9997f8be0bd7f4d79d3a09573749 1.35 MB 2,343 15
691,385 691,385 0000000000000000000f890262c222e4fb69d8912b1e63bc2b1a92300c4a5d23 0.12 MB 240 21
691,384 691,384 00000000000000000008abb7a22e8061ee620b4fc302574f3a13530e4c79a5ec 0.76 MB 1,033 23
691,383 691,383 0000000000000000000ef6e02b45da3d1d87fc434b37e0cd4c1fd21c18bf89ef 0.13 MB 269 21
691,382 691,382 000000000000000000133e54dc8bf6c2d864376430d376dadecb0a03edf99ab7 0.91 MB 1,777 15
691,381 691,381 000000000000000000071471d0a2d7b737355426f459f22927dd149adefa6694 0.01 MB 31 13
691,380 691,380 0000000000000000000fec895c8b7713f20a516e5beec79a98ef583ae0940ed8 0.36 MB 678 21
691,379 691,379 0000000000000000001139ca3ad3d479f8c349529ac182fc4703528a88c6ff8c 0.34 MB 616 14
691,378 691,378 0000000000000000000cf46eeccb359546cfe0ca3ea689888af682e6bd4670da 0.11 MB 208 21
691,377 691,377 00000000000000000000cd7c1f30402a5cd18f6247817cf728e2ef23e628f5dc 0.21 MB 243 12
691,376 691,376 0000000000000000000df1febebb7b6466e6a1f0bee65174bb33d563d3d9178d 0.76 MB 1,066 23
691,375 691,375 00000000000000000003e02c95b58b24d0b42f012e94ddfac01698c77023b3eb 0.43 MB 634 7
691,374 691,374 0000000000000000000402b17aa09c84942e9e71fd519de1d0e7753844a13356 1.28 MB 890 9
691,373 691,373 0000000000000000000c56a9655a3dfd95157577bfb0dd6afe39540fad8c6497 1.72 MB 665 13
691,372 691,372 0000000000000000000ddfb6cb6bd15a2f271e8af9f29319baa4c447cab42005 1.14 MB 1,571 15
691,371 691,371 000000000000000000080ae4b80629357eaca54eab7c00fb6208709933beaf4e 0.78 MB 1,347 17
691,370 691,370 000000000000000000064d330760a1c04782f9b8b9bddf9c0a16cb8b15588c61 0.58 MB 943 20
691,369 691,369 000000000000000000096a561d98c7241123e174ed15708403609ca4ba62de1d 1.07 MB 1,792 14
691,368 691,368 00000000000000000012cd7af029d9d6740e13c9715dd3fd101d1166269f60aa 1.14 MB 1,758 15
691,367 691,367 0000000000000000000021e174982bbf412352081463ea8d8fe8f9ef022a97b1 0.15 MB 228 32
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.