Memory Pool Memory Pool Refreshing

5,784 transactions
1.89 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,752 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (653,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,758 254,758 0000000000000011b0fc4763eb6d8e69e4bc1cdc59370d849ad6c368fb0e43f2 0.06 MB 122 83
254,757 254,757 0000000000000020d013ef319ea878649a671beda04596316512e3d70eee8fef 0.14 MB 241 86
254,756 254,756 0000000000000002ff2bc497bcb330ba0cca9b2121ad98703ec27b4baaf28d74 0.10 MB 234 101
254,755 254,755 0000000000000011aed14421280adfac98dceef3fac4c02d9dca540841c58dbb 0.01 MB 17 148
254,754 254,754 000000000000002970db1020ddee251b3ff635c8a418950081cc009870f4e2cb 0.05 MB 113 83
254,753 254,753 0000000000000036c840c89855b8e2402499f6adab8c2fe0a7ff8bb97961566b 0.14 MB 280 54
254,752 254,752 00000000000000155c1f51aff34e955459846697c332135d76fb3fb878bcd955 0.25 MB 697 131
254,751 254,751 00000000000000004146d239071b636b1addcb1bdaf99386b57dc1d4f7c68c86 0.02 MB 52 73
254,750 254,750 000000000000002c872b415ff2a9ed8831b0a050bfaa85d8604c57044727fde7 0.09 MB 120 39
254,749 254,749 00000000000000003078004a663de068b4bef6a6c10af7d3f529c8cf5cfde7cb 0.11 MB 260 104
254,748 254,748 000000000000002173d450c5aadf571a37fc36f1be7353c705d4908eabd777f5 0.25 MB 641 94
254,747 254,747 00000000000000411dfa6f677244aa41c5fa8348a4621ba6e70d32c63289c122 0.17 MB 502 112
254,746 254,746 00000000000000098281162f58463f1d4a652c0f5a9825ce4e26b624b944a09e 0.18 MB 300 42
254,745 254,745 000000000000003e292f1781c7a072ab40be1275d79f4a5e884cb582a4175dca 0.25 MB 731 130
254,744 254,744 00000000000000170fe4f7c561374fdbd41d88ce2f4bfa04c8b234ec9fd9ab2f 0.25 MB 676 109
254,743 254,743 0000000000000040bb340294b2a577ee7cb7e3063015e5f28dc0e4a63440610d 0.07 MB 144 92
254,742 254,742 0000000000000025d9b156460d49490b850dc59eeb1213c7cb21eab20f0284b7 0.04 MB 104 109
254,741 254,741 000000000000000fe3c95552e253cf9ca8917e28fb22b9c27e9a11237ed978b1 0.03 MB 56 85
254,740 254,740 0000000000000037d2b2915a048fc4e20726e059baa5a317f109af5f01ca28f5 0.20 MB 506 143
254,739 254,739 00000000000000287a90a483f2949e802571d60ab998ca754620dc9b7c72e523 0.08 MB 176 147
254,738 254,738 0000000000000000193f0908548ed5a36237a0a6f9fa480d79d107d31eb329d2 0.06 MB 144 129
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.29 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.