Memory Pool Memory Pool Refreshing

6,079 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,747 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (683,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,690 224,690 000000000000039b60fa643a6f40e7c1ba2d8d3a63dc35e818eba727be7c9196 0.00 MB 11 166
224,689 224,689 00000000000002941ad2d9b276516912b7de5d5ab6168287c789fbb1bd4efebf 0.25 MB 602 204
224,688 224,688 00000000000002d28433a5a79c357a328d6e11994f1c16d789c9934a2b1c2f2f 0.25 MB 838 318
224,687 224,687 00000000000003c8259232e3aa90500a628697f1241db6e703a5ef0edeaa5a08 0.18 MB 279 187
224,686 224,686 0000000000000376722411af0dea25f30068260bb5f00f18fc6d10e90d7c51a8 0.10 MB 209 175
224,685 224,685 00000000000001153cbd5c3a70c42594715a2cfe470245cb5e433b8c3d3e461d 0.25 MB 646 242
224,684 224,684 000000000000032f69c8c300f17bac0bdbf6bfd78ee01e3397261190b5dbd906 0.25 MB 248 99
224,683 224,683 00000000000003821f424aa56037263729c42736b66774d7c613afae5efb9084 0.14 MB 318 188
224,682 224,682 0000000000000174489440a6acf23f2c6604ea2f723353ff700f51053fd562b0 0.15 MB 359 187
224,681 224,681 00000000000002aefa539d370d934ffbd8f8e44ddc8aca88b6a85d0a0d4526e4 0.20 MB 424 177
224,680 224,680 000000000000039f3bcdbf30e94f8c0e9e491d749bd7ca3a9de6a47b5ade5f78 0.20 MB 125 67
224,679 224,679 000000000000004a2c039d727ece0a970655da51520f1807c6b62e092366dfba 0.25 MB 615 183
224,678 224,678 00000000000000f688f0aa539e00ed5a558ca531769964eeefacab07e99b7797 0.25 MB 536 189
224,677 224,677 00000000000001a621512078a45470b1b9091b0e3fe78502d808369cbad01601 0.25 MB 524 176
224,676 224,676 00000000000002769c385a1d83882ec7307d5b3e0739d799dc15f2091f563abd 0.25 MB 578 191
224,675 224,675 000000000000035240e3dcfd5d60bb8648c5d70b7f806d75c500727d5d663cb8 0.01 MB 23 101
224,674 224,674 0000000000000337b4de48961b65be6d1088f07cea2ab3d3c17d3f48d31b293c 0.14 MB 32 11
224,673 224,673 000000000000021fd2d891cccb282d3cc6eb4e725c6b804a377c787f1389d7e4 0.17 MB 333 239
224,672 224,672 000000000000009b0d66383e11289de546b518496366206bc2ba118870846494 0.06 MB 124 166
224,671 224,671 00000000000000d88358b0c619c71a1be69630b804b395a04c590dbc070ce2bf 0.17 MB 336 171
224,670 224,670 00000000000003cd2f8cfe58cd75c59e4ae139ccdb599e92cb3ba46231de6295 0.05 MB 104 92
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.