Memory Pool Memory Pool Refreshing

19,047 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,149 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (665,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,248 242,248 0000000000000053abf7fc5d5fc8db54e0e541690403024384f0fa4d0ad6e3dd 0.04 MB 92 123
242,247 242,247 00000000000000a7f89fb7b4edbd98c049a55697962b8c7ff45a17e2693388e0 0.06 MB 130 162
242,246 242,246 000000000000003c51f83980fd9b537200ccb2c7d9c01737c6bf1049da385c0f 0.17 MB 391 137
242,245 242,245 000000000000003887d8b100f25a582d2583d43e7d17edca5b15e143de6d037f 0.07 MB 102 88
242,244 242,244 00000000000000aa5ac97f1eb48cea707f9d677aedc32223f245f87b871e5587 0.08 MB 176 103
242,243 242,243 00000000000000942f0d9a3b80fc258746fea68cf7bd8dff22898e605f94c854 0.14 MB 335 40
242,242 242,242 000000000000003f59cc09411b316e3dd5ae36ec9dc7b35a31e9fa17a6c09ef5 0.25 MB 584 138
242,241 242,241 0000000000000009c692850d231ce0a587e0b95b933d9a6e8f751ba56ca31dc1 0.25 MB 278 87
242,240 242,240 0000000000000062d05b90b0d4df5c8f37e6fafd78d25d6b01823f9117db9d21 0.25 MB 673 568
242,239 242,239 00000000000000cf53e5f0b96db75317be19aabda08c7405a209731a5336c43e 0.25 MB 658 270
242,238 242,238 00000000000000959a6eb24bc0291e385fbaabc374a5ac45f7936ae6a0eee1f8 0.25 MB 519 163
242,237 242,237 00000000000000179d4404ca13596a5f3487d3b6ea0afa55d7e2e69218cf2c01 0.25 MB 666 238
242,236 242,236 000000000000008fd7df97b37c9bc9d40e82545acdfeddcb1db7d5990f91152e 0.10 MB 227 148
242,235 242,235 00000000000000d62a9f38e37400a0445e58a2aaab1f0415fbc3535590ce0039 0.08 MB 181 177
242,234 242,234 000000000000002614e8bc3b76121af18384d9028b8a700b2f43ad2a08756013 0.06 MB 128 85
242,233 242,233 0000000000000099f704b69147dc34dcb883967da032290c2c2871c430964a66 0.08 MB 130 81
242,232 242,232 000000000000006411a837c980cbc1a752ab04e3fffb9f7d1f5579d41039b158 0.25 MB 590 175
242,231 242,231 00000000000000c8d5798d98d8a70278dfb5553dc5c5ced581cd52552c8d4367 0.25 MB 563 172
242,230 242,230 000000000000009deca327e7e8d286436ad6f32f568f4a248134b8cc3c09eeb7 0.13 MB 238 187
242,229 242,229 0000000000000093138562cbb741c07e738c1b58cbd2ba55e4ec1694b84bcbb2 0.16 MB 367 170
242,228 242,228 00000000000000c6c44c83b6be2393c4143b3458bdea803d1abc974810f8d111 0.17 MB 302 53
Previous 10 blocks ↓
Total Size: 769.02 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.43 GB sent, 92.99 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.