Memory Pool Memory Pool Refreshing

3,006 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (638,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,696 269,696 000000000000000091219e42796301b77a5fcd0b4ef0ec80c92a3ea33a9c6873 0.05 MB 87 61
269,695 269,695 0000000000000001462b13186c0134a63c9419b88bc20f63b14ca0c37f403f66 0.15 MB 293 36
269,694 269,694 0000000000000001fe28061cdcc27e82ac0bc8aa170698246172c9b57adbf58c 0.42 MB 836 49
269,693 269,693 0000000000000000eccae3f6a5fb31b62798e7627f5ac01f4a6ed22c89cd1851 0.23 MB 752 294
269,692 269,692 0000000000000003286f0031997bf6ed770a71eebba7f9b4e107b3275ab55ac5 0.25 MB 644 84
269,691 269,691 00000000000000063e8ab5a82ddcf8f15a5f982f1aec702c270005847cfafaf8 0.01 MB 23 31
269,690 269,690 0000000000000006d0617ef9e24325b5dc8b37b73411ce8c22c0753afafd3dee 0.25 MB 494 55
269,689 269,689 0000000000000004e8fb483a1f39c80f022b9cf7474d22355e6081abe6b1282a 0.18 MB 182 16
269,688 269,688 000000000000000619f09b8ae7fde1a1d8aaa93f87d574f6e9d6b9a7f5d4cc99 0.25 MB 772 123
269,687 269,687 0000000000000001e653a1d2949c35baa89348cf86f972b51a0aeeb1b5665cc4 0.15 MB 134 18
269,686 269,686 0000000000000002304bbc6d97e6185f6cb73939b47e973ef72a0c3f50161c41 0.25 MB 534 46
269,685 269,685 00000000000000080e243140c845c596a1b8182692a52b2a88e4998dff8174de 0.25 MB 448 57
269,684 269,684 000000000000000520f958868d2bca066a9f87c345b9ed41d0459ebc87dcfe2e 0.02 MB 47 60
269,683 269,683 0000000000000004e389a8aac16ae2c53131e1913b6e33002cf1526748581f6e 0.05 MB 94 43
269,682 269,682 00000000000000079c4798b9298b545bc4de82315f91db9dec2be32ddf2f386c 0.15 MB 306 35
269,681 269,681 0000000000000003ae3e330fab0c3a1801e925328e7136b8c1821aab8930c38d 0.19 MB 431 43
269,680 269,680 000000000000000082fd103ad8ab16f13652e52d4311baa35f09df80efc993db 0.15 MB 267 24
269,679 269,679 000000000000000326db54401b966803b0915f521dcd2544115965798b630e87 0.23 MB 433 47
269,678 269,678 000000000000000133e77daa6ecbd5532f63f26c28d7b211dc57cdcb44b2a432 0.25 MB 445 23
269,677 269,677 00000000000000016ca6fc96b11da8528b7807eb1ca98163acc20c621681b087 0.25 MB 634 82
269,676 269,676 0000000000000001c7ea09f6ed1b7b157e2a0a4a3a0a2f30ea61bf1569f8b237 0.00 MB 16 107
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.