Memory Pool Memory Pool Refreshing

1,529 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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 0.52 vMB 1,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (858,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,060 49,060 0000000024f693f906a7f157760fefe3a18f0330c68bf2ef9fe8657484956e59 0.00 MB 1 0
49,059 49,059 0000000014e92b4a68594003923242cd739b26cc004509a4b05f25da94ff5ee0 0.00 MB 2 0
49,058 49,058 000000001f689e5a1c940689fa9e68753b05842d9f247d6b04cc61292b8bd29b 0.00 MB 1 0
49,057 49,057 0000000007111095f54fac340a75b6fc4b00510186805b509dd7a6b7a9f8496e 0.00 MB 1 0
49,056 49,056 000000002000c4d95ebece37d45924adec72388c3f681b4661bec164a58d7050 0.00 MB 1 0
49,055 49,055 000000001da031048fc2261d64159c3a00256e5ebe89c141d6f19ad2b08e9657 0.00 MB 1 0
49,054 49,054 0000000000e9696bd36bbe85a42cd0bfc5e62a3a720fe54e710cabaa3b297bde 0.00 MB 1 0
49,053 49,053 0000000029f80c8f040d19ce8c090dade22c663c49af6726e106d2a31229d2ac 0.00 MB 1 0
49,052 49,052 000000000d789604031eeff299e2c3fe9e0e19064d2692d82f6b5fe85dee9af8 0.00 MB 1 0
49,051 49,051 000000001ea42f5ef35f96f08ebd6abf2a80b21f59578342976c1e2639a8a6e9 0.00 MB 1 0
49,050 49,050 000000002568601bb63ed10a57eb739709e888d07c7d1edb2d681c1b00d6ac92 0.00 MB 2 0
49,049 49,049 0000000002b20e764c7362203119098eeda574f33d8e48dc9c4b2bfe4208a06f 0.00 MB 1 0
49,048 49,048 000000000b265163413a405a480331663c5cb13468757e9d14ba5945b061a259 0.00 MB 1 0
49,047 49,047 00000000251fb687b06effd1bf2e408297d8bf405a7f494037638d473859db44 0.00 MB 1 0
49,046 49,046 000000000bd764d1051fe82a1e30e7f1fd532c38c60d711928f5ff615ca40d82 0.00 MB 1 0
49,045 49,045 00000000211b1ff4376dc89521a59f259392f63994e979fe9d3172cfb4b8e0f8 0.00 MB 1 0
49,044 49,044 00000000133ad57e9096beb1daf61391cd98889acc6fa1a60628f63de4aefd35 0.00 MB 1 0
49,043 49,043 0000000000c916c659aaebc1b378704eed6c73e623768290b0c6e1260cb9c643 0.00 MB 1 0
49,042 49,042 0000000004554d3408b80b0ab330fc074d7e342afc01ba2a24032403b7b41d51 0.00 MB 2 0
49,041 49,041 000000001c4634bd60693d57fbcc71cfeb953f7b4a373da645fab5c26b03a587 0.00 MB 2 0
49,040 49,040 0000000008c8a3f9e05dbdb2e1d50520b81b911c5dd6770678dfa3fe470887ea 0.00 MB 1 0
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.39 GB sent, 93.42 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.