Loading Tool

Explorer IconExplorer

Memory Pool

41,840 transactions
28.66 vMB
0.07133223 BTC
Random Selection Loading Transactions
Max Size: 146.47/200 MB

Candidate Block

Mining Attempt 4f29fd1cd2ed585fafe0f1db0022ace8f5bf6962ab8bdbaeb95417206fc5031c
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 7950dd44b4dbd4bdf966442b2c61d8f51f8facd4d91b765377940872ee263960
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01575881 BTC
Feerates: 104.56 > 1.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (475,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,391 439,391 000000000000000003f67151377f9f7dfd33798560092707e1a6dfa4030c28e9 2,278 1.00/1.00 vMB 65
439,390 439,390 000000000000000000762d500b2dfa8b00a9e126543b34dec19a7be61c4e19d4 1,838 1.00/1.00 vMB 71
439,389 439,389 0000000000000000002fd34495b1fac1c96d23f0068cf642664f1b84beabe0d8 297 0.32/1.00 vMB 15
439,388 439,388 0000000000000000040a56c4d11946a6f7c2a5bac22e3c04711fadf539a84c28 1,484 1.00/1.00 vMB 34
439,387 439,387 00000000000000000012ab54c66122b5e6d8657f886c0906b9942522b12ff334 1,596 1.00/1.00 vMB 41
439,386 439,386 000000000000000003ed9dc8c88d25fa9b4af66adadda81e600a7cc5b2b471ef 1,151 1.00/1.00 vMB 35
439,385 439,385 0000000000000000026076b1d35b2bbec32428096bf439087fb03f04fd96db24 1,632 1.00/1.00 vMB 41
439,384 439,384 000000000000000000cd2f3802f9fc9f42b45670a40b85f7a6000d3594ab93e0 1,707 1.00/1.00 vMB 58
439,383 439,383 0000000000000000005d4416162a680406c8dad562696de87f7acf2676a954cf 2,651 1.00/1.00 vMB 75
439,382 439,382 0000000000000000044232c5c54302f61f3ff88594b1006dd6c11b2ab149f376 1,869 1.00/1.00 vMB 44
439,381 439,381 0000000000000000008861f4d7ff1252b878e35a2d1dd7495c8b6f803ccd0c7c 2,270 1.00/1.00 vMB 56
439,380 439,380 0000000000000000001ec783b5ce5b143b8729cf9651ffe4d09fc911776e5490 2,363 1.00/1.00 vMB 71
439,379 439,379 000000000000000001076b7b6c0c52278866b5caa2f9871f844eadc8bb1cc157 2,585 0.99/1.00 vMB 59
439,378 439,378 0000000000000000037de4e76e8a3f5e24e6c8f8ae2b0e4637e7467025961ad0 3,179 1.00/1.00 vMB 57
439,377 439,377 000000000000000000d8df3f4cea09f544ecc85ae70c329348082c4ec103c4e7 1,793 1.00/1.00 vMB 64
439,376 439,376 000000000000000002c789adfc5f4a32e76b36f0099643f86eff63d08fc6921b 2,494 1.00/1.00 vMB 83
439,375 439,375 000000000000000002d949d6f2a359aa70832b6c52034659e08d28037d205694 2,620 1.00/1.00 vMB 69
439,374 439,374 0000000000000000024e879d158dd9f8d62dc0edf5939c6c249289900b176835 2,010 1.00/1.00 vMB 60
439,373 439,373 0000000000000000034bd0fc24cce9fe6ff965acfa2d238405cfb2349d537751 2,527 1.00/1.00 vMB 66
439,372 439,372 000000000000000003609e9d176bcc5cb51a37acf5d350de3fddc84f3c6195a6 2,518 1.00/1.00 vMB 99
439,371 439,371 000000000000000003a87a83d60199515eab04252cc1b9559b0dbf3b33d631d7 2,302 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.