Memory Pool Memory Pool Refreshing

784 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (578,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,179 329,179 00000000000000001b021b4ec8ecf0cfd9bbc0987f21da82a0e826fde8f47e98 0.28 MB 716 38
329,178 329,178 000000000000000007b68475ad033102a01484b152e7f4bc147ffffc7e851ac7 0.11 MB 201 24
329,177 329,177 00000000000000000ff641ef8339902a8fdad78b43268cc64d61818c4d50298b 0.32 MB 681 26
329,176 329,176 000000000000000000d19325d40f8bbb7f316fdc112bbde78e17e41a1779b61c 0.22 MB 397 25
329,175 329,175 000000000000000009b1d2fdf819f6cb362eabcb747326f92db329122afec1e4 0.11 MB 245 28
329,174 329,174 0000000000000000075eb05f53be9e187c840bf2447ba5daa6944e0361ecf3c5 0.24 MB 496 32
329,173 329,173 000000000000000010988ce799dbe865f42ea4b5c7ced5433cdea1f07fdc5ef9 0.32 MB 614 30
329,172 329,172 0000000000000000136f33ea79da8a9ee1ff4855c19202e6aa67316124722cd7 0.27 MB 494 26
329,171 329,171 0000000000000000060d3f7a551156fa6486d95e2b800ad98ca5744b733b73c6 0.02 MB 64 17
329,170 329,170 00000000000000000307245542bd00a27937ad9b0f1977976f2af3d11e25481b 0.40 MB 613 25
329,169 329,169 000000000000000013de0c99e5e92b9f653d42015184e226d2766fc333a6f0b4 0.47 MB 604 16
329,168 329,168 000000000000000014a639d87e8bbc1745b4910132904e5ce6c4748717110065 0.75 MB 1,708 32
329,167 329,167 00000000000000001569df01e3e4e6e3c44ee8e570d185bb19151e7d8de0e37f 0.33 MB 651 28
329,166 329,166 000000000000000006fd5cf4c9b1a8517d2b797f2c4f009fba564a129ec400d6 0.06 MB 122 28
329,165 329,165 000000000000000006943a088f11dd2b8c34ceb35e641b7029cab07366109f01 0.15 MB 234 22
329,164 329,164 00000000000000001b3b49ff15ae5239b23edb63a050e8dcb37d86a8eec275c6 0.56 MB 1,049 27
329,163 329,163 00000000000000000d93b116c84263869f36d5fd9bb9569f93223bb35f78dc09 0.59 MB 1,040 26
329,162 329,162 00000000000000001b421bef9cc4f72a41c57b58222dfa2b54cc6a0903e89632 0.28 MB 365 17
329,161 329,161 0000000000000000094c2b3b702b870d5d3cb13bc4a503070c71713c43ce5cdf 0.21 MB 558 58
329,160 329,160 00000000000000000dd4b5ac3d966ccb3447fcc5a26be770c47acc172bcc6326 0.03 MB 69 28
329,159 329,159 0000000000000000040a01707cea4602f414c6a405db740ad98155b1c61b1f36 0.15 MB 209 24
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.78 GB sent, 93.47 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.