Loading Tool

Explorer IconExplorer

Memory Pool

17,559 transactions
8.01 vMB
0.02603248 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.02/200 MB

Candidate Block

Mining Attempt b7aa1802753196867287bb603292a1ba239e48d3c65fada0ef93068e90f9c116
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 48bea956fa033793fa98ee1cf1d6b768f5ccf279a0673f971fe22dd1a25a3fc4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,843
Size: 1.00 vMB
Total Fees: 0.00938521 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (697,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,576 215,576 00000000000001562b6b65f832beb0a99574e2d50a9aad168c5f589f1dcb7b4b 217 0.08 vMB 279
215,575 215,575 000000000000005000d04ef99322e28e8dba8130d7cc41c6b42e2cc211d71de3 24 0.01 vMB 137
215,574 215,574 000000000000035483523188a198151b620f4d5924c0590fd133fb0b33d8ba0f 95 0.07 vMB 50
215,573 215,573 000000000000016d6cf287fdb6366db3baca7f9a235e43fb6f2ff3943a580763 169 0.08 vMB 125
215,572 215,572 00000000000001f377a8d79f18f9e4434f05ae3b1acdd79a3a4c63571a762c77 587 0.23 vMB 274
215,571 215,571 00000000000001ba84b71c2dd3ae2d65b4299e432839bd26459710643a6c9180 61 0.03 vMB 102
215,570 215,570 000000000000024b1bcccec85ce12fa59f7813c52d2efca1a0ee22f1ec7a5068 207 0.11 vMB 163
215,569 215,569 00000000000004adc378c58938119e754af57cc580f031d9074786550dd39377 340 0.13 vMB 131
215,568 215,568 00000000000000b3ac75778cf9da9d8744909ff6c8c4a67d0a712c34115d6b7f 331 0.14 vMB 868
215,567 215,567 000000000000007812444b13afcd151ecf45654b4ec53be3caf8875a0a750128 429 0.15 vMB 190
215,566 215,566 0000000000000416817aa2d8e263ead8c144e517e53d75f66d01d08e95004b55 89 0.03 vMB 137
215,565 215,565 0000000000000529f310fec1e8ea2c2dd6f5a5c4985cbe794f4c4b12804c88c6 301 0.12 vMB 605
215,564 215,564 000000000000045f7bf38fbda8ed07fffb7ea7894eb854438129be5d04229ae9 556 0.38 vMB 131
215,563 215,563 000000000000022e1b32a31bb1d957063a89a6adbf294a9f97f0186c907ca9d0 108 0.05 vMB 56
215,562 215,562 000000000000057e07ed40dc568e95ae799af8d348398a3554d015671cdc8646 29 0.01 vMB 150
215,561 215,561 000000000000059473811ffb802d1915fb4e7d5d6b7bef3a9bc292a6fa1e26ce 135 0.06 vMB 163
215,560 215,560 00000000000000d254b77f4d64e4dbe842d009403c5fc5e52d152297adf125de 362 0.14 vMB 197
215,559 215,559 0000000000000318d743b392b77c9433012f2dac8b01cefd414a86f6ad687db2 11 0.00 vMB 367
215,558 215,558 000000000000039450dcfdb5eeb0f0490ac7b072abd061aa8c9fd2a7e08df255 1 0.00 vMB 0
215,557 215,557 000000000000017b7139ad4e5cd61819918ea78a22c3e042df95633bbb008a07 157 0.06 vMB 186
215,556 215,556 00000000000003e017e98376fc42bbbd411eecf099e8bde6b142f867b77dd960 131 0.05 vMB 178
Previous 10 blocks ↓
Total Size: 779.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 261.89 GB
    • Received: 1.01 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.