Loading Tool

Explorer IconExplorer

Memory Pool

79,372 transactions
30.30 vMB
0.12473815 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt d3d4ef12b26f3248a88849034db05cfd8742fa5fe9f9c43d0fda2896b7e9f849
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root b3d85ba42f2c8445d34d77b9f5e9cdb5350b1cd138cc6af6b7a039caa8cf4c4e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,246
Size: 1.00 vMB
Total Fees: 0.03169431 BTC
Feerates: 301.69 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (539,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,365 375,365 0000000000000000008af0a291922f06877fa1b0744a1ccc218b8ca1cdf02740 1,776 0.95/1.00 vMB 33
375,364 375,364 00000000000000000883dff17a2d246d9f4dec8f0843ca2684e5076d2edc36ad 1,720 0.75/1.00 vMB 51
375,363 375,363 0000000000000000126c0402fc8b6944a40c90735ac027480b623ea20f16a1ed 2,111 0.93/1.00 vMB 42
375,362 375,362 00000000000000000e4250c3e81644aadd60ebede6f02ae5369b3787b6067eac 1,204 0.82/1.00 vMB 27
375,361 375,361 0000000000000000009d612c310df25a7af12582a1b87d3a79d5c39ca2547c7a 305 0.20/1.00 vMB 28
375,360 375,360 0000000000000000052d5895c8cd95705c26546070ee85c00d2f28489c7b1eef 158 0.18/1.00 vMB 11
375,359 375,359 00000000000000000becadd21cf9b26b02509e536666517126a3304f1ad51760 445 0.26/1.00 vMB 30
375,358 375,358 000000000000000007f08aff13221b339c90cc5bf79889fb6a544b2e0e3a9744 1,177 1.00/1.00 vMB 25
375,357 375,357 0000000000000000063ea0199c91fd5b5e795cb9d9d42b533baa84fa4330c27d 1,025 0.90/1.00 vMB 23
375,356 375,356 00000000000000000d9c0dce31837b66e10030cbe8570eb5973e63518194e0c8 1,781 1.00/1.00 vMB 33
375,355 375,355 000000000000000000281989f93c745d5c479f44617305b43e323ef487d4a693 2,065 0.95/1.00 vMB 81
375,354 375,354 00000000000000000543334efad32ec9c969a77e3a35a77f43c7410f18402c11 389 0.94/1.00 vMB 14
375,353 375,353 0000000000000000057e114b7073d6355ab215ad9d423c90636bf98a4570caf7 2,226 1.00/1.00 vMB 56
375,352 375,352 00000000000000000370ddd4d7c8e1ee01dfb5fcd350f6799e34d3384a7f64fe 1,522 1.00/1.00 vMB 43
375,351 375,351 00000000000000000defa20456ee034a1a08393aa6550cc154152b820d580834 2,414 0.93/1.00 vMB 63
375,350 375,350 00000000000000000b66ff9e039e7582050fd1a52d8eb168942dd7efd89c1ae5 705 0.33/1.00 vMB 35
375,349 375,349 000000000000000002bcb00cf335be0386bb2607b1532a728a5ff4b221395cf9 1,771 0.90/1.00 vMB 38
375,348 375,348 000000000000000011d3ad2b169d3d3675ba9465114da3a1a1ce4743e4e27b93 444 0.23/1.00 vMB 33
375,347 375,347 000000000000000006863583c76a9b3237d14cf20988b0d990e39738a7d73387 760 0.47/1.00 vMB 31
375,346 375,346 0000000000000000049a95551dc2e0aea77cd194a6979b46548b97b9e0d667c4 1 0.00/1.00 vMB 0
375,345 375,345 000000000000000010852fa9a08936ac16aee94ab0a229999d210cfe1422a20c 1,216 0.88/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.