Loading Tool

Explorer IconExplorer

Memory Pool

22,347 transactions
11.70 vMB
0.04550793 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.84/200 MB

Candidate Block

Mining Attempt c424dec72504d4bd6cc531fa03db77215e7c737c482996092f823f2826668807
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root 493a967dfe232e33be05057635ddbac537f5c5524a02c8656866e76b977c3852
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,931
Size: 0.9979055 1.00 vMB
Total Fees: 0.02564075 BTC
Feerates: 202.69 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (763,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,193 150,193 00000000000001ce7e9e42412263fd7ca74255e88aeebdf3881ebb32b11908ed 32 0.01/1.00 vMB 187
150,192 150,192 000000000000007b442f3de115fc9e7dfad7693db26d61c8df452d6c1beca143 11 0.00/1.00 vMB 231
150,191 150,191 000000000000018a0f82221ea353b75ed8134560ee87d8910bb635fcad680cb4 40 0.02/1.00 vMB 379
150,190 150,190 00000000000007f54df89027081f42c7a2bec676eca2e69123b72f42017cfcc4 3 0.00/1.00 vMB 96
150,189 150,189 00000000000007e8442935947ffc8b85e75af4501778b6d6211815d84b8ede95 1 0.00/1.00 vMB 0
150,188 150,188 000000000000014d6b7eb3f8732ec2272dd2f66c75055d730b5a9511b7f0a2f1 87 0.03/1.00 vMB 56
150,187 150,187 00000000000003b724d84dae9edb24ea5a6f68ffb7b9cdeee115e85f88d8463b 30 0.01/1.00 vMB 458
150,186 150,186 000000000000036653cb609afb60fbe8035b8871f84ca6328710d6352ccb24c7 13 0.01/1.00 vMB 34
150,185 150,185 00000000000000d542ba121a76251290deebc104211c12db0f0dea2b48c0f5ee 13 0.01/1.00 vMB 23
150,184 150,184 0000000000000b1ccd090d60762033844d7e91516ffe83a3d7bb49f689387166 12 0.01/1.00 vMB 38
150,183 150,183 00000000000007522a915cdf35931a582681c5c211fab65761e2867fa3501d0a 71 0.04/1.00 vMB 188
150,182 150,182 00000000000002d82e69cc1f25591f6990a1d8707ae0de781b07cff1b497d4c6 25 0.01/1.00 vMB 51
150,181 150,181 00000000000009a822aeeb46094766e56608e1794cc8d04fe2a21d20b33f6a1d 131 0.05/1.00 vMB 137
150,180 150,180 0000000000000a3841f7ea032a628e46e4dc2521f29de5cc42f83c11b20425ef 44 0.04/1.00 vMB 51
150,179 150,179 0000000000000831f0c31dda8fc7b0595546368c43479c3b3637008edc3b271b 15 0.01/1.00 vMB 119
150,178 150,178 000000000000046da3ecf191f49fff2b94bb28a1dd6401695dd5d4dd9fec6ac7 3 0.00/1.00 vMB 0
150,177 150,177 00000000000004455a363f896f78abee63ff584e5008bf3c120282141304c373 169 0.05/1.00 vMB 9
150,176 150,176 0000000000000b1f69c4aac7517f0789440695750d8fceee3bc92641dee5e1ad 22 0.01/1.00 vMB 178
150,175 150,175 00000000000002ffea934ecef22d4fd59682c8752180eb7ea7efa64e1c97d3ce 43 0.02/1.00 vMB 225
150,174 150,174 0000000000000a804686caae02a5722310ebdc42b344164174c48a06cff8724b 52 0.03/1.00 vMB 8
150,173 150,173 000000000000071ceeb54122049e2f85cea0e4a0dc915107b3e4f9d58379f511 91 0.04/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 779.98 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: 471.44 GB
    • Received: 2.99 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.