Loading Tool

Explorer IconExplorer

Memory Pool

37,597 transactions
12.66 vMB
0.17900396 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.38/200 MB

Candidate Block

Mining Attempt 829c1112920e2bd36f444793601023a6dc0e067d64845d1462ccf46cac9dcf32
Version 20000000
Previous Block 000000000000000000013f2112317db5a6c58f7cccdced076ed571ed94b1e665
Merkle Root c88f3119b44c0133e1b37036d7866f6088a798fde0706912b1c441d9eb4be15c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,176
Size: 1.00 vMB
Total Fees: 0.06256453 BTC
Avg Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,043 (739,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,220 173,220 000000000000068966ef1364e750c3fb38e9d4f8f2288a9270d1b162ec4e9540 0.00 MB 6 34
173,219 173,219 0000000000000619f55a06c415abf6902557cdd66019c6a298b9b143cdbe5e23 0.00 MB 1 0
173,218 173,218 0000000000000666bfd58aa866bc0460dbb29a895c036863f9fe96fc6468daf2 0.01 MB 15 60
173,217 173,217 0000000000000b0ee6e0b59c116e9dcddd1b4394ff29a0b1f2712f55de8f9f67 0.02 MB 80 95
173,216 173,216 0000000000000538e07cde6fa04a27e336a21d74b85bff86124815fed10a52c9 0.01 MB 24 18
173,215 173,215 000000000000066238de4fcdcea5bbbacfbcb9c31d569be6a4d92b3973f847ed 0.01 MB 14 77
173,214 173,214 000000000000041cc0ac3223659f90f3aa18f22283d44e5450a2abeb18b2b777 0.01 MB 23 65
173,213 173,213 00000000000008626d4c0a0f2f1eb0c606483d8f99ff7731b08e3c62f3f37a6e 0.00 MB 1 0
173,212 173,212 00000000000005ba8e072d67c7421b17ccb7645b80cf24043ce398079a9b4c24 0.04 MB 60 185
173,211 173,211 00000000000004cac32d3773c18a668b8750ace8339569383c304a708bee4703 0.00 MB 1 0
173,210 173,210 00000000000007c16329a49cb96c838a7cc097e05b74c5732242c6fd0bf1c655 0.02 MB 51 131
173,209 173,209 000000000000090ca1b9da991bbdd06ac7ebb42fe8afa11093a2b7b6701fc97a 0.01 MB 55 45
173,208 173,208 0000000000000a0436438b54033b567b9cca3c3ee26aff2d8507045497233d98 0.00 MB 4 0
173,207 173,207 0000000000000add90b4f4e81246bdfc44b7bc4bd231ef483d99e192d82f3522 0.01 MB 37 161
173,206 173,206 000000000000080c1ed5fa09f4a93b1fad7eb10616e2b9977082e9a558d4bc29 0.02 MB 45 326
173,205 173,205 0000000000000a7e7dcfb18fa90567fff2fa0d6ffe1e0e3c6a4bd3818cf8a9dd 0.00 MB 9 17
173,204 173,204 00000000000005c3fe0594b0b2df81ccd27f1394731ed52c878e517e8f5ae751 0.07 MB 147 216
173,203 173,203 000000000000026ec57da779f44b43c366277717a2b3ab23a10fc4f91df335d4 0.03 MB 70 108
173,202 173,202 000000000000080b9e754e461e2369dfa364d4eda76b1ec53ccb5e4999adb1f1 0.03 MB 118 80
173,201 173,201 00000000000000cb371f408a9a5791227339807de288665e8ca55d81147b20ed 0.01 MB 18 78
173,200 173,200 0000000000000a675a17e80b40f7f3729a42568263374debddfc391e4c4ee71a 0.03 MB 49 98
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

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