Loading Tool

Explorer IconExplorer

Memory Pool

40,280 transactions
28.17 vMB
0.06036061 BTC
Random Selection Loading Transactions
Max Size: 143.79/200 MB

Candidate Block

Mining Attempt 89cf7d1293d30ddd732c90e25ac6b0cd7d1f9e5cb74331ad77d4df1416f792c4
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root c14fd14364572b4ab9c4d7071a2b76d4cf11584812c5edc7dd80c8fcab32a85d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,468
Size: 1.00 vMB
Total Fees: 0.00616213 BTC
Feerates: 87.72 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (82,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
832,152 832,152 00000000000000000001c1159bbe332cb027e456de4af9e3fccce2357f893c54 2,761 1.00/1.00 vMB 26
832,151 832,151 0000000000000000000134e26d768daf2a5482970db4df8511f0722d46ff8ae5 3,215 1.00/1.00 vMB 21
832,150 832,150 00000000000000000001bae094ed9b74f3e874e015ae9470b17d1e001b0ce9b1 2,956 1.00/1.00 vMB 31
832,149 832,149 000000000000000000030e73f4a0963229e0914e616423a871781381cb8ee475 3,137 1.00/1.00 vMB 29
832,148 832,148 0000000000000000000228f9f3a6b64e252d3fbc32d727c8305921f56976ca0c 3,418 1.00/1.00 vMB 22
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.34 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.