Memory Pool Memory Pool Refreshing

3,398 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,940 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,856 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,939 (213,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,571 694,571 000000000000000000105b8c3cbd1aa80d9c156654f330c64ab03aa283033909 0.55 MB 572 9
694,570 694,570 0000000000000000000eed41cc3cf1b3ec5e7942b3b41b3f5b76d77801554561 0.68 MB 1,308 22
694,569 694,569 0000000000000000001069151551c4af33851476f838d75a49c1230f0558ced4 0.62 MB 814 10
694,568 694,568 000000000000000000051a9437796f9728330413131efbe37e2c481df91d0bb6 1.48 MB 2,103 12
694,567 694,567 0000000000000000000570eba268703714c5fc6f70d173b2919489c6c3c49528 0.13 MB 185 8
694,566 694,566 00000000000000000009d11256a06fe06b8ebdf6b8ed56f1fcae3afc300fa0dc 0.36 MB 755 11
694,565 694,565 00000000000000000006ad8ac91be1792af31a50f1a095f5eec467b614414f89 0.33 MB 558 11
694,564 694,564 000000000000000000104044f01cb3fb1e72d6ab67847ff3a2fc69d51d4805a4 0.65 MB 933 14
694,563 694,563 000000000000000000002e5dbd4eff3647890fa2be6f9854581abf4e243b83b9 0.29 MB 492 10
694,562 694,562 00000000000000000005c99f0ea7723ae0b0fd08693da7eb8cf234e6c36d82fa 0.98 MB 1,797 13
694,561 694,561 00000000000000000003d63a8aac35ca4631a643486e99b368168f954915c69b 0.80 MB 608 5
694,560 694,560 00000000000000000000d24626e4d3624d96e79d1a2729857a4ba5f2dde084c0 0.87 MB 1,253 11
694,559 694,559 0000000000000000000fd34396f97b692a645ed86f965a7fe99ed60f59559c62 0.18 MB 354 15
694,558 694,558 0000000000000000000f28a3a8029930c92e913b398eba15860cce7afe67ac1b 0.53 MB 970 15
694,557 694,557 00000000000000000006cb8d07ecaabe021d401ab6ff058506bbe67865280612 0.72 MB 1,405 12
694,556 694,556 000000000000000000036ce64073906b59bbde05b8c13697bbffb21ace84084f 0.19 MB 426 10
694,555 694,555 0000000000000000000da6f20d2f91542860d9703672eae8f14a94d470f06892 1.50 MB 2,500 12
694,554 694,554 0000000000000000000d934d5619839be2bd336d04c2bf76317959746acacd04 1.50 MB 2,890 17
694,553 694,553 000000000000000000123b7b1312e235ff4bfbe9525857822ec3aedd5745938d 0.14 MB 295 14
694,552 694,552 0000000000000000000efaa8b8316edddb55479980ca55a556d5bf83104c3d8b 1.33 MB 1,732 9
694,551 694,551 0000000000000000000edeac811e2f905e9bcf34b0bbb350c6e0b54ac543d4c6 0.97 MB 1,774 12
Previous 10 blocks ↓
Total Size: 769.43 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,645.55 GB sent, 95.10 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.