Memory Pool Memory Pool Refreshing

1,648 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,712 (713,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,338 194,338 000000000000047f174db29b26d312992af1492b6c87dd87ba69d361f94c3d65 0.25 MB 892 313
194,337 194,337 00000000000000ac0bc912cbe51063a784433e89599c0996faeb5028d0fddfab 0.05 MB 161 132
194,336 194,336 000000000000066e7fad5e151b1422ce00833d8f01e05f8b12ea7a6179f38a02 0.06 MB 167 101
194,335 194,335 000000000000073ff529c55fc0bcea4e16c5a1cc6f5d5ac79847f6dc8e66218b 0.04 MB 102 147
194,334 194,334 00000000000002bda3bfe0688c542ff7e0f4596929502553bcb06003446e6e29 0.02 MB 55 209
194,333 194,333 000000000000025107d3824a3f2da4167a9efc8e2f844b0d55324df41c6f8ea9 0.03 MB 80 78
194,332 194,332 000000000000053823c370f93af34da7903b07554161906867581258899538dc 0.21 MB 524 136
194,331 194,331 00000000000005133d23f6ed8fb0aa4c46a0410575f77f29d79af4f008d9b4ea 0.05 MB 172 103
194,330 194,330 000000000000067e14fad1cb99a7795189ad5cd948ca2257d25d56d9ba58f4a1 0.05 MB 123 46
194,329 194,329 00000000000003170c6985f980e39698d6510951f3cd4aa752b60360965d967e 0.24 MB 624 151
194,328 194,328 00000000000007a2df88a84a95d2f9ecbd03e296744c0a6b384e9d2b3b7a5281 0.05 MB 101 241
194,327 194,327 0000000000000616bb01f967513950f3b76fd7411a0dfacb724222bee2e20905 0.19 MB 512 64
194,326 194,326 00000000000000db62ac3e2f2dff17faeab6324ed3819569b5b0c93fc204a1d8 0.16 MB 270 112
194,325 194,325 000000000000062dacb7bc5147f6dae38231ba1d730517aeb9aa645a75801303 0.12 MB 299 602
194,324 194,324 00000000000002950f2e1849d20b7d4e20331f3bb271ee1aacc8f5c3d00bdefe 0.12 MB 419 70
194,323 194,323 00000000000002dab57e08410b823c81abf0f6e66be0bb52757af210f540c442 0.11 MB 300 138
194,322 194,322 00000000000006b168559f1639fab652f5cae5367c3a88ee953e2f05eea83030 0.07 MB 212 148
194,321 194,321 000000000000013c30929dabcb28a9f527318c0077c975f2b1cfb78bdbae8b3c 0.07 MB 139 95
194,320 194,320 000000000000045fa49d6531eabf43a4f515b284dee245de138db8af4ef8c86a 0.05 MB 100 21
194,319 194,319 0000000000000405b246f42e4144bdceb4973c42f7d689a0f1b1d7a3e1f4344e 0.03 MB 38 78
194,318 194,318 00000000000002c2f89b6f3dcb9b95d0e121362bed254e6651b38a9eacfc5f24 0.08 MB 239 146
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.