Memory Pool Memory Pool Refreshing

3,067 transactions
1.16 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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (878,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
30,273 30,273 00000000e8fe889729c01fb077f2a2111847395106edcfae00d242f126d949b4 0.00 MB 1 0
30,272 30,272 000000001c25aa01219fd4ec7980db0264a3366d2dbed8516e5d18e2263fe531 0.00 MB 1 0
30,271 30,271 00000000d28578d5aab3d5b8a0db48e83a29d5e8225676431ad914f3c9224c0f 0.00 MB 1 0
30,270 30,270 0000000067ed00550c6f52826dcbcb1eb0468fb62ee77d091e62b4fa4c1f17a3 0.00 MB 1 0
30,269 30,269 00000000dea1187a1ff8b4318f58a7ec0ec105cf99008b396a6bb5326936a5f5 0.00 MB 1 0
30,268 30,268 000000006c1ac13ef93749613ad7f5460c90f693f9806ca4a72460da286b82f4 0.00 MB 1 0
30,267 30,267 0000000025bd7704f255a97c6abfa5d03103208fadf4178754ee96a458919a73 0.00 MB 1 0
30,266 30,266 000000001f73f216d96008c76af7c023246d4d4fd8fc82c72f0498f44321afc4 0.00 MB 1 0
30,265 30,265 000000004a958f973dcee63f255e59b57d818c997260fa2c056e4c726535ebe0 0.00 MB 1 0
30,264 30,264 00000000a699eab0584709404fa5e7c9c26f28a524809a3fd07c67571bc295e6 0.00 MB 1 0
30,263 30,263 0000000034b988c2a82558fd1d45da702ed5eb24f5964cf6011211e2eb1ef89c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.