Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (884,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,226 24,226 00000000999ba90d2c99ecc1ea90e458596ee0d55e3be6d531a1bbc037799497 0.00 MB 1 0
24,225 24,225 0000000087dfa21ebbdebeba64dfbafc63c085f93216713725a533b4e8311752 0.00 MB 1 0
24,224 24,224 000000006bf54b46d750a5baaf8f476ae772dcd905020e91cd23036d6fd7455f 0.00 MB 1 0
24,223 24,223 00000000ab90cfab258727f4df2587af84b232ac963445a8e93b0952746ab3e5 0.00 MB 1 0
24,222 24,222 00000000cccb5c79fda96c3de89b71070b1ca7a4994b6970dd733fea5987e39b 0.00 MB 1 0
24,221 24,221 00000000409f6edd513304fdda87acb48c7b19cb6112ae55080367009847fe5c 0.00 MB 1 0
24,220 24,220 00000000aae693cd78331ce2e770d4fc3885c82880b3c01b4106962d9efc623f 0.00 MB 1 0
24,219 24,219 0000000065ca57f4fe7b47d1c82e656f2ff749591281fd04d166407783cd69cb 0.00 MB 1 0
24,218 24,218 00000000627c8463193ffdd0ceff22034284d3c59b87187ca1a8115d9d32ad28 0.00 MB 1 0
24,217 24,217 00000000d9004174a35e9e15619416fc763298afb3a7267e4a5ce34fce4c6cea 0.00 MB 1 0
24,216 24,216 000000002c5a7434abc825acc77d06952c375170111d5961ded174b21e8ea247 0.00 MB 1 0
24,215 24,215 00000000bb750506f4283beaa13f43c6ee85099d10d44956507fce46378653e0 0.00 MB 2 0
24,214 24,214 00000000bbb6a64f77c3f094f5dcf088f821f849a70bc13e532019d17c081615 0.00 MB 1 0
24,213 24,213 000000007cc634b6fd0f0e01aaecdad11db4c9c6be20130454fdae7330a27816 0.00 MB 1 0
24,212 24,212 000000000bc8f122a4b6b296b8c13600f1cb045607932639fc36f4d2496723df 0.00 MB 1 0
24,211 24,211 00000000d2672ae16915d1ec437f5b2cf2cc7012a4e2cfa61af782ef80032b28 0.00 MB 1 0
24,210 24,210 00000000709c8f9b6e38bd5afad191d377fbe88cc836c76a67430d60303c2abf 0.00 MB 1 0
24,209 24,209 00000000d4c33d404c352b4766f73c8cc982df796e5887c699125c3bdc4fdbe5 0.00 MB 1 0
24,208 24,208 00000000e4f6ca766badb865b1453c3d73af8db03b2727cbe79795ed14fae59d 0.00 MB 1 0
24,207 24,207 000000000839a2997a853f7ceb24c731895ec99e231dfee0cc6971fea90a31bc 0.00 MB 1 0
24,206 24,206 000000006a3c4cc8fd3d96ad621b896fc1fbed9083e51d4342f27cc9933177df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.