Loading Tool

Explorer IconExplorer

Memory Pool

82,916 transactions
31.39 vMB
0.09399342 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt c90e02bb411c66bc5795428885ac90b50246a0efed2251e139a844d88f4edad4
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root ba637fdbf020e03dd8eb382460aaacc24e874b0c6bc68b175e99681012f5aa81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.02576443 BTC
Feerates: 100.69 > 2.58 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (53,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,648 861,648 0000000000000000000138be88c2c4754f827a0d968dd4ca294d76f6164da4f0 6,373 1.00/1.00 vMB 3
861,647 861,647 0000000000000000000074ba38965e17d1c08022c747802a4a642d54f42e9dd9 6,944 1.00/1.00 vMB 2
861,646 861,646 00000000000000000002ff29cbd4e8e4c114e2a9e4c20e0695a234caa746b9a6 2,691 1.00/1.00 vMB 4
861,645 861,645 000000000000000000022cfa3ce85fae24ef075dd39b351dec903363f99c66f9 1 0.00/1.00 vMB 0
861,644 861,644 00000000000000000000a025e0791b4bf7fd589e9d78c762a16eeb7c7fc2b491 6,447 1.00/1.00 vMB 2
861,643 861,643 00000000000000000001d01eec93d6273a3c851287ae496e8e394434f2acd638 7,203 1.00/1.00 vMB 2
861,642 861,642 000000000000000000000889afeda0264f2ead2e1f3a580154ffd84acb043dd3 4,065 1.00/1.00 vMB 4
861,641 861,641 00000000000000000001dbd06cd54f9e05204c42729774993321ae3de7c65ffb 6,717 1.00/1.00 vMB 2
861,640 861,640 00000000000000000000a34cc4714231505bb0ab1d8651d84478e26ad9f4eaed 7,116 1.00/1.00 vMB 2
861,639 861,639 000000000000000000008f018024e8b0846e5bc79dbc12406e88c1843ea61c00 6,916 1.00/1.00 vMB 2
861,638 861,638 00000000000000000002c4ffa4c937ce3aa3929e597599067bcdf809272daa0f 7,038 1.00/1.00 vMB 2
861,637 861,637 00000000000000000000c5d8bf2ac7747fe974d0451d1a2d5371fadaa351ca31 5,969 1.00/1.00 vMB 3
861,636 861,636 000000000000000000017d3e2e2e5c982ba19911575e15c406ab3ff4f5912e2e 7,140 1.00/1.00 vMB 2
861,635 861,635 00000000000000000000729a1231b5774fa6e3cf49043eaf210404e99b6a8ba4 7,803 1.00/1.00 vMB 2
861,634 861,634 000000000000000000006e5f7aba6e3865b8d5b848651d3e9fb857ec9cb9ecdc 6,419 1.00/1.00 vMB 2
861,633 861,633 0000000000000000000017069278120d443f2c56463e2d46e81637b71936964d 2,610 1.00/1.00 vMB 5
861,632 861,632 000000000000000000022b8cfb930d5e3d40b2b44bf333bfdb6a72b5c7ed70d6 5,108 1.00/1.00 vMB 3
861,631 861,631 00000000000000000001d9be6027514343fe83e429fabbe78f93d85d7e8c5538 5,947 1.00/1.00 vMB 3
861,630 861,630 0000000000000000000130c952a2d08012c235ab58f08b8a5eca92f41b6ff74c 7,787 1.00/1.00 vMB 2
861,629 861,629 000000000000000000004d9a5cd369fef43f7b4492853966ba5e3f9a111dc6f2 3,019 1.00/1.00 vMB 3
861,628 861,628 0000000000000000000186741fd5c02c6ad08fb896258ba1567ddbfb11957774 3,093 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 702.62 GB
    • Received: 16.63 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.