Memory Pool Memory Pool Refreshing

2,378 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,923 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (785,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,222 122,222 00000000000046c4d228fc6cb844dd89cc010f91f97bc7381584e622d6e245cb 0.00 MB 9 503
122,221 122,221 000000000000876251b4de8b997b9f445e1ffa9d3df46a7c35dbb3029daf0046 0.00 MB 14 276
122,220 122,220 000000000000573b86184d4035d75b038afebc87e1f36a669c853161d9f08ad3 0.01 MB 16 0
122,219 122,219 000000000000252737c9fdf64e6455f489f090e85d5bb4bcd5d8afb67c26f40c 0.01 MB 19 408
122,218 122,218 00000000000021f2e03647bc29bfe41e4ff6dc21c46a28dd4e3cfb1c6dd369a1 0.00 MB 11 0
122,217 122,217 000000000000697dc3cfcd8aff958dfc8c3479aa20a393e267f6841fb055142b 0.01 MB 19 150
122,216 122,216 00000000000086dad167319f93a9bbaa5525e1a82e023d0a4f969aacf8608b94 0.00 MB 13 794
122,215 122,215 00000000000072e95e62666d4a3bab93fe451bc7bf1dbe6abadf357668f78f2c 0.01 MB 29 457
122,214 122,214 0000000000002c28ff9f63ffe309bf25fbe8b5c856a34d4548556f13cafd80c9 0.00 MB 6 347
122,213 122,213 00000000000045dca62fb987c5101527ed4a31a39da124d3a3744b1f819e31d5 0.00 MB 5 1,008
122,212 122,212 0000000000008cdb430d73bf13c9add2a6a8b893016ec04ead92123b8c22f5eb 0.00 MB 10 310
122,211 122,211 00000000000075fab1fad3b5a9b2e7a1b905d30ae347f6a0bd309352e23c85e7 0.00 MB 12 645
122,210 122,210 00000000000021cb9477c95e330d086203918c833f6b0bf5bc9c83c8739f5aa2 0.00 MB 1 0
122,209 122,209 0000000000007e9f5b146dbdf5bf0d7c17600c0ad454633aee32472ac7e30155 0.01 MB 43 503
122,208 122,208 000000000000858114643df757d146220b21f183d8f0ce993fa37e4e73894787 0.00 MB 6 0
122,207 122,207 00000000000019d159241dba3eb15b546b2d36f7ec86154404d8e1b2a4e6ff52 0.00 MB 12 573
122,206 122,206 000000000000155c9858971c7967cb1ce74c92a8cb8e0ce71c7fab87c8dc8bca 0.01 MB 19 1,874
122,205 122,205 0000000000001ad398915c40f0608f44f6daac21e0c4fa49d7732c8e5d0953af 0.00 MB 17 1,464
122,204 122,204 0000000000006e78680ad7c6246634ab1172fa39713ac83b723d9841bd533d67 0.01 MB 18 784
122,203 122,203 0000000000008f06c25e5cc8f8efbf65c190f797f9476dd95701ad570fd81154 0.00 MB 11 580
122,202 122,202 0000000000007fef474920bc54c439f49f6b8a796125f140100200810eb5fd15 0.01 MB 18 952
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.