Memory Pool Memory Pool Refreshing

7,941 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (708,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,467 199,467 000000000000037169b517c83453d3f364e324abe0613961430254a5e44eeb78 0.06 MB 167 149
199,466 199,466 0000000000000334d76890566f7773cf1f0348992b32ee2e6bca3ca395f4bf14 0.09 MB 205 249
199,465 199,465 0000000000000173b177171a652074b2ffb9d1df5221c6d33539113a836a2d83 0.05 MB 106 115
199,464 199,464 00000000000001af07240240994e4dabf9856cfc25c7bc6bd72bbb0c9193d19f 0.00 MB 1 0
199,463 199,463 00000000000000aa92f7967be5852aa1dca69f2666b641b6e008b1d82eed6ed5 0.03 MB 72 76
199,462 199,462 000000000000061e6921ca11738c0d17dd3dd153942475e3110c4100abac8ab0 0.17 MB 277 98
199,461 199,461 00000000000001288f4df0a90c30802165f186e682da8de11f1433b9132d2deb 0.24 MB 584 164
199,460 199,460 0000000000000638e354f4101de13879629d5d221569bf52cefa979b1bf6b1aa 0.00 MB 9 455
199,459 199,459 000000000000024764123d954f807df32f889b1770089c4b765a39568f8deb13 0.06 MB 168 137
199,458 199,458 0000000000000370095359f0a89ffd2890f313d7a555ca6366f66aeed61554c3 0.00 MB 11 0
199,457 199,457 000000000000053ec8a12450c82662b3e06cd4eec785d5e97118f50400b2cb6a 0.04 MB 93 103
199,456 199,456 00000000000002255be9c92fc8444f7e3c7066274b692ce4cb46d3aa777275da 0.16 MB 366 103
199,455 199,455 00000000000005ccd110a4d29552ce81e714ee669b6846d40e34c337742bc5f1 0.36 MB 713 112
199,454 199,454 00000000000001fb8ab724b185c1d4f8773724036c5693c00d72fe06e75ab62e 0.04 MB 106 123
199,453 199,453 00000000000002e5d6026293c3d20b66f26e4bc9bea310021c27a4a4741bed4d 0.08 MB 158 108
199,452 199,452 0000000000000606f079914fafc194f3fee2aee544705a9f4e046e79ac855ed8 0.19 MB 467 150
199,451 199,451 00000000000000d5380d00ef12114ca35c8f45388032aaf62795c408c0eaf0a5 0.01 MB 32 0
199,450 199,450 000000000000032fb4e349b7fb54ccd6c287485a9d4f3567b525453a175872ed 0.04 MB 95 1,427
199,449 199,449 00000000000000ae0a51ab7e1f35d2997cba3d672040af8087718ebf786b2910 0.13 MB 109 81
199,448 199,448 000000000000062160027cc6abba3cceac4b8fe4d684bbd9015aa2f567e7b421 0.16 MB 447 144
199,447 199,447 00000000000004623bcee47cabc1a6f7a92b742acfd81786ed70c23082087fa5 0.47 MB 1,061 219
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.