Loading Tool

Explorer IconExplorer

Memory Pool

43,289 transactions
27.96 vMB
0.06353470 BTC
Random Selection Loading Transactions
Max Size: 147.71/200 MB

Candidate Block

Mining Attempt d65eeccc014acb6bf6a2edc9c1936ceb4a6f86ea36b3158a184998e3cc3809cf
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root fd4561c1f9426e0580071c3f82dab800a6ba3b96b2c5cdff8b6e0711940bc264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,447
Size: 1.00 vMB
Total Fees: 0.01107528 BTC
Feerates: 92.00 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (594,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,180 320,180 00000000000000001947110676792554ac6a83dc87d62a5153aba3d553e057c2 143 0.06/1.00 vMB 31
320,179 320,179 000000000000000007311dc0dfad3525d2816772ae6fdafe3ce8bfd99860f6f0 461 0.26/1.00 vMB 26
320,178 320,178 00000000000000001119c560f70c35932bffb5ff682d59f9cbf8af42fcdda747 393 0.31/1.00 vMB 23
320,177 320,177 000000000000000027f912db19dc4976569022f24d27ae5f69094d154db08c9a 758 0.35/1.00 vMB 35
320,176 320,176 00000000000000000fe49efb9fafc78f38960b6962894576025400ab80c3442b 258 0.17/1.00 vMB 25
320,175 320,175 0000000000000000088937c33778264f601537f9409256a09801bd5f4fcb4cdd 628 0.33/1.00 vMB 37
320,174 320,174 00000000000000001b9959619c7a556baacaf8d0a6e9a0994ba93f2dfdf30765 124 0.06/1.00 vMB 32
320,173 320,173 0000000000000000183e67f807eb33f4708da2714da3606ff157145d4c09a56d 414 0.22/1.00 vMB 29
320,172 320,172 0000000000000000102c0e933321897d87132171105bb5796d267b06e0b958dd 149 0.08/1.00 vMB 30
320,171 320,171 00000000000000000cb816b0c13d2485e48c6e38da50c131e514b5bcee881208 555 0.28/1.00 vMB 27
320,170 320,170 000000000000000000e2cc68fc9245186abebf43f1bf8c3a69900a8b006b4061 909 0.47/1.00 vMB 28
320,169 320,169 00000000000000000f86f2978a64f99b22fa17a75d22320686a0d500e1cc8ffa 422 0.30/1.00 vMB 22
320,168 320,168 0000000000000000039994df7b762f60818eb8a8fc5b78122a28eabdd143cdd8 1,024 0.55/1.00 vMB 28
320,167 320,167 00000000000000002731d68233e73e21544925aad3622accf4b779deac229ec0 162 0.10/1.00 vMB 28
320,166 320,166 0000000000000000208ffc094fdc9d647cdc73e60587336ade608c467e0effe6 27 0.01/1.00 vMB 37
320,165 320,165 000000000000000001cf3ddab04e81d07abc36fbab57f652e520d125ebd6277b 200 0.13/1.00 vMB 18
320,164 320,164 0000000000000000129dc2df86682d8c19bcc24e4b49e3390c363477a27e15d8 641 0.35/1.00 vMB 29
320,163 320,163 000000000000000015a7a05e84b57a4773c119ce560e896b86fe7e9fafd0ac87 207 0.24/1.00 vMB 15
320,162 320,162 0000000000000000279132016eea95836db7ecc8b5a71110e8640d16a436863e 748 0.35/1.00 vMB 32
320,161 320,161 0000000000000000223fe310bdde3f52009c4aa77e27292db062bb85925ee811 1 0.00/1.00 vMB 0
320,160 320,160 000000000000000014393e948604bc967c739725989222a3c2d96f98a6dac313 223 0.09/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 651.74 GB
    • Received: 13.64 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.