Memory Pool Memory Pool Refreshing

9,994 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (681,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,220 226,220 00000000000001a74c4ff1a938b40d618948ce3a58cde6dcb2e62fffcd45258c 0.00 MB 12 153
226,219 226,219 000000000000035760c6e8dde15a6adaa58b334216f7751a8e028f7add115608 0.15 MB 354 164
226,218 226,218 00000000000001e80fc1631b2c4ffd27113fddfe08c658f27d4369ebbac435a1 0.23 MB 498 163
226,217 226,217 000000000000018e61fa7d97c28e21656b60dc3258e7a76b146896e5bddbe304 0.14 MB 296 174
226,216 226,216 00000000000002bcab8a5eff04aaf2b09fbe4c6cc7242759bbaf077f598487fa 0.00 MB 7 153
226,215 226,215 000000000000000816fdbf497e4b83b94711a046cfebfb7fd78477716c303e09 0.12 MB 321 204
226,214 226,214 00000000000001db86b9d164320660c79c03ce2720731f85f99cf3565d321235 0.05 MB 98 162
226,213 226,213 000000000000002a3373981ab849e5c5f939b25c7224faff31d1d704adf4af5a 0.00 MB 9 48
226,212 226,212 00000000000001d7b741566a0782e401a014b9f590bf90f61245b7d30e46db06 0.08 MB 173 144
226,211 226,211 00000000000002ea267c33fd562028b35bcb357f81ee23444b4e566b59a582a5 0.08 MB 137 137
226,210 226,210 000000000000018b27f00261e8cb9381445682df540dd5d3ead5b8b713b9bea4 0.06 MB 125 163
226,209 226,209 00000000000001aff2096e563528b32186e2b24e8f0ec0c7006574083d6ec355 0.07 MB 156 189
226,208 226,208 0000000000000180e51da785108a5524e55edccb184ebc2becd0785da99a02ea 0.01 MB 49 100
226,207 226,207 000000000000012c3d25a8e6bb0b4870e618932d950770d763c822adf44f2c42 0.14 MB 241 141
226,206 226,206 00000000000001b52887af1fd1f38ba99ee4db44140e428a38ab41d2d8f1333c 0.00 MB 9 122
226,205 226,205 00000000000000f80321468cf74380b7f03442c7f6fd6811797e05c3dfc9fdfe 0.08 MB 186 158
226,204 226,204 000000000000027847c93a4b3565b28fc73a1eeb625b5f1a92e270373ebb89a3 0.12 MB 266 169
226,203 226,203 000000000000001f7a79c13adfeb0848eab266f1176c2b9048102af8d7b88d27 0.14 MB 333 297
226,202 226,202 0000000000000118debe08fe65363cba2ae4518e0fcf825a6fb11c1f77597bd4 0.08 MB 182 194
226,201 226,201 00000000000002b414435f9489578e54d089a9aa9a805d97d36d763d2d68720d 0.02 MB 53 67
226,200 226,200 0000000000000287cc64c4469de825b17e7c8d90e3ecb942edebbd74a726f7d7 0.16 MB 365 178
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.