Loading Tool

Explorer IconExplorer

Memory Pool

78,078 transactions
29.29 vMB
0.06361996 BTC
Random Selection Loading Transactions
Max Size: 176.06/200 MB

Candidate Block

Mining Attempt 06a168d9f67551d2cb6c44a0efddadc9a62b8606e247db79bdacc6ed35b7bac3
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 92b72afd17b19383db256e5b4c28f03b319ea88137af73540fd60ada8a9c4264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,830
Size: 1.00 vMB
Total Fees: 0.00434893 BTC
Feerates: 21.09 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (298,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,281 616,281 0000000000000000000629f48a935bcb9797459188f321eac0cc0952594b6d98 2,871 1.00/1.00 vMB 29
616,280 616,280 0000000000000000000f70beb8a87ee4895363a9347b668de2bc070d32931bfe 3,046 1.00/1.00 vMB 26
616,279 616,279 000000000000000000080f736385c6c2a45519194e77f36ec9ac00506a7d2baa 2,850 1.00/1.00 vMB 24
616,278 616,278 000000000000000000091aa21c7180b30a0c827794e5d6a0fcef744a3b843174 3,639 1.00/1.00 vMB 31
616,277 616,277 0000000000000000000e0fc5d055b6cb1fa1605706245265df1c7fe5f18caae3 3,218 1.00/1.00 vMB 40
616,276 616,276 00000000000000000009f12e1a0bc329bc460fb7d82c6a28174b38dc0fdac518 2,969 1.00/1.00 vMB 27
616,275 616,275 000000000000000000068b191fe992bb464affe4cfb454c40d5f280b07551b8b 2,859 1.00/1.00 vMB 36
616,274 616,274 000000000000000000105269df438ad42ecdb4a409f9b4fb524cc01985dd67cc 2,159 1.00/1.00 vMB 55
616,273 616,273 00000000000000000008881e929c5a04a6da486ee2141bd65047e86e27c8b3fa 2,483 1.00/1.00 vMB 19
616,272 616,272 000000000000000000059d8621464f112eb538abb24f60771853aa890e61fa20 3,576 1.00/1.00 vMB 22
616,271 616,271 0000000000000000000bdc4dd8a5d14ebcbdf2c07ab4b8fa02f02c586d5d7f3a 2,677 1.00/1.00 vMB 43
616,270 616,270 0000000000000000000edbc85ad92820d155dfe6c844af0d4c045c9b893b7d08 2,443 1.00/1.00 vMB 25
616,269 616,269 0000000000000000000db4c02ff53b6bdd0a0eba4fc79aed1f469edd13cb6f61 2,000 1.00/1.00 vMB 48
616,268 616,268 000000000000000000026dee208c4a9bdef7111eb60139c72c55e8626e32a388 3,239 1.00/1.00 vMB 28
616,267 616,267 00000000000000000011ac156899b0415af3f1c13434582178d31fb104a618fd 3,182 1.00/1.00 vMB 22
616,266 616,266 0000000000000000000e2499c6080ab5617f170d9b4d426491bea6d7d91fc936 3,097 1.00/1.00 vMB 40
616,265 616,265 00000000000000000008e9754a3ea323c545b88412f55e61edceb7963e21b8f0 3,185 1.00/1.00 vMB 36
616,264 616,264 0000000000000000001019404039e2961e2448ade7b9bd7e22280801e6892a03 1,893 1.00/1.00 vMB 15
616,263 616,263 0000000000000000000a9657c2556efd8f9bfcb4f588b36a6d58795c0c352f1d 1,736 1.00/1.00 vMB 13
616,262 616,262 00000000000000000003659e312eb4884dcd64f0110e793b2a96bc5713e65cd1 1,939 1.00/1.00 vMB 16
616,261 616,261 0000000000000000000a1ac91b5855166ffe8ca94e26f5c36d1c161dffe9c61b 3,149 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.