Memory Pool Memory Pool Refreshing

5,571 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (32,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,705 875,705 00000000000000000001deecc20e312a1388277a1a9954ddce510c787e282ca0 1.62 MB 2,256 15
875,704 875,704 0000000000000000000120ead81f4c92eb62cc24de834e25b1ba839429e41138 1.51 MB 2,022 8
875,703 875,703 0000000000000000000025a5c80d9e13e5f97955f11f1a77f0e7f34fca7e6cc7 1.33 MB 1,423 4
875,702 875,702 000000000000000000011efb9eee1ef6ba43b021ac508d4de288fc344facb10f 1.59 MB 1,521 5
875,701 875,701 0000000000000000000271fc7b465bff9a7836456bbecab960ce8382c67a028f 1.49 MB 3,243 12
875,700 875,700 0000000000000000000062f9643a82f8c1a9994f4a8321c7ebf3874b4594629d 1.57 MB 2,505 8
875,699 875,699 00000000000000000001572faae71a9aa18659c7a4445c6fb1e1ae8925f6dfa6 1.67 MB 2,719 10
875,698 875,698 00000000000000000001d0768f1bb29348f09a4b98b62b2e90ae5f071beb7f01 1.94 MB 2,850 7
875,697 875,697 0000000000000000000000a60b0f6699b7091f524da143da7a69230797f6baa3 1.62 MB 2,587 12
875,696 875,696 000000000000000000016564bb1f6048a338bd96dec69e181bef19c9ff3abea1 1.23 MB 1,234 5
875,695 875,695 00000000000000000001e35f0612f45314eee6a8f72a644cfc256f2be8d2187c 1.66 MB 2,858 11
875,694 875,694 0000000000000000000116d7b4ec8c75831f5e83c4b03ea37c1f27d74a31308b 1.33 MB 2,464 19
875,693 875,693 00000000000000000001d393f89f051d799baf63b73b83ec55e2f363ee64cc2c 1.41 MB 899 5
875,692 875,692 000000000000000000007572893504100e3b71e4335f2983ec3ad6e3d7c9bacb 2.01 MB 2,242 6
875,691 875,691 0000000000000000000275797f23885ea288e4bbb52b5d80ecc83f1e9f4e3b55 1.72 MB 2,684 9
875,690 875,690 0000000000000000000263f2e9cb147c0b565ed04e1fff4f5937428d75d8639c 1.72 MB 2,768 8
875,689 875,689 00000000000000000000b368a4ee1d11e9b57b006b1f6648fe2a75de0a90a37d 2.09 MB 1,632 5
875,688 875,688 00000000000000000000f271f50f5be2a201fc33fc3108624f1b03b38c45e69a 2.09 MB 2,672 6
875,687 875,687 00000000000000000000930b27b249168bd165e230c7564d85181c8979ae48fa 2.00 MB 3,703 5
875,686 875,686 000000000000000000001bf9df5e812f414fec46a869991409d126c4f4859384 2.55 MB 1,905 5
875,685 875,685 00000000000000000000cf3b294d1142ee814e28aaacf2dc7b4c91f4997bb32b 1.25 MB 615 6
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.