Memory Pool Memory Pool Refreshing

6,876 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (725,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,396 182,396 0000000000000229fc5345d0f5033e20cd3b965d6ce255c81d5de733a6c7b7fa 0.25 MB 379 98
182,395 182,395 0000000000000a725b114db472f8264ba67b12871cd3898ea74c59e1fea2828a 0.05 MB 113 221
182,394 182,394 00000000000005d70553d734351185d377341e631f4c40cf73aa3c1d99badb5f 0.03 MB 69 1
182,393 182,393 00000000000008aa745f02cf4891c6c3237519d63a055548da30635174ef9566 0.25 MB 561 141
182,392 182,392 00000000000006d06d671601f478b1911f972574518ee380ef4434b4c9636b82 0.05 MB 123 3
182,391 182,391 00000000000007eae1f67355fe6633265b0bfa3f27588e7233945319049ed5b1 0.25 MB 373 124
182,390 182,390 000000000000021429a874ef17e1e82e5994b4073d966eee5087e62dc125e7e2 0.03 MB 49 547
182,389 182,389 00000000000000d0118c6f568b8b42def00dccf2855930703966dd1f4bf3419b 0.05 MB 94 72
182,388 182,388 00000000000006ed9dd66d40a118099a53cb8d46dbdcf519044d00ff13d18f7b 0.23 MB 482 162
182,387 182,387 00000000000001eb8d6c73a9daa293c269cadabb372a7863efc9e54313809748 0.10 MB 227 111
182,386 182,386 00000000000000e271817311c4464f75ed61cd8d37a9a92aef767464d467fbe5 0.03 MB 103 55
182,385 182,385 00000000000000ddad715f2be40f56f2867f9774ea91bde9acd08c4b4bb24154 0.01 MB 26 82
182,384 182,384 000000000000033a4165d514d8137875482e5e6a1b9cf981d576dc44fa30eff5 0.12 MB 306 127
182,383 182,383 00000000000006d315bea2ac6283be2ab09a2315344c2c279626329b83d20ca7 0.05 MB 120 190
182,382 182,382 00000000000000bd998d22009e8e71b733b29a76e19e02c6f02df411d9a1363e 0.04 MB 110 111
182,381 182,381 00000000000005afb7f47fdf7508b2c0a2b2a2b9aaad66d990421bc382411b69 0.04 MB 105 107
182,380 182,380 00000000000006d70b019e7ceb9d8d6b0c93d9555de4b42669fdeb43f8d42290 0.03 MB 73 292
182,379 182,379 000000000000021e2fb3febee36f34093e04b92c33d269b6318a410268ffec0b 0.04 MB 115 85
182,378 182,378 00000000000003f6674d5180dbdbf8d706d6f9fcb86181e1dae0f7f636141837 0.02 MB 52 93
182,377 182,377 00000000000006a5ef7eb34271d8a73fe6554df84bd90f1f33052b7676fae322 0.04 MB 62 86
182,376 182,376 00000000000001e9351b05c4aed1127b7cb6d0c5d7ddb57588c4dbbbe7475e0c 0.07 MB 182 114
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,616.51 GB sent, 92.74 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.