Memory Pool Memory Pool Refreshing

1,283 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.69 vMB 1,267 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (679,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,643 228,643 00000000000000c6d39f0b7e7be10d1bccbb2051160ae08810ca3474fac7a334 0.48 MB 638 137
228,642 228,642 000000000000022f51d8a8d2b0a0b4e2d5f892f3b65c7d049f3a82d21ac0c773 0.25 MB 681 235
228,641 228,641 00000000000000c32ca98906f8982d7807257ebc046ecde334dd8b31ae7e6d37 0.35 MB 546 135
228,640 228,640 000000000000015491e950b71e40932a4dbc3a17c37d97b49c7d3a2315cd58a3 0.47 MB 1,285 219
228,639 228,639 00000000000001651e7ba8cfd8384770afde25d278988d4f20fdec79b6534ca8 0.00 MB 6 5,882
228,638 228,638 000000000000000a69c68e7faf74c9ae22f9ae7b5e78cd90ebacff45387380cd 0.25 MB 213 52
228,637 228,637 00000000000001302e068bbf6d8a9097506f5395ffd695b9bd1e9f4dcd5a6e58 0.47 MB 928 157
228,636 228,636 00000000000001fda1562ef010d57b553f508ee18f35d09d1e964fb978f7f429 0.25 MB 543 172
228,635 228,635 0000000000000164145ec43f6c500096862057fa54ba387a1ef2bdf45b358229 0.25 MB 797 238
228,634 228,634 00000000000001a1926abca7ae9b4e570c0ed8448d76f3ba0a08af66ec1fc886 0.06 MB 182 18
228,633 228,633 000000000000003badbcaed1a120895cc02eacf2d7393901477bc00e9120ce1a 0.23 MB 553 185
228,632 228,632 00000000000002651c3b1c471fc044b9f68a9bd7bd86a13341c8b37e30e0b37a 0.00 MB 5 0
228,631 228,631 0000000000000219e3b57f161e452f48d3c3fb03ede57ab96ec8b6c90d99b72b 0.41 MB 1,055 187
228,630 228,630 000000000000003bdacc42b11b4a8c47cf0b4560c77cc63b2bbe88299c77b0fa 0.14 MB 303 132
228,629 228,629 00000000000001192a33f487720c01477b41da3712c710cc5aa183b8de0d3482 0.11 MB 271 181
228,628 228,628 000000000000008db609cac01201eb1e9c4a38c6da9846b28bce0df2efdd81b3 0.13 MB 280 163
228,627 228,627 000000000000022c35a625928e00bc6809f63f9f37cd6c8dfab4a65c13171f1c 0.20 MB 373 165
228,626 228,626 00000000000000ef5e937561e8714fd7a320d39f78bc9a7c33aec08a9c63b7b0 0.07 MB 101 128
228,625 228,625 00000000000002540d2f4e7540e02202b8c04bdea31fd86455824df50218bc17 0.18 MB 511 241
228,624 228,624 000000000000015db748d8a24b6d0ea8686eeb90a8232c26c53d15d306ff2a65 0.14 MB 110 45
228,623 228,623 0000000000000180ea981059212f469f07a1dbbc4ccd019c7de6e21cbb08c81b 0.20 MB 348 117
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.