Loading Tool

Explorer IconExplorer

Memory Pool

18,821 transactions
8.85 vMB
0.02877778 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.50/200 MB

Candidate Block

Mining Attempt 6a1643b5f24c4a5171bb487597a5cadca0635943400d37c7c5c8053fd5d37fb2
Version 20000000
Previous Block 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7
Merkle Root 03df99b6ee39794383b0c9e597d1b43331ebd6a670c36c7d91f54174e64417b5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,079
Size: 1.00 vMB
Total Fees: 0.00945995 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,403 (647,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,816 265,816 000000000000000783772cc132246511061c0c71911126d97b5146290ab2d2ee 29 0.01 vMB 112
265,815 265,815 00000000000000046cda25c7fc19b9692a178285c857070c352329324ce64920 95 0.06 vMB 39
265,814 265,814 0000000000000003e2b319da41e931246da52f2db7e40a3ae10d8e4da2615e53 72 0.10 vMB 39
265,813 265,813 000000000000000b9a77a4d55721d4d153933ee5ae3b075052f3e6ae3619cb2d 482 0.21 vMB 127
265,812 265,812 000000000000000f6d293fc09c89d52b46192e18138c49279fb7e9f0b4d9a4cf 37 0.03 vMB 6
265,811 265,811 00000000000000093d3e38576a47d30546787dc3cb4347db8908dcb84dca4b03 293 0.15 vMB 90
265,810 265,810 000000000000000df7f8cd3e646cffa2f653a1d471885cced6b11eb52b4c4f0f 112 0.05 vMB 80
265,809 265,809 000000000000000aadd3552ab616751017d839f0f1768a81e38bc131d58f684c 154 0.15 vMB 20
265,808 265,808 000000000000000a13003a3615db41d3e60dab98b011157209275ce92eb96794 127 0.05 vMB 73
265,807 265,807 000000000000000b6402b9e76c7c9ba0e313827250bc263493774102621e6990 177 0.07 vMB 55
265,806 265,806 000000000000000083c49346912433df6f26f5bbf5df01562d753189b193cfcf 284 0.12 vMB 81
265,805 265,805 000000000000000251531ddfb650a5cbb06bbc99fb78108d2888ba5e484eeb9d 271 0.13 vMB 96
265,804 265,804 00000000000000014c554eab965b18610f0d22f0af511790724f7f87bc9bb650 218 0.09 vMB 80
265,803 265,803 000000000000000ccd00495e3fd26efb86efe19f1e294c2d6048e83c52984e95 196 0.17 vMB 23
265,802 265,802 000000000000000560ff174cf696306d5b62c157d0e8ace32226db131a7e2169 499 0.25 vMB 110
265,801 265,801 000000000000000eeb9528c57a40500271f93aa3629c52e55e82ea395a8ee8e2 668 0.25 vMB 114
265,800 265,800 000000000000000a7d29b9a32977ca9b9788faa03b87e872f7a1f4d9583e47d2 586 0.25 vMB 113
265,799 265,799 000000000000000a6ef0e25bafba1b1a79561a46c23f3799a5b772e4b9c8a11b 209 0.15 vMB 63
265,798 265,798 0000000000000003c35bf03792ad17f6a734f0d9d699cda7c323cba54327be80 366 0.14 vMB 84
265,797 265,797 00000000000000073448be8e0acd08e8697ac1bfcbab294454cd27d0c49f96a8 819 0.37 vMB 105
265,796 265,796 000000000000000d6a926f85ccab4d6e9df4b6fe5effaca682176360c402dc3e 251 0.13 vMB 76
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

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