Memory Pool Memory Pool Refreshing

17,943 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (611,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,258 296,258 000000000000000021bdf705bc0e4c58288b4081b062e512f7a44d084bed6d60 0.10 MB 171 30
296,257 296,257 000000000000000056f0127fe796a1fc89ee10e5d9a4b20a025dc35064a08d2e 0.73 MB 1,002 27
296,256 296,256 00000000000000009c18dda00e08c6743022370ba0a9d7ce12140b81546ec3cc 0.14 MB 196 27
296,255 296,255 00000000000000009c0db504c58ac7ee83173ece22c0fab0adfe5d25823b3938 0.47 MB 399 42
296,254 296,254 0000000000000000915245c6e5a7cf8a29a913422ad108b9715946814e2b0d0d 0.34 MB 256 16
296,253 296,253 000000000000000079c2858b41967ccf636f7ea92c355756d3576f7bd7125abe 0.12 MB 238 56
296,252 296,252 00000000000000001b8f335cd25f6ac53cbd1213f65ee5bd49080430137d7281 0.31 MB 124 14
296,251 296,251 00000000000000001eaa4bd2b7ec5619d47ebe3bc25a220296e053fbd00703fb 0.35 MB 896 44
296,250 296,250 0000000000000000a203a3e46ebe6823891bf45598d1febcbc1391ce36ef2bf2 0.30 MB 579 31
296,249 296,249 00000000000000004805bf5ea76ef31ef3176c0b20ac51710631a568bf23fce6 0.47 MB 951 38
296,248 296,248 0000000000000000b11a96aaa6856fac4177d12b12caa39ca10ff5fc433a4ecd 0.19 MB 293 28
296,247 296,247 0000000000000000721394ec2a79e74d93b1bc8b552d0683b8672950fdb80271 0.03 MB 65 32
296,246 296,246 000000000000000094f0d39f802277db490c34de70f573273c8355db2a86152f 0.44 MB 753 31
296,245 296,245 00000000000000001719de4dd8d180ddb3685b669d46faf9747bb7c409511d10 0.12 MB 285 41
296,244 296,244 00000000000000002de0eb435a5ccafe7e9a123252d45fcdbfef73e0cca16e1e 0.11 MB 229 36
296,243 296,243 0000000000000000a3e7c241e9e44ee3ca0921e2f5a42977fa95cba3b7997987 0.08 MB 68 13
296,242 296,242 0000000000000000ad93d7238da6302de050a29227b5dea7a8f24a7ef5980ef7 0.05 MB 105 34
296,241 296,241 0000000000000000ab8949da63c9c7ed9e9b837e78ef6c43453b12c38dc67ace 0.07 MB 140 27
296,240 296,240 000000000000000077f7cc32dd13ad5fb5312b73f1ab0a320b8d72422b2d1262 0.44 MB 266 17
296,239 296,239 000000000000000013d02fa4ae0a734f7c1c0be827ac42bd20709c81c6cf2394 0.20 MB 311 174
296,238 296,238 000000000000000035b82b6cfa8d3400b69f2dec58cf7faaeaf1b9587318f2cc 0.05 MB 87 28
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.27 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.