Loading Tool

Explorer IconExplorer

Memory Pool

79,753 transactions
29.27 vMB
0.12371770 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt bfea621ef1d70f21e96ce4f51691660b483b539481cc1994c69f2b7d299b6325
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root d9ef87ee109c7ee3c02b159db858e3f31dbda87b152dc0f62c8651a76529b252
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.04586375 BTC
Feerates: 301.72 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (859,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,689 55,689 000000000b2bba46069b5612ab01980f32537075f4ff9cee6e5e0a3377c5c574 1 0.00/1.00 vMB 0
55,688 55,688 00000000016612416024d32d67db4e48cfcb404004d9eb5ba2364fbed187cab7 1 0.00/1.00 vMB 0
55,687 55,687 0000000009a8be5b43bff3ba4e94dc30022cb42a52e8ee294faf66f9639ba462 1 0.00/1.00 vMB 0
55,686 55,686 000000000ee22a56582690329029ad4f0c8e382d5fc397481a52cccc90686eac 1 0.00/1.00 vMB 0
55,685 55,685 000000000cb442f34490d9f967f46c33e7f0326188ad45e61adf8c10eab1cdb6 1 0.00/1.00 vMB 0
55,684 55,684 000000000d6c685a943c83053527c6c8c284f578f782830118d4b8799ea969d7 1 0.00/1.00 vMB 0
55,683 55,683 000000000748fad9043c24675da926454c2f75399135021e0b9d6114f44a9563 1 0.00/1.00 vMB 0
55,682 55,682 000000000bb0103bb99ae4ec58dede4ca9c881198e06a4a434f1f6445b9427a5 1 0.00/1.00 vMB 0
55,681 55,681 000000000bb68705808a2c56609bac19ceb9131660ceacd8f1ef1c2cfe06d5da 2 0.00/1.00 vMB 0
55,680 55,680 0000000011f96f230049e9ef5a06e501af46bc76a3ff995b56a44f0e656ba3f1 1 0.00/1.00 vMB 0
55,679 55,679 0000000004432b50a23b5217d944dccf0a4c8be5c5f710f0c449ed47dd0c3943 1 0.00/1.00 vMB 0
55,678 55,678 0000000006a22be64a6596a7842e516123321515aeb808f343cff96e3ef19a94 2 0.00/1.00 vMB 0
55,677 55,677 000000000ab5aa7f61ce3bad1497943ef671f3f909ac0da455aa2d31a021e0fb 1 0.00/1.00 vMB 0
55,676 55,676 00000000114247fb4ebac8c8e2b03d172d5254c2c7748b42b7e38933b4959bd3 1 0.00/1.00 vMB 0
55,675 55,675 000000000645da4cb991eaa00897d494984a276a5afb31c7f6922fd878d86aa9 1 0.00/1.00 vMB 0
55,674 55,674 000000000c91cba29ce998be8f18ddb5080c3746ceb281200c4f2af2d2537199 3 0.00/1.00 vMB 0
55,673 55,673 00000000104cf9411c85e5b640a6b8375a70371e29492d0fd0408a4d9a369209 4 0.00/1.00 vMB 0
55,672 55,672 00000000022c7745313c2d15de6b51fe2c47c753fe97b59845908b0a69787a62 1 0.00/1.00 vMB 0
55,671 55,671 00000000027a56a83dcb92e8c8dcfc938ce9ac204555843a9d953306a1bccd19 1 0.00/1.00 vMB 0
55,670 55,670 000000000ebb54d636149971e9c8313149dba3818162cfefa1aa5fbf1b83d911 1 0.00/1.00 vMB 0
55,669 55,669 000000000c6e942519f0639868661b9378197324dec3700ac0f74269082b882c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.