Loading Tool

Explorer IconExplorer

Memory Pool

40,405 transactions
27.55 vMB
0.06806340 BTC
Random Selection Loading Transactions
Max Size: 141.30/200 MB

Candidate Block

Mining Attempt 94a02d31f9dadcc71a55b9caf81551651158304f79fdf1d5ebc6a8aa2951bd2b
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 3a76f6f149bdbf2fc4f52425cdc11a26692d9ec6fa7ee85a424ff86271e5132a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.01558732 BTC
Feerates: 307.10 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (82,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,173 832,173 00000000000000000001fe6a51b140b4e888a0526b0d173d5aed3145963a94a6 3,410 1.00/1.00 vMB 69
832,172 832,172 000000000000000000018b5cb78d507280aaa14545311458926501305a3684d7 2,364 1.00/1.00 vMB 80
832,171 832,171 00000000000000000002d8d98ec45a16f337f8abab1f7cf6dbd65868cc0ed062 2,749 1.00/1.00 vMB 56
832,170 832,170 00000000000000000001bb301dfdadab1d3ae6cb460d42ccfea3874b1a98b1d8 3,459 1.00/1.00 vMB 24
832,169 832,169 000000000000000000028f57f4f18d668a1da8a69d41530db1c42414deeef256 3,073 1.00/1.00 vMB 26
832,168 832,168 00000000000000000000e7932006f5f82a21ccf8ea46a7b71f3c8af640a14cb8 3,050 1.00/1.00 vMB 28
832,167 832,167 000000000000000000002a5aa024eb12a2a5fe61aeb5cd956d30f8bce22dabb4 3,004 1.00/1.00 vMB 28
832,166 832,166 00000000000000000002787030b7aecb92651507ef90117cf903f0fc9015ddbf 2,944 1.00/1.00 vMB 29
832,165 832,165 000000000000000000014161d227ca4cfadcc3f656629d3242b52ebeb14d954a 3,259 1.00/1.00 vMB 31
832,164 832,164 000000000000000000021004d3dac472eace4e76a95f1c62b57813f6983e65f0 3,521 1.00/1.00 vMB 26
832,163 832,163 00000000000000000000cdf783a71b03b4f5577acf4b8cd043905c5390860a90 2,686 1.00/1.00 vMB 26
832,162 832,162 00000000000000000002b41941461af2dcbb3f14156a276e072e5772f55a24ff 3,033 1.00/1.00 vMB 37
832,161 832,161 000000000000000000031a50e82619c5bf152b88d88326c1e9d5aa2a0f74821f 2,950 1.00/1.00 vMB 31
832,160 832,160 000000000000000000025730ffbfac65560b6b1d8243c2ba43811e3034d85e52 2,912 1.00/1.00 vMB 33
832,159 832,159 000000000000000000018f25438b1664a07fed49b2640d813762d313d8a64192 3,075 1.00/1.00 vMB 26
832,158 832,158 000000000000000000005f1715714b9978edcc51a6240a1c904847a0ddf0ec7d 2,503 1.00/1.00 vMB 25
832,157 832,157 0000000000000000000317daf44f1b07f2efb1c8a53d5906e8ac48807eb1a616 3,393 1.00/1.00 vMB 28
832,156 832,156 00000000000000000002f24b347253990df2d899cb9d11e5c9e018171177534d 841 1.00/1.00 vMB 21
832,155 832,155 0000000000000000000216ecf624918a5e8e01b97be942d4903fc611c730715b 1,289 1.00/1.00 vMB 23
832,154 832,154 00000000000000000001fa272a60a9da104bb7400ac4c22e2b322da9c2197073 158 1.00/1.00 vMB 20
832,153 832,153 00000000000000000001c92d912b7e67c227624949ce54b4dfd3c7bf959b220f 1,771 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.