Loading Tool

Explorer IconExplorer

Memory Pool

48,382 transactions
30.43 vMB
0.10389898 BTC
Random Selection Loading Transactions
Max Size: 162.13/200 MB

Candidate Block

Mining Attempt 689680289c0b1837848d706a1ea1ab5c216966f1ca19f47af381232c09ae534b
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 2c9b0aa13ae3af69d14506ada95fb2971e6b26b9631945bf7148c6556cbb9825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.04101082 BTC
Feerates: 150.97 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (94,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,407 820,407 00000000000000000000efdee5f6adea46294df5ea3b70f27b10d05239ed695c 3,908 1.00/1.00 vMB 60
820,406 820,406 0000000000000000000156828b2b69c04da3579e2afee691bc39c7a438dfcbac 3,465 1.00/1.00 vMB 102
820,405 820,405 000000000000000000017e150f5c920a3d578b483ed2621b7d300e15d9de2fd3 4,140 1.00/1.00 vMB 91
820,404 820,404 0000000000000000000392ab9c160c9575e4e61eeeef30a7f0f3281dd3425c04 4,646 1.00/1.00 vMB 76
820,403 820,403 00000000000000000002ab4f26281746720697490d1561673410ab097e78deec 5,021 1.00/1.00 vMB 86
820,402 820,402 0000000000000000000215681befcbde5425d1273cc5f4abc9b0a72d019e7029 4,109 1.00/1.00 vMB 111
820,401 820,401 00000000000000000003f328e3fc443932e3491fef4be3e97eb3b24454cafc59 4,933 1.00/1.00 vMB 121
820,400 820,400 000000000000000000041d27b972bcad212bc2d53e70ddb02ce8ea2a2babea3f 4,861 1.00/1.00 vMB 130
820,399 820,399 000000000000000000019e45834d936916018a55422ebdc7f535f09f0e210c76 4,251 1.00/1.00 vMB 177
820,398 820,398 00000000000000000003cf31bbb66608aa55f890ec16eb4f4359c1797af43e6c 4,767 1.00/1.00 vMB 98
820,397 820,397 000000000000000000011a005f99eb24f240e8547bc779d1a988e0e6e75c92b7 4,628 1.00/1.00 vMB 69
820,396 820,396 00000000000000000002a9b3928048a2f2712791e6fd30234ca0e15d5e6bf80e 3,732 1.00/1.00 vMB 101
820,395 820,395 0000000000000000000159de9c037678dc9fe23f66d454e3a1b87fb52a29eb19 2,375 1.00/1.00 vMB 46
820,394 820,394 00000000000000000000fcdd666c80ae282a0c8144c9e22e384dfb0bb538cbf9 465 1.00/1.00 vMB 38
820,393 820,393 000000000000000000025a35a069f6051258161df38b38c85f6ee866aca66064 3,486 1.00/1.00 vMB 50
820,392 820,392 000000000000000000032e04ab19a1db5f49f7214934aaf9c4aa2d9d6f61e727 3,858 1.00/1.00 vMB 82
820,391 820,391 00000000000000000002957d3d883d1fd4da31142fb42f65ac1add8a65a6f707 4,297 1.00/1.00 vMB 79
820,390 820,390 000000000000000000027d04137c373d174b75e7be9b0d6c4222447b3f293463 2,801 1.00/1.00 vMB 70
820,389 820,389 000000000000000000037a52ec5c848d98207e2fd4e2c59d9b8b710ec09ecf56 3,775 1.00/1.00 vMB 109
820,388 820,388 00000000000000000000b37cff2fa1bc7b12b959d2bacd2f32f9d71cdd239f01 3,954 1.00/1.00 vMB 64
820,387 820,387 000000000000000000032750f9277164e94108ca12ab98002629e99d8973c6e3 3,641 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.