Loading Tool

Explorer IconExplorer

Memory Pool

82,791 transactions
31.35 vMB
0.09299807 BTC
Random Selection Loading Transactions
Max Size: 190.60/200 MB

Candidate Block

Mining Attempt a6cfa5f2db85701580e3e6b1374d3db75f9355fd92a88461f0a6413f7289d889
Version 20000000
Previous Block 0000000000000000000037d82ec9e246b9e0bee75fb1bfb30aedb46f9d11ae3c
Merkle Root a31edef2e5435cab14a2c895c8acb03e8fbc9beb6bd86fd28ee6ab2495bb4caf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,135
Size: 1.00 vMB
Total Fees: 0.02194860 BTC
Feerates: 480.19 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,232 (105,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,279 809,279 00000000000000000000875353eee1ecd222c991c2799e622bbe8275402b1fbc 2,294 1.00/1.00 vMB 29
809,278 809,278 00000000000000000004de8ae6ab8bae3e1a3a0ea9956ab55158890b3919141c 2,421 1.00/1.00 vMB 39
809,277 809,277 000000000000000000011fa271f9c61b8af12bdd9d3da426f24f1abed92b0d78 1,381 1.00/1.00 vMB 14
809,276 809,276 000000000000000000033bf8dd631790d8c78934531b69a0ac777d7cde047f23 1,803 1.00/1.00 vMB 24
809,275 809,275 00000000000000000003619c5d347c9a07d4cc0ea901eb91b294132490b27130 929 1.00/1.00 vMB 13
809,274 809,274 00000000000000000002b3aba26078b885f0d23b93741edafba53bdbbfc6149c 1,873 1.00/1.00 vMB 18
809,273 809,273 0000000000000000000416c8a1753c36f43f51b2c1133028234a8144aa667e13 2,675 1.00/1.00 vMB 25
809,272 809,272 0000000000000000000461427a38ad4b58b2b05e50e3f99b166f982aed71cf0d 3,872 1.00/1.00 vMB 44
809,271 809,271 000000000000000000008648ccfa763a8e588603ab663ed558949057ff517d0c 3,374 1.00/1.00 vMB 30
809,270 809,270 00000000000000000000641d9fb671a7847481afe0eadc303b2200e18adfd08c 3,843 1.00/1.00 vMB 46
809,269 809,269 00000000000000000001a2148fd3b8cf6ecf832657e0af7f91a24ae598061385 2,320 1.00/1.00 vMB 39
809,268 809,268 00000000000000000002035fbf215108391a945877ee6e2b058805d5e1c0ec7c 2,615 1.00/1.00 vMB 27
809,267 809,267 00000000000000000001dda8e9c3c58b11e81ff7ae2b5162bc7f446e602a3eb7 774 1.00/1.00 vMB 13
809,266 809,266 000000000000000000046b79269115fcef1d81e4669466b1b374a5e6d6c0002e 3,030 1.00/1.00 vMB 23
809,265 809,265 00000000000000000000c2b67c8470ec937eb4cf76d0849e419dca501ea2134e 3,981 1.00/1.00 vMB 45
809,264 809,264 00000000000000000001074047d41c281cbd6b5c7e7991f4fbdd1220718a62c3 1,196 1.00/1.00 vMB 17
809,263 809,263 000000000000000000026b12a0ef5bd9f2f835ede46b44cd316ac53c272c925d 2,483 1.00/1.00 vMB 30
809,262 809,262 00000000000000000001488bef39358ebb8ee093b8d06308e0f4f0cde504842b 1,493 1.00/1.00 vMB 17
809,261 809,261 00000000000000000002433529cd2772191d577a9f5708f291505cb5f4bb518c 2,573 1.00/1.00 vMB 28
809,260 809,260 0000000000000000000316182fe0a50138153f71930660bc5ababa0835542e0f 2,596 1.00/1.00 vMB 45
809,259 809,259 00000000000000000000adcf06976fd9c8ad763a1af10b9f1a1618b1d1ff10dd 3,193 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.79 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: 709.84 GB
    • Received: 17.00 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.