Loading Tool

Explorer IconExplorer

Memory Pool

27,074 transactions
25.36 vMB
0.07337688 BTC
Random Selection Loading Transactions
Max Size: 139.03/200 MB

Candidate Block

Mining Attempt 4a1fde1331abe072e0c14b0aa93afbbddd963e382a725c17733fd6774c0133fe
Version 20000000
Previous Block 000000000000000000006a29dc1bcb38fb5c8b3fef078b47438a99b9542d7de3
Merkle Root b16e40569b4002bdccbb4276e0ef7b0af72b3623a6fca945c7b84ed2f153541b
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 1,891
Size: 1.00 vMB
Total Fees: 0.02076706 BTC
Feerates: 73.20 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 924,156 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
924,156 924,156 000000000000000000006a29dc1bcb38fb5c8b3fef078b47438a99b9542d7de3 2,084 1.00/1.00 vMB 3 ago
924,155 924,155 000000000000000000017985e6a3c2af3e61e6655db7dbd5f4d00d07decff69d 3,072 1.00/1.00 vMB 3 ago
924,154 924,154 00000000000000000000adb2bd4a025c5b5ff86cbe1c0f76b6cbed844e316fec 2,894 1.00/1.00 vMB 4 ago
924,153 924,153 00000000000000000000d38f727682fd801213eb3602b2cafd6f45c1237db7d8 3,253 1.00/1.00 vMB 7 ago
924,152 924,152 000000000000000000003043febcd3abc0886bb8160f76ccc8bb11e9cc8b2902 1,642 1.00/1.00 vMB 2 ago
924,151 924,151 0000000000000000000016589c2c0ef259dab1d93ffa51be10d3f303b21786de 2,935 1.00/1.00 vMB 3
924,150 924,150 00000000000000000001cf3b617d093fac07b87e2ddab883374d765ec5f81683 2,599 1.00/1.00 vMB 2
924,149 924,149 00000000000000000001d5b787a625b00af81042cc4d94a2f97cbddc589956f4 1,459 1.00/1.00 vMB 2
924,148 924,148 00000000000000000000933a841d16ff06b8dbaa0ef13a7a56df1d2a25c8b5bd 3,590 1.00/1.00 vMB 5
924,147 924,147 00000000000000000000bb4706a4827f54f2e997631ce8a3c40ff78f523acdfb 3,047 1.00/1.00 vMB 4
924,146 924,146 000000000000000000005f57f729f484ce6368771ff4ae4fda97f6fa4e84cb4e 2,471 1.00/1.00 vMB 1
924,145 924,145 00000000000000000001cc997a412ad726c0ef6a1b7d3ca39bf53d07f85bcb06 1,634 1.00/1.00 vMB 2
924,144 924,144 00000000000000000001b27d9c9a37164094d8d4f83fd345e1bc463e623a7ac1 2,214 1.00/1.00 vMB 2
924,143 924,143 000000000000000000013b6e3ce1939bf9ee24237d30a08027f5e5b665a02cbb 3,093 1.00/1.00 vMB 4
924,142 924,142 000000000000000000001dd61a6006c28e2347058b870cc87b584673189f8cea 2,329 1.00/1.00 vMB 2
924,141 924,141 000000000000000000016a116cb13a8c37c071794bdeed5b063645d7dd2d3ab6 3,611 1.00/1.00 vMB 6
924,140 924,140 00000000000000000000120b2a006213b36a8a4de7b7f1d544660cb0c55e43f0 3,740 1.00/1.00 vMB 5
924,139 924,139 000000000000000000016d2b1daeefd397c907484466a57b6cd7bf01518a9aae 2,678 1.00/1.00 vMB 1
924,138 924,138 00000000000000000000789810d9f204c787bc2685b3b5ec72d1f293956bfc73 1,096 0.50/1.00 vMB 1
924,137 924,137 00000000000000000001170f5358c0f2ce28978f608852e18fb0cd0c46ffd506 2,485 1.00/1.00 vMB 2
924,136 924,136 00000000000000000001d2c78b890b0ef6499107466d8603b300d4441865e871 3,078 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 798.28 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: 2,306.84 GB
    • Received: 97.32 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.