Memory Pool Memory Pool Refreshing

357 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (847,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,702 60,702 000000000a5adf5ac77ec2ef7e3b5d8c1ebbf9252b1a6a837094512fff70e27c 0.00 MB 1 0
60,701 60,701 0000000007b6f07ae71e0203797f622ce7ea46b3e2cd2f08ec91520d15b9adca 0.00 MB 2 0
60,700 60,700 000000000c69ec0ea78ca77169fba57ad133a89fb703cd85599290ff17202285 0.00 MB 1 0
60,699 60,699 0000000002c16151b988d36fe6599c54e8438c81a75ed3708cc4cf4ace25cddc 0.00 MB 1 0
60,698 60,698 0000000009f0c9a8042c937f202bfb631d6d50e07e75a94ac611b4af2f552c8b 0.00 MB 1 0
60,697 60,697 00000000041bcc1d5907c3b6c296ba120ec09edc5bf08318441f5ec4cc7f8c32 0.00 MB 1 0
60,696 60,696 0000000002d55630d41da06be902bb33ea6ae05fb0b9f65852ff74d4991fef11 0.00 MB 1 0
60,695 60,695 000000000acb77fad24e81af8d9a5327cd64752decc819135b084e0f84346b82 0.00 MB 1 0
60,694 60,694 0000000000d9cfe9c11c446d46bfd96db386e92f5c80100f108f877a75e95785 0.00 MB 1 0
60,693 60,693 00000000087a27f86ec48fa3a54273e1aef268cbaf2c036fc3a6e51ebecac9d5 0.00 MB 2 0
60,692 60,692 00000000004184f045d317af42bd2846e8e834e5d7d714dc9ff899293905f68b 0.00 MB 1 0
60,691 60,691 000000000a58d7bbb1c07ba49380a08fcfd1cdf9de0934ae8ff3e1c96c339524 0.00 MB 1 0
60,690 60,690 000000000809d78a0dbd493f2339d423bf86546bf9d3da72b834894b69f59403 0.00 MB 1 0
60,689 60,689 00000000018d83b41f336630650b977a58c767fa19f67da5e51a51fe6455fcb5 0.00 MB 1 0
60,688 60,688 000000000168d88c035205a0bf0d95b82969872a989b556caa3e53022ad9f3b1 0.00 MB 1 0
60,687 60,687 00000000036aa6338e06cdbd58cd34a02304363cb459b5271d46cd84a38a9389 0.00 MB 1 0
60,686 60,686 0000000006d1ce6cf1adbb28aeed41bf8d7e6667a5116bf3139e20ed8ee1472e 0.00 MB 1 0
60,685 60,685 0000000005f3b82cc3a5b5f2a9d0b5b7a60b8f37cecaf7b6a628dc3596d26ae4 0.00 MB 1 0
60,684 60,684 000000000533a42a09c76dc94be8b19452f97217ed718f35804644f685d74db2 0.00 MB 1 0
60,683 60,683 00000000079481dd44a808092923cd7de8e1c505224d8f4ef1a8811b91322e64 0.00 MB 1 0
60,682 60,682 0000000005e8a4221b8f55977be74b1437b2c0635c908f52d3b6b530ff2af793 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.77 GB sent, 101.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.