Memory Pool Memory Pool Refreshing

4,349 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (233,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,482 674,482 00000000000000000008520702e2e3b3fee492be58b26d73c374fdf9cb09f681 1.04 MB 230 82
674,481 674,481 0000000000000000000446dccd12d94a8628f56d3b07feb3b90ece2e46564522 1.05 MB 384 83
674,480 674,480 0000000000000000000bb69abb5a682b876d8ff4b1513ef2593c613524e51925 1.25 MB 1,969 100
674,479 674,479 0000000000000000000bf95a350616ec23a58c39a242e2e9312ec6ac6536c40a 1.35 MB 2,133 89
674,478 674,478 0000000000000000000905f7d7b990f40305dbade3dec92e014bb9c450405e59 1.37 MB 2,144 101
674,477 674,477 000000000000000000072f055604f0f7ccd52c9ed2f8ffff27fa6865eb32b03d 1.51 MB 1,679 88
674,476 674,476 0000000000000000000a0d4dee3d63612a6a9438750004af74adf4e8ea635600 1.40 MB 1,976 85
674,475 674,475 0000000000000000000852a69f9b238a36afc29b726373d752c7f83d8deb7d29 1.36 MB 2,870 122
674,474 674,474 000000000000000000006070fb01997814c0c04865a3c168b32bba5af9027fa0 1.30 MB 2,819 112
674,473 674,473 0000000000000000000088d09753d158799186dfcf7f3710833c7da9b6d59289 1.45 MB 2,176 100
674,472 674,472 000000000000000000015c1ec1f299f6211a0934896d8254738196b5a0ab8ea1 1.26 MB 1,903 93
674,471 674,471 0000000000000000000643f657e2db76454535cc563b60007db8347bfae70c54 1.29 MB 1,906 97
674,470 674,470 000000000000000000015a76c04e1b16f287e3cc5cc4df88e07dfef96e4a995a 1.28 MB 2,682 107
674,469 674,469 00000000000000000007b4c8d2fa3af695d893f83aea78a7b58a4693840a46c2 1.27 MB 2,693 100
674,468 674,468 000000000000000000029f360057795368a86e33c9b3a608de3a997a218b2724 1.34 MB 2,945 98
674,467 674,467 0000000000000000000a44b5d3d9862bee32c4765236ba5ba2d5a67794ffb667 1.34 MB 2,161 104
674,466 674,466 000000000000000000016fc3f1c146ba7325005aa2e5285f1a3cc54152e99aa2 1.21 MB 3,156 101
674,465 674,465 00000000000000000000083ca55ba3440ff68a09ba695ed99ee620d13836aa60 1.20 MB 2,181 108
674,464 674,464 0000000000000000000161f2188638e3040db6a09f4018bf6a662eea2f5d02d5 1.16 MB 1,095 114
674,463 674,463 00000000000000000008ab0bfccc6c8caa3ba11cbab3f0ba1900ca4443ccce80 1.24 MB 3,222 105
674,462 674,462 00000000000000000009fe34aeb7bf0a02fc6c95d2285b931ff8936f192d9c0e 1.28 MB 2,129 114
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.