Loading Tool

Explorer IconExplorer

Memory Pool

64,833 transactions
21.31 vMB
0.07232953 BTC
Random Selection Loading Transactions
Max Size: 133.80/200 MB

Candidate Block

Mining Attempt 02748546579012332a564732878e9e54e9263ba76080cc0652cec604a21fdb03
Version 20000000
Previous Block 0000000000000000000121e9496b67fd2dc8e9de934b99f0fb0caaf6cc2752b1
Merkle Root 41c9b9a1cacc5d9140c77c4cf589d2efbd57a54dd191bdfd5223258b99c8a10d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,546
Size: 1.00 vMB
Total Fees: 0.01792148 BTC
Feerates: 100.32 > 1.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,752 (793,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,224 122,224 00000000000091c0e7ef473417e795e8a294afb2f9da3a516a02aa759311ddd9 19 0.01/1.00 vMB 0
122,223 122,223 00000000000047e2ffd047d55e56120061aad3e533e8a74d2b030a84698aec2c 13 0.01/1.00 vMB 192
122,222 122,222 00000000000046c4d228fc6cb844dd89cc010f91f97bc7381584e622d6e245cb 9 0.00/1.00 vMB 503
122,221 122,221 000000000000876251b4de8b997b9f445e1ffa9d3df46a7c35dbb3029daf0046 14 0.00/1.00 vMB 276
122,220 122,220 000000000000573b86184d4035d75b038afebc87e1f36a669c853161d9f08ad3 16 0.01/1.00 vMB 0
122,219 122,219 000000000000252737c9fdf64e6455f489f090e85d5bb4bcd5d8afb67c26f40c 19 0.01/1.00 vMB 408
122,218 122,218 00000000000021f2e03647bc29bfe41e4ff6dc21c46a28dd4e3cfb1c6dd369a1 11 0.00/1.00 vMB 0
122,217 122,217 000000000000697dc3cfcd8aff958dfc8c3479aa20a393e267f6841fb055142b 19 0.01/1.00 vMB 150
122,216 122,216 00000000000086dad167319f93a9bbaa5525e1a82e023d0a4f969aacf8608b94 13 0.00/1.00 vMB 794
122,215 122,215 00000000000072e95e62666d4a3bab93fe451bc7bf1dbe6abadf357668f78f2c 29 0.01/1.00 vMB 457
122,214 122,214 0000000000002c28ff9f63ffe309bf25fbe8b5c856a34d4548556f13cafd80c9 6 0.00/1.00 vMB 347
122,213 122,213 00000000000045dca62fb987c5101527ed4a31a39da124d3a3744b1f819e31d5 5 0.00/1.00 vMB 1,008
122,212 122,212 0000000000008cdb430d73bf13c9add2a6a8b893016ec04ead92123b8c22f5eb 10 0.00/1.00 vMB 310
122,211 122,211 00000000000075fab1fad3b5a9b2e7a1b905d30ae347f6a0bd309352e23c85e7 12 0.00/1.00 vMB 645
122,210 122,210 00000000000021cb9477c95e330d086203918c833f6b0bf5bc9c83c8739f5aa2 1 0.00/1.00 vMB 0
122,209 122,209 0000000000007e9f5b146dbdf5bf0d7c17600c0ad454633aee32472ac7e30155 43 0.01/1.00 vMB 503
122,208 122,208 000000000000858114643df757d146220b21f183d8f0ce993fa37e4e73894787 6 0.00/1.00 vMB 0
122,207 122,207 00000000000019d159241dba3eb15b546b2d36f7ec86154404d8e1b2a4e6ff52 12 0.00/1.00 vMB 573
122,206 122,206 000000000000155c9858971c7967cb1ce74c92a8cb8e0ce71c7fab87c8dc8bca 19 0.01/1.00 vMB 1,874
122,205 122,205 0000000000001ad398915c40f0608f44f6daac21e0c4fa49d7732c8e5d0953af 17 0.00/1.00 vMB 1,464
122,204 122,204 0000000000006e78680ad7c6246634ab1172fa39713ac83b723d9841bd533d67 18 0.01/1.00 vMB 784
Previous 10 blocks ↓
Total Size: 783.68 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: 777.66 GB
    • Received: 21.20 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.