Memory Pool Memory Pool Refreshing

826 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 802 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (179,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,745 728,745 0000000000000000000450fa47312c20102ee7f1ecb98d2688a6f06adc056717 0.85 MB 1,478 9
728,744 728,744 000000000000000000087b0b97e48d274d268954ce933cf1c3b14221e3294fcc 0.30 MB 295 4
728,743 728,743 000000000000000000067b27f5b297798439715e4550e94f6c8a7998376b458a 1.57 MB 2,050 8
728,742 728,742 000000000000000000080b5b403e15b003b4366596672477fd9b5f45d3fb6fb4 0.17 MB 308 10
728,741 728,741 00000000000000000005fe64754fcfd2088315960f37f46590f97a716bde9e6c 0.38 MB 623 9
728,740 728,740 00000000000000000006a347127ad5c71f3193fc5a5bcbddd267a13fee37ea50 0.36 MB 317 6
728,739 728,739 0000000000000000000650c99fdade08a931438ac4db7cab0539e117c03943ef 1.82 MB 1,530 2
728,738 728,738 000000000000000000035df76de0362d6de9cfcc3a66b2270fb0cdafad457709 1.31 MB 1,779 9
728,737 728,737 00000000000000000003d976b9cdec4de141dd64ff5a6cc56abd57ce4677178a 1.42 MB 2,565 13
728,736 728,736 00000000000000000007635513b97862fd547c452927f4b8045056eb23c47d14 1.14 MB 1,808 9
728,735 728,735 00000000000000000009fe83b4be63243e86630de5f0175d0d1dc7617e8a44b6 1.30 MB 2,211 8
728,734 728,734 00000000000000000001df9960424be93ae7a36d516178e3290a0d0ae1a8c954 0.45 MB 826 8
728,733 728,733 000000000000000000020615b8b68cd35bd7b70422874625f491037f96f2436e 0.70 MB 1,205 12
728,732 728,732 00000000000000000004023a0a4f073defef2d815e762d6c5bb0bf4bff79ae01 0.01 MB 41 6
728,731 728,731 000000000000000000097f2906ddd17fb2aa8100eb95ab1f2d6b3439419167c8 0.23 MB 379 8
728,730 728,730 000000000000000000066fcbffb060c006fa78f36fb18a80344f14627ee845c6 0.86 MB 668 7
728,729 728,729 000000000000000000025b4b510da6f4c3e3f5d053600523dfe3efe15ffe213e 1.35 MB 2,327 8
728,728 728,728 00000000000000000005694bc3bb2b24a4c8c15ac9032258c28c5deeb09284a3 1.44 MB 2,609 10
728,727 728,727 00000000000000000008e4f77a6807b18932b5b72eeb58aa9e95f035420da3e1 0.21 MB 397 8
728,726 728,726 0000000000000000000375505538498db581b7edff3dddb90c5a53e77fbf3481 0.64 MB 165 2
728,725 728,725 000000000000000000004ea580e8d3764f348bcd5783d76dd8e31bfcf4c298db 1.63 MB 1,675 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.