Memory Pool Memory Pool Refreshing

3,412 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,016 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (878,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,294 30,294 000000001f9c3cfd8bfd0c210cc52558b499424d74a5b22ab763aed57a02717c 0.00 MB 1 0
30,293 30,293 00000000cfc4bbf4bea1262f175342e9b057552e21503ae77908668a8ef7fcf5 0.00 MB 1 0
30,292 30,292 00000000b703d1fa9044fc302fe9c01a7a0c1c3366e850c2b071bac08428384d 0.00 MB 1 0
30,291 30,291 0000000057d1b2426bdff3bf6d168dd101a97d0a3b103622a2a58331a2bd043f 0.00 MB 1 0
30,290 30,290 0000000032eee95d58c3bf07c7db31b43b4c5ec082bc26c4f9382fa52aea3dca 0.00 MB 1 0
30,289 30,289 00000000a45c3f7746e9396dce1926656bd2279ac9cfde6cb3de53dc281a079b 0.00 MB 1 0
30,288 30,288 00000000840137e848f8673479f399f421b3f5e1f20352b66e0af194a1f99730 0.00 MB 1 0
30,287 30,287 00000000a3431b53bd7e976856520767dbbf6edb23e4f65cbad06775b4b57f7c 0.00 MB 1 0
30,286 30,286 0000000039e6ffc7f3df7a503b23d0da3e6ec956c17a8c297bcdfdfc4120f64a 0.00 MB 1 0
30,285 30,285 00000000d34076b7c89212aa6d83d4c6b951f8a8645deae35abd496c52e2200e 0.00 MB 1 0
30,284 30,284 000000002e6a3d84cab3a5ddcd84f618439030d81776646944f424e72b368b80 0.00 MB 1 0
30,283 30,283 0000000047aab5d6000aab5f07a4ccb8ce1d05c466465875c3ba22504b1aca5e 0.00 MB 1 0
30,282 30,282 0000000046be97698a663e3e836e3881397cec30179f0e1cbf7a50894f02458c 0.00 MB 1 0
30,281 30,281 000000006a303fb793812c00cac70f0b739bae63f7d0d440b9d4333a0ac67c69 0.00 MB 1 0
30,280 30,280 0000000010ac2b994c1ad5c3eb482451343f03847724f6827dca5967f5aac061 0.00 MB 1 0
30,279 30,279 000000005fa0ed53ce9f98ccd14ae6cb331dc96c6ccda6600563951bba5dc870 0.00 MB 1 0
30,278 30,278 00000000989e3691d9161cfb8ee98892e1395a6c8a08dce340f3f09cf20bf81e 0.00 MB 1 0
30,277 30,277 000000003aa7b1ce99cea985f68a6935dae99bf52536ea5cd9749506cfbdfad2 0.00 MB 1 0
30,276 30,276 0000000050faa31051ef39a9b47fac4baeecc38d949d8248261e948df1b1bf82 0.00 MB 1 0
30,275 30,275 000000005952257c89224ba1528edc9cb374afec1010425fb99314c9dd825028 0.00 MB 1 0
30,274 30,274 00000000a9e6abe239c092ffe2899cda56404d3d482a387f217c7c82ac0c7edc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.