Memory Pool Memory Pool Refreshing

3,598 transactions
1.09 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
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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,339 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (298,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,753 608,753 0000000000000000001176258fa0fc9d6d4b631c8e3094220aec4291d288ff73 1.01 MB 2,408 12
608,752 608,752 0000000000000000000e8201e06cd21a3e1765e6c25cc9d5f480030a456af0a6 1.26 MB 2,586 26
608,751 608,751 000000000000000000019bc64483f378b875d2f1ad677122d30ef07552a5296b 0.22 MB 632 21
608,750 608,750 000000000000000000152ae306ff4be275325857f45b21e480c439297aacc8ff 0.08 MB 270 21
608,749 608,749 00000000000000000015aa2bdf7921c745054ea243f0d0b8eb4a227f7a5fbf52 0.60 MB 1,523 21
608,748 608,748 00000000000000000001a5413ea27448cc46640b9f6ef46a25816915520fe975 0.80 MB 1,996 4
608,747 608,747 000000000000000000158019accf259cadec0e89b83604b62a4e55ec8fc1a9e8 1.21 MB 2,887 17
608,746 608,746 0000000000000000001290ac0e7799c57dbefbfc0ce8cc50a4f908c95d7dceb1 1.22 MB 2,268 16
608,745 608,745 0000000000000000000967bf345aed40498312176fb621093829cb69f939c85d 1.34 MB 3,497 30
608,744 608,744 00000000000000000014cec94893cccc5d84c5dfc7ff963bdae7d1b1c9b96dfd 1.32 MB 3,204 29
608,743 608,743 00000000000000000013c9326c28bd390c0b232911d14156e75e5e14278f150f 0.19 MB 447 24
608,742 608,742 00000000000000000013f79e0cf65d8b04dda0bbb9a36413bbdb1db7def91b34 0.04 MB 131 21
608,741 608,741 0000000000000000000443d1c4ae90b38e62a5e247751f6aeac266a251b96d38 0.21 MB 617 26
608,740 608,740 0000000000000000000c865b7cf533abaedec379dbf1c2217d20d6a055e9bf6f 0.94 MB 2,209 11
608,739 608,739 000000000000000000011bab5210b1547ba36eebb5f2ff616d8bc51b7bd470a5 1.18 MB 2,838 19
608,738 608,738 0000000000000000000cddcbeba92cc30d69e410b6c80d449f78b7239e8287e4 1.29 MB 3,110 27
608,737 608,737 0000000000000000000a7e6c521311d9cc9d8192d33296157000468d13a3472c 1.33 MB 2,659 23
608,736 608,736 00000000000000000001fa9e9a48cfd1ba9bdb9a468d73efcc28ebfc84dc060d 1.25 MB 2,934 39
608,735 608,735 0000000000000000000102223b59a9c5168064e34b7c74bdfcde0f50a684264c 0.99 MB 2,239 25
608,734 608,734 00000000000000000007b8462dd6390bb42207ba2920b13b4a64111e8b2b3e75 0.30 MB 727 22
608,733 608,733 0000000000000000000e5d76e57493bb9ca94c2ca5d4916de0c51149026f7147 0.51 MB 1,187 29
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.