Memory Pool Memory Pool Refreshing

3,129 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,174 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (416,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
491,478 491,478 00000000000000000041d371724cd12d804c33a2bb34f8509f7f139002b7ebf9 1.00 MB 2,441 160
491,477 491,477 000000000000000000c386e19252aa3ce735e72c158f838eedffd150c4440e5e 1.06 MB 2,736 136
491,476 491,476 00000000000000000008f60f5937fb1b4e448ec9c381d38d66cb526bdacbeb27 1.04 MB 2,115 207
491,475 491,475 0000000000000000000e5a7e52ba885dfaed5682742d6952c4c4884ef30b1c82 1.06 MB 2,267 105
491,474 491,474 000000000000000000e9a599214857c20638d6c8b1433a3d0f6b4cc71c8f456e 1.04 MB 2,037 149
491,473 491,473 00000000000000000050a730297ff9f46723110b7d12df02d7cfd87a47cba3fd 1.03 MB 1,777 129
491,472 491,472 00000000000000000085090cb7a4a199b16ff43762ceca48f99c1b10bf4a4638 1.06 MB 2,375 166
491,471 491,471 000000000000000000ab27dab9ab282c7d9ab14e3559ebbf21ffba9043c2fcc7 1.05 MB 2,661 160
491,470 491,470 00000000000000000002888174fa5f9bfaca2d6badb9239acb2f193e2ce862cb 1.12 MB 2,228 92
491,469 491,469 0000000000000000009178df7a73c8bdf58933e9e69324f39ade06367cacb39d 1.08 MB 1,741 27
491,468 491,468 0000000000000000001004ee9cd0f053891a09c0229a2d752f4f37d433e8c173 1.05 MB 1,387 32
491,467 491,467 00000000000000000009fb44cb39fd9a051b30d8db7e5e1ac7245e5491cdd269 1.04 MB 1,871 99
491,466 491,466 000000000000000000a4ac5a3c1c0a96e880c6f6ec5f68d284ad9dcc543c022c 1.00 MB 1,685 71
491,465 491,465 0000000000000000003bf8b86a1238d87946e41da066bcafad9a3d93c65dac31 1.05 MB 2,032 35
491,464 491,464 000000000000000000744807b0696371c148e33fc2b26d8bd1d4de304eda4681 1.05 MB 1,847 114
491,463 491,463 0000000000000000004b7098a4087dbdd8760bdb90bfcc342e3a32412a4e1c91 1.04 MB 1,706 133
491,462 491,462 000000000000000000a720724af8c675e7b23edbc5d96ec046a0674515c50c9a 1.00 MB 2,109 140
491,461 491,461 0000000000000000003f5452ac77e0459c2fc2613448cf496be987542d2333c6 1.00 MB 1,892 135
491,460 491,460 000000000000000000e11768b8d90e9ebf3f3a17226025980fc4d99c98d0a0e5 1.04 MB 1,704 173
491,459 491,459 0000000000000000007246a2f8460fa1740cdca38be2c1857340d8638b4bff48 1.03 MB 1,733 163
491,458 491,458 0000000000000000004eb57535f0d8c1d6b484ebe45ee839afba362456c06055 1.06 MB 1,861 75
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.