Memory Pool Memory Pool Refreshing

5,466 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,979 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (402,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,394 505,394 000000000000000000540ca699ee94621a31ec1a2701d11a510d91c28c79931a 1.05 MB 1,796 308
505,393 505,393 0000000000000000002f7ef4759fc9d6b11b799a5bb2dabffb9d6118a86e90da 1.09 MB 725 126
505,392 505,392 0000000000000000005074f80fce04395dbd9a2af086b96437e31591a9810a14 1.02 MB 1,501 130
505,391 505,391 00000000000000000030029aa22bfd9b20265e965f8cb3563f4b0e66a7e862e6 1.01 MB 742 114
505,390 505,390 0000000000000000007831cf9b40219d534386e7a52ca77c1d6991ac40eadfe1 1.03 MB 1,010 139
505,389 505,389 00000000000000000032fb82394b9b920a0216018a0ba59f1d9ac349a079613b 1.05 MB 1,234 148
505,388 505,388 0000000000000000006df1cdd2ed56858ff2e5f94de395f03abfcd8b137dda9a 1.07 MB 1,099 187
505,387 505,387 00000000000000000037c3486b19e19ea44920ff181b0bd3ae0b1f179f90034d 1.06 MB 1,850 202
505,386 505,386 0000000000000000005c25bc4a5d656a87d4ea3f95382657f96e23f42a959ebc 1.03 MB 882 120
505,385 505,385 0000000000000000003f6be1701f6deda3358fd470ec7168ca572f4e3f8ca164 1.06 MB 1,253 216
505,384 505,384 00000000000000000012ca39b7c26597d25c6c4c10efdd56c75e4587fc62df57 1.03 MB 1,038 208
505,383 505,383 0000000000000000001ab460391b573e2eec09489ee2d96d8c12ca54e7416637 1.01 MB 376 159
505,382 505,382 000000000000000000039e8e30d51aa89b5e1cf0b4caec9fbf2f5ff407e77cf8 1.01 MB 555 150
505,381 505,381 00000000000000000063cb3b0a03eeb049ae047797728a6efe501666386e8ffe 1.00 MB 409 130
505,380 505,380 00000000000000000041db8cffc6914b351a0d7155a1a265935903b838efb9b4 1.07 MB 1,585 262
505,379 505,379 0000000000000000004d85cdc88006a4703387a94167e2c2010a3a4c1747a9d0 1.04 MB 1,174 219
505,378 505,378 0000000000000000004f1b9575b8ed91f921a377121d27dada05ada17fbe3578 1.04 MB 882 169
505,377 505,377 0000000000000000001d080d594e63609fbdd229ea81dd5a20aec207c600c21c 1.04 MB 1,123 226
505,376 505,376 00000000000000000063c3558ce78c63a6ffa7f12bdb5d57641d0b060f4a4a23 1.03 MB 1,524 250
505,375 505,375 00000000000000000035c19c45287c8d56c4ea3590f61e778c187a87f279c1f0 1.02 MB 1,184 259
505,374 505,374 000000000000000000212ddfa977650c66cbcedee94d8a532d9964f67faa5d92 1.08 MB 2,250 377
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.