Loading Tool

Explorer IconExplorer

Memory Pool

80,792 transactions
30.81 vMB
0.08204977 BTC
Random Selection Loading Transactions
Max Size: 187.03/200 MB

Candidate Block

Mining Attempt 1b6e95bd4d3914533d266ec5019d414d477149b3bf3a9591e2375e2565924896
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 0b48d1a1da48e484212baa2db2517ae4b425fa4754fb48cdaaee866b577b775e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.01585452 BTC
Feerates: 100.69 > 1.59 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (230,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,923 684,923 00000000000000000000c805e026c6a173a5a8a39e738310f2c33bc87d35c74f 2,680 1.00/1.00 vMB 74
684,922 684,922 00000000000000000002bf9fd3a6f7d17cc943dc58ac025aea2efc7b58d9fed4 2,740 1.00/1.00 vMB 68
684,921 684,921 00000000000000000008b4b3e1a557ba118f831032653f181158940fc2e73373 2,195 1.00/1.00 vMB 73
684,920 684,920 000000000000000000045ad5b04a41312972cd4cb8b65aab6c8e2ae4e6a5edf5 1,770 1.00/1.00 vMB 92
684,919 684,919 00000000000000000005b2334ebdbc4af422be57b795e830c41d6899dbe31392 2,717 1.00/1.00 vMB 123
684,918 684,918 00000000000000000001de5fa9762018c226e0b89476e890aa4a523cd4402ad4 2,540 1.00/1.00 vMB 118
684,917 684,917 0000000000000000000103e764eb8c26518cf058f2dbde8b4b75bef3fb76fc84 1,261 1.00/1.00 vMB 93
684,916 684,916 0000000000000000000652c731ae5c961e58ed84525d646217dccff277077896 1,697 1.00/1.00 vMB 101
684,915 684,915 00000000000000000005be1c995488bb6586303b71e8587390908b330d0543dc 2,057 1.00/1.00 vMB 125
684,914 684,914 000000000000000000037a38fbfd3a8eea3141be83084b8bbf01d48c10f26e87 2,547 1.00/1.00 vMB 74
684,913 684,913 0000000000000000000a8b8ed508e614282ade695335de3fe6021a5dc2aff147 2,505 1.00/1.00 vMB 19
684,912 684,912 00000000000000000006c718e65273e8e1db31c82bfb8dc60fe73497c716a171 2,005 1.00/1.00 vMB 54
684,911 684,911 0000000000000000000776e1bb149d608098aec92d6b0121a2a9c49ea00b5c9d 2,503 1.00/1.00 vMB 134
684,910 684,910 00000000000000000004bafe7189b3c9e2d4223bfe45b9c1a9a2b60a734f8cff 1,702 1.00/1.00 vMB 26
684,909 684,909 0000000000000000000294d6b49602c7be92e63c0e1f23b5cd5669a479745922 2,750 1.00/1.00 vMB 78
684,908 684,908 00000000000000000004ce328ff50498fbefb33c61e4617aeb36360a5dea2fb1 2,543 1.00/1.00 vMB 38
684,907 684,907 0000000000000000000445064f34e560bdc46d54a054a584cd216338a0e9aba9 1,800 1.00/1.00 vMB 54
684,906 684,906 00000000000000000003cf67a905072a9b135641109b702d5d2ba771f6ac7f65 2,412 1.00/1.00 vMB 80
684,905 684,905 00000000000000000003d0cf822c7d12b3b969877377e6aa68e41c81ded7fb2f 1,873 1.00/1.00 vMB 79
684,904 684,904 00000000000000000005cb3a19192179efa6e2078c7d50f707a5168d0d0603ca 2,029 1.00/1.00 vMB 112
684,903 684,903 0000000000000000000b0debc382fa0162ee6e62058c3c9afd4546f0d91fe33d 2,167 1.00/1.00 vMB 98
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.12 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.