Loading Tool

Explorer IconExplorer

Memory Pool

80,750 transactions
22.50 vMB
0.12522135 BTC
Random Selection Loading Transactions
Max Size: 148.10/200 MB

Candidate Block

Mining Attempt df0078c15e612145169d19469975528e4cddbe273190e17a95e978bff9236fa5
Version 20000000
Previous Block 00000000000000000000eeff408fac8c7a8d843c770432d4b174a25c7ede34f8
Merkle Root 84e3583aae3fda0afe4033fe54d6c31b2ef33b0f2eb9f1a77002fa37a0992469
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,052
Size: 1.00 vMB
Total Fees: 0.05724904 BTC
Feerates: 611.85 > 5.74 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,210 (866,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,402 49,402 000000000d31d8fe99a686b580049cb87a179a0204bdc64961eb51e354abe93d 1 0.00/1.00 vMB 0
49,401 49,401 000000001e4508feecd656807983338a180ce942a46ceeecc8f03c01bdf5caf9 1 0.00/1.00 vMB 0
49,400 49,400 00000000118e5d92a12a9d781ce610b2db1533132de2ff5905f5eb5b2def6ac9 1 0.00/1.00 vMB 0
49,399 49,399 000000001b621749cd17e83bfaf43c418a64141238f56badaef5e3ddaca42914 1 0.00/1.00 vMB 0
49,398 49,398 00000000296c41018f9b229b69b2e0111a140185b0b8a1a5a0fbe6d3f6d7295d 1 0.00/1.00 vMB 0
49,397 49,397 0000000021ef9c8f77ed623b579ff8fc68b8fd4ce8ae2a45a62ab5f1de342b79 1 0.00/1.00 vMB 0
49,396 49,396 00000000239f00c5a780cb6ae95a1cbf1c1cdaba6ff86ccfc4e0cb7a3d18db6e 3 0.00/1.00 vMB 0
49,395 49,395 0000000023e540a6576a9349c360b20e7771a285c0ff2f684ac51a1f8fc4a1ec 2 0.00/1.00 vMB 0
49,394 49,394 0000000009f314216cbd42e1cf0346772dce7fcb9b5c2c6363c0d0e2a3ea4403 1 0.00/1.00 vMB 0
49,393 49,393 0000000016d84839ae42766b6d9a8df1126d9b758a0f1bff87fd8e6b6394bb9e 1 0.00/1.00 vMB 0
49,392 49,392 000000000169f1e8109f9b76f462b06afb6a9938af120e03100c272e6d926d12 1 0.00/1.00 vMB 0
49,391 49,391 000000001d6f02bfe89d61ece669028b01a8f2de985e20f3570d381d63680dcf 2 0.00/1.00 vMB 0
49,390 49,390 000000001fbb4140244429ec6005c9264878379ca156d7f92545b60e79551638 1 0.00/1.00 vMB 0
49,389 49,389 0000000011bd2c764bd8827634ac06a916862e118d1d2591ca4dc8ad3abe566c 1 0.00/1.00 vMB 0
49,388 49,388 000000001459b4004e10c38f4c8bc8450ce14bae50653342b3345c7e26cd0537 1 0.00/1.00 vMB 0
49,387 49,387 000000001cf51af3d1ffc49659eae87189517b5e8040508c949498fbdb1190af 2 0.00/1.00 vMB 0
49,386 49,386 0000000013bd7b213e2214d5672f2357dcc4057e60d2919f44af1306303c30ac 1 0.00/1.00 vMB 0
49,385 49,385 0000000019f585e8be85dddb3005cf53f23692b3292a9fe54b7410190e249670 1 0.00/1.00 vMB 0
49,384 49,384 000000000244283ae4231bc6458b76be8e4d890ee4780fe9f88b43e77e873baa 1 0.00/1.00 vMB 0
49,383 49,383 00000000163ee74257c874eade9d56608bbc7e985ba947531b959747aaba3dd4 1 0.00/1.00 vMB 0
49,382 49,382 0000000014bce88d007d1492bfdbcfbd60450703402746578ae68006010e7db8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.48 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: 824.55 GB
    • Received: 25.05 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.