Memory Pool Memory Pool Refreshing

5,747 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (695,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,226 212,226 00000000000003c8cfd31e6cda85765bfe495b60bb514ed2ec3d1034a73cbfbc 0.05 MB 127 80
212,225 212,225 00000000000003b19867c0db5143d07474e86e447eb517658979a4869a6784b5 0.20 MB 558 174
212,224 212,224 000000000000045be91e5a1e9cb3d7a067bf8dc3ae23d8243538c7b09cf26a4a 0.15 MB 207 131
212,223 212,223 00000000000002ec555e56afd29ce4d62458611125dfd546a64d5a9d45db48da 0.25 MB 407 396
212,222 212,222 00000000000000f953b9fcf5716a608f7a66322e40f7bf096bdbc92871ad2651 0.05 MB 78 68
212,221 212,221 00000000000000b58570a289543c607d06caa16515007ac10617e09fd491fd7b 0.05 MB 134 133
212,220 212,220 00000000000002b864be8e6ea829797c1f6e0445c45521b0ac54a60478449020 0.12 MB 258 268
212,219 212,219 00000000000002a9f215088c52584fd45ab7d4a7772d9dde1ddb58dd1fc1ecd6 0.12 MB 227 134
212,218 212,218 00000000000002ebc32f193bcbedb532cdae8d585c63f0cfbcfc145df6d0d510 0.20 MB 508 216
212,217 212,217 0000000000000281bf24abb3c6c05cbc487f048e9de67d6899e60fe3cbab44e6 0.00 MB 8 26
212,216 212,216 000000000000024934909867b7cb9bff3a6b707ac76136391fc9e4dbaf2aea9a 0.14 MB 318 109
212,215 212,215 00000000000003bf243cffdac8e7a6614c22b1e67bb557c875f287ec4b3d8cf7 0.21 MB 480 214
212,214 212,214 00000000000002adb2837d258105e9d017b5ea8f269d6bee08e0ca219c5849e0 0.00 MB 6 1,255
212,213 212,213 00000000000003666f300c21a8a3f43435d70cb809f685b6c4cf085def45d1c3 0.19 MB 260 113
212,212 212,212 000000000000004f71702ccf7e5c6578f093fff8bc4ad7d9ba188e52aae33b95 0.33 MB 767 87
212,211 212,211 0000000000000111dfe54ef7153d715003b3f40dd764c128b043e9b434f36fbe 0.05 MB 108 198
212,210 212,210 00000000000004b7bb2fd6ab2c3b0830821939c67b296f667e58c78631ea0def 0.06 MB 120 107
212,209 212,209 00000000000003bdac266607fa4fa80eb7fc5ccf88c8fc984c35426b6a7961b5 0.17 MB 372 149
212,208 212,208 00000000000002a17611fe489b3a3a1a1260464f9292cb7f83dbfc62dca99d48 0.26 MB 333 294
212,207 212,207 000000000000038739c6d71479f55707d49e52eaefa99a42dae0a8e45886b5c8 0.20 MB 512 181
212,206 212,206 00000000000000df1ba30beda3c167bf25d8b0d2a5b33efbd26dfd14c54fcd03 0.05 MB 144 2,232
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.