Loading Tool

Explorer IconExplorer

Memory Pool

46,350 transactions
28.88 vMB
0.14393167 BTC
Random Selection Loading Transactions
Max Size: 152.84/200 MB

Candidate Block

Mining Attempt 3c4800c62aa02b08e732f1e0eb7dae0b1526516071cb42d805d5de035a75517e
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 043ebc5943c3080fe859301811095259c8840a263c8232a8c19eff357d22ed41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,533
Size: 1.00 vMB
Total Fees: 0.08147853 BTC
Feerates: 15,654.48 > 8.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (635,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,348 279,348 0000000000000000c63caf51fa3d0f0b7cf91f5b7d7e38c4462d23a6ca34d91b 138 0.06/1.00 vMB 197
279,347 279,347 0000000000000000754b5d37535ffbe255e192ee2d61aad8452e65127c75446d 762 0.35/1.00 vMB 65
279,346 279,346 0000000000000001be9fe07a5210f1381cef7f4839af8d6802c0afa2dcc70c9a 92 0.11/1.00 vMB 38
279,345 279,345 000000000000000296b2c3612cb42f12c76ccdf84855c896f3065b2674dd8f4a 639 0.25/1.00 vMB 76
279,344 279,344 00000000000000026749cdb408e56ef1f8978ae05e84383f1647717f9a318be2 845 0.41/1.00 vMB 59
279,343 279,343 00000000000000019de388c4dc869b8a6b6ccf6131b6f7bbe8110b46d6abc3b3 63 0.03/1.00 vMB 55
279,342 279,342 00000000000000001856202bda3bdeac7dcca536917bb4cf4820cb69b6690fea 271 0.13/1.00 vMB 36
279,341 279,341 00000000000000028e88854b3a5491324848b8311b50ba8715354d5274c51afc 43 0.03/1.00 vMB 13
279,340 279,340 0000000000000002a592b102a196ebfcd70e01d7120a6b8df1cec8bcc21d46d6 490 0.20/1.00 vMB 59
279,339 279,339 00000000000000004bbedba940f69b4075042aa65bd0c2cfec4b9ec7bdf9ce7c 194 0.07/1.00 vMB 42
279,338 279,338 00000000000000002e5c4a036e7a3d42e2ed550c2daba1812b1b173d8da37bc7 281 0.13/1.00 vMB 45
279,337 279,337 0000000000000000db784dc83cc7ed49d4e4323fa6d70e50f957b3bf038f77d8 321 0.18/1.00 vMB 42
279,336 279,336 0000000000000002a5b8a1c0bc314f20ed3fe429fb3b9a41182ddea1f8d9dd3c 68 0.05/1.00 vMB 40
279,335 279,335 0000000000000002ea83606c10eb44507c157045d124e6bdcd2fd4a4dda16f43 106 0.11/1.00 vMB 21
279,334 279,334 000000000000000103496f6101a4b3834bb75202cfeb952ebcf13fe57657685c 449 0.24/1.00 vMB 41
279,333 279,333 0000000000000001b97feadd911037c3f7793925d72de6a0d087576250186988 193 0.09/1.00 vMB 48
279,332 279,332 0000000000000001258d7a6d2630d213a40f6d941b5567b3f6ab3b0293f4f1bb 580 0.35/1.00 vMB 35
279,331 279,331 0000000000000002f07b184723bfabc9a3011a4c8a16adb994e2ccb653968577 271 0.12/1.00 vMB 38
279,330 279,330 00000000000000017deddd1d334756c8e22d3db9d8f2ec7fa5490ebdbc05dff2 171 0.17/1.00 vMB 17
279,329 279,329 00000000000000011812392cd6abfcee4366a8cb541642a04e4adcf208450605 731 0.25/1.00 vMB 67
279,328 279,328 0000000000000001aeb8a2498b3bc436b7927d109d92014099431e21e71be2e7 40 0.01/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.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.