Loading Tool

Explorer IconExplorer

Memory Pool

80,714 transactions
30.47 vMB
0.08878468 BTC
Random Selection Loading Transactions
Max Size: 186.01/200 MB

Candidate Block

Mining Attempt 6f680dc333682373ade545e4f04178ed5c23470048b28ee3d1300af0f7f0b856
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root ea14f9bd4c48060df64d95d16ddf222db3f6fe3282427491ea230fef83d22308
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.01956498 BTC
Feerates: 151.00 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (434,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,174 481,174 00000000000000000066d1f699334d2fc01e4a9692b6450fc8cfce9fa461573d 270 1.00/1.00 vMB 42
481,173 481,173 000000000000000000a7d86b0eb8228da3bebc0cd06523507ace3ed0a5944c94 1,779 1.00/1.00 vMB 90
481,172 481,172 0000000000000000004913b6798cb075b3adec44f80e808f2a2f55e29746269e 1,502 1.00/1.00 vMB 117
481,171 481,171 00000000000000000092efeab34eb82bb3040377280dcf050cea0925dd688a61 1,557 1.00/1.00 vMB 79
481,170 481,170 0000000000000000011385c5900b078d166a617864265f3dd7b8ac753c8a5697 1,650 1.00/1.00 vMB 167
481,169 481,169 00000000000000000109979cb5ab5f73936540ac705167e3915b153d22fe67a5 1,638 1.00/1.00 vMB 99
481,168 481,168 0000000000000000003783ddf4e2fa8b7c0b319e7096bbdc3fc7f51a23f510f1 2,132 1.00/1.00 vMB 215
481,167 481,167 000000000000000000fa8d5136b4960b7b7a9e3486fd92883dacaeb322f631a9 2,315 1.00/1.00 vMB 311
481,166 481,166 0000000000000000002fdea0d2fdc2c04437987b5859b77f1682020d5ee4cfdd 1,969 1.00/1.00 vMB 118
481,165 481,165 0000000000000000007b03e71ae555c44e0c4e9614970c8d1dd9fe671256d8f4 1,647 1.00/1.00 vMB 175
481,164 481,164 00000000000000000110ca029553bf0293be5f5fa196c4712927ae324c4c3605 2,143 1.00/1.00 vMB 328
481,163 481,163 00000000000000000059204e0ef5b32c706b4f9a60655a1c2dca97b57c90fd08 2,039 1.00/1.00 vMB 273
481,162 481,162 0000000000000000004c837e94d2644de29f5d2b221b641cb7ec1edf97e3d90b 1,805 1.00/1.00 vMB 123
481,161 481,161 0000000000000000004beb5baaf68922479bc726cb64932f2813942f1cd640ce 2,191 1.00/1.00 vMB 276
481,160 481,160 000000000000000000f63dfb2adfe249e5185de9691cc7b43705ceee87caae81 2,017 1.00/1.00 vMB 156
481,159 481,159 000000000000000000e0a3a690cf71dc73d3ffbcb8866ba7cfc034bc06205b6e 2,126 1.00/1.00 vMB 160
481,158 481,158 000000000000000000d8e1af815f3cf929434a021272a3df52b1a8f05e01e040 2,261 1.00/1.00 vMB 244
481,157 481,157 000000000000000000118d30425f8654a17720f193c649bdf5755d00afa7e815 2,260 1.00/1.00 vMB 153
481,156 481,156 0000000000000000006bd937120b4bb24000dac9bc486747ab67777a5436e1f6 2,188 1.00/1.00 vMB 173
481,155 481,155 000000000000000000f6995b2985180ef0fd457daf04631731ba958fd0719a7a 2,150 1.00/1.00 vMB 234
481,154 481,154 00000000000000000027664fe3c8d1b1b0c2963c6e76ad0ed2f813f19d9a790e 2,003 1.00/1.00 vMB 290
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.29 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.