Memory Pool Memory Pool Refreshing

9,069 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,405 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (472,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,474 435,474 000000000000000000b2246807c5526ad6aa5b0f5fc8a63fb480707f6ea29b48 1.00 MB 2,037 54
435,473 435,473 0000000000000000007cdb9d8cd3cc05a59f64f60cf59f1ef72bc580f56749c9 1.00 MB 2,705 54
435,472 435,472 00000000000000000148a028ad595a37ba8203b058d28b4396b24a4eadaaaa7d 1.00 MB 1,718 80
435,471 435,471 000000000000000001dbc58febc736e54b1ae4bb7a8055d5adf7f572f5bd2b7b 1.00 MB 2,276 61
435,470 435,470 00000000000000000095422f14e59d1682a4576beac66dab311e1dc0a99442d2 1.00 MB 1,399 78
435,469 435,469 000000000000000003d6523466d4f5870e8ef1754ac91d41dea1d4ab5811ac24 1.00 MB 1,820 68
435,468 435,468 0000000000000000008580026df7bc048aafc6a0a05805bdcbaeb278d88d9e9d 1.00 MB 521 71
435,467 435,467 000000000000000003c4d5425244077cc2f436defad97b12656688d95600755d 1.00 MB 645 70
435,466 435,466 000000000000000002b798c19fe76cc580495e0d3d1e678f4f31bd4e8ef11679 1.00 MB 2,449 103
435,465 435,465 000000000000000003272c8dd7f474ca36cba4930fcec41253b69bd8ea7ba7b6 0.99 MB 1,411 42
435,464 435,464 000000000000000001e8145c94de96c76d02cc7fb3806410ebf1587a31177234 1.00 MB 1,669 33
435,463 435,463 000000000000000001d9e6e6d0c9ca8e586a59af9d549bf2c30012ab490fa4ed 1.00 MB 2,051 51
435,462 435,462 000000000000000002ed0dd85b2e14e3b11905d4ceeaa6aede179bd23f1c3737 1.00 MB 1,674 62
435,461 435,461 0000000000000000004452705b5df0bfa9101b674d471cf73d7833bf9bce181a 1.00 MB 1,543 66
435,460 435,460 00000000000000000170fb44d2f060c3c5dac73ad594c7b7c78be20123ebb7c5 1.00 MB 2,726 60
435,459 435,459 000000000000000000ccfe8bd39d0619caecf8784495658fc3a35b049d90f4eb 1.00 MB 1,522 60
435,458 435,458 000000000000000000e17738f5eab42416b6fd962a4a033482ad636c8749e9fa 1.00 MB 1,501 64
435,457 435,457 0000000000000000029aef5a996b305611ad83446ca9fbf98abc27fc6063ad02 1.00 MB 765 74
435,456 435,456 00000000000000000082ed5c599748dbaf59b084445c3f0c107fef194fe9009b 0.75 MB 1,861 100
435,455 435,455 0000000000000000027fd968d41741f31c73c4a3b304472da0165245278e2ea3 1.00 MB 2,005 80
435,454 435,454 000000000000000001bb9b02d600930740604485f9a8a880477ac1c42414ec5f 0.21 MB 416 54
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.