Memory Pool Memory Pool Refreshing

22,431 transactions
25.09 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,072 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,071 (641,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
220,235 220,235 000000000000023677355dc25416897a9ff2e2a82edc2b192dd5bf153d8f2de2 0.25 MB 447 131
220,234 220,234 000000000000019fa1389589e1aca2953293eabfb88788aafedfcdb5fb398f33 0.25 MB 742 218
220,233 220,233 00000000000002d4a03122f71626bb6b26b6a266c76008bf6b537286069120f2 0.07 MB 173 150
220,232 220,232 000000000000005653f9339ecd3fb38832296590e23c93dd94ae6e69f819a92a 0.13 MB 250 145
220,231 220,231 00000000000001c4fa8294f4143b27d6022c4915093410429c3569c0fe2e9c4e 0.25 MB 418 135
220,230 220,230 00000000000003dcec001e2069690ea852a92b2f08bcc9f276bc1da34658da26 0.09 MB 158 73
220,229 220,229 0000000000000099bf70a55ed1a6f67f5448db892de1989f68ff7123db23f0be 0.25 MB 506 170
220,228 220,228 00000000000003d526fc1c7960c92cbc29c69f9e19856e6bfc49d7e99a843db7 0.25 MB 733 254
220,227 220,227 000000000000021c0ec6ea7b6d43718d8b13480ab96a1d20f0facf3f0d7416bf 0.21 MB 376 134
220,226 220,226 00000000000001d0587a4cc0ddf1f1a54364e1e22e3f39817eb7089851e705f6 0.25 MB 696 242
220,225 220,225 00000000000004e0b72a2320efd21c329afbe25623c48fc22445e8c2407c8c5c 0.19 MB 372 174
220,224 220,224 000000000000045c348bab3f44d8f0986ae5d282f74f98eebe1f0fe2cae9bd11 0.05 MB 126 59
220,223 220,223 00000000000002e3840cbabebac424dd94aedf4886e7777e0317d121b104f6f2 0.25 MB 294 113
220,222 220,222 00000000000000ad1c45aaa125383711723451fb0d091f83d2de8fadfb06bf36 0.25 MB 660 230
220,221 220,221 00000000000000247a2d7e839d2db94b90a94aa7ba516daaeeed117e607675e7 0.00 MB 14 326
220,220 220,220 00000000000001039b0c14e6d9c92de9bf114cc905eeafcec1d213af0a340c2f 0.25 MB 630 207
220,219 220,219 00000000000002b4fdbfa5a5d9e28dd4261e0c0d4f3cce3e6698b579d38f378f 0.25 MB 643 183
220,218 220,218 000000000000049e5965de9690fba55c08ec8f75b39e38e7b17ca7cb32cb6471 0.28 MB 721 207
220,217 220,217 00000000000003b8aa35a0be5e57ce6cad6e4eb1cc18c1e29bab465a3a294eaf 0.18 MB 251 218
220,216 220,216 000000000000010535d202e1388385c86012a31b814d6a32793da5d2dc64b243 0.08 MB 136 180
220,215 220,215 0000000000000119d364b0417acd2fd4b99452e456cd3c90e0cfb414f056a4ca 0.05 MB 132 10
Previous 10 blocks ↓
Total Size: 684.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,333.18 GB sent, 100.29 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.