Memory Pool Memory Pool Refreshing

2,341 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (884,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
24,205 24,205 000000005e1ded848e0e8107e4388c483026cf75468560e213425961b9120d20 0.00 MB 1 0
24,204 24,204 00000000e285e0780945c710a951d2f447d3285858e151bfe134b434a5af10b1 0.00 MB 1 0
24,203 24,203 0000000033ee7451f287365504d7a7f136995df67de2e0a87b08c3c2bab2a775 0.00 MB 1 0
24,202 24,202 00000000641adb125e723d83eeb4b5b14a1f582bfb9fbdc335f21ecf91f2c427 0.00 MB 1 0
24,201 24,201 00000000109c23b98a22836c7a6d366bc4e5adfee45e35116af0bcb2d165ad1b 0.00 MB 1 0
24,200 24,200 000000008ceada6c82ff9fec90201e1823f2278453c3fafde4ed55539ad7ad3c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.