Loading Tool

Explorer IconExplorer

Memory Pool

82,984 transactions
30.88 vMB
0.08273943 BTC
Random Selection Loading Transactions
Max Size: 189.35/200 MB

Candidate Block

Mining Attempt ede9b9ecd9c1bd8ae60d019d4b6e5df097a1b9559334fc401409be2d6a0f8fea
Version 20000000
Previous Block 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee
Merkle Root 78df9531e743d82e07fd26335549dd0384fcb6b72aeca42b276402e4cf53f802
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,846
Size: 1.00 vMB
Total Fees: 0.01340601 BTC
Feerates: 79.55 > 1.34 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,334 (599,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,207 316,207 00000000000000001315fb431dc765532c3931d1f533c7bd5208bd84396283dd 305 0.15/1.00 vMB 32
316,206 316,206 00000000000000002c292f06932eacf430901d6adab6600567e6a38c96cb9309 111 0.07/1.00 vMB 24
316,205 316,205 0000000000000000135e0acd6a2bd6ac2cfbc0ab363988d1b1b96988cec07fa1 9 0.00/1.00 vMB 22
316,204 316,204 00000000000000001d5fad824d04392f2c422860a25e62dfde10c74c6296255e 94 0.04/1.00 vMB 26
316,203 316,203 000000000000000000037be5d0bf7a0d03db565b07f512dab5d8cda0348bbbed 80 0.04/1.00 vMB 47
316,202 316,202 000000000000000016754abc5ae5fa93ffdf3c3e5787678784f7dbd60a6fada4 148 0.08/1.00 vMB 27
316,201 316,201 000000000000000010ae1e430a1855bd2f89a978adbe61b8d55c5f9a74b37056 363 0.22/1.00 vMB 23
316,200 316,200 00000000000000000841f7b5a01840487a6382eae2cc7de29bd6bd3146403510 224 0.11/1.00 vMB 27
316,199 316,199 00000000000000000eb94882dae064fc2cfd2db0709f7e224e53f2eaa0b3ffbb 171 0.08/1.00 vMB 28
316,198 316,198 0000000000000000358f48b716a4feec157000f929dd1d33710230fa1dabb1f0 426 0.29/1.00 vMB 23
316,197 316,197 000000000000000014816d960f93b17747e615d74dad02fbba90054a90d29ffc 160 0.13/1.00 vMB 15
316,196 316,196 00000000000000000e5679b12bbbeb1cd549916e87164a70886e875c48112079 303 0.19/1.00 vMB 26
316,195 316,195 0000000000000000359863706ad96837de998d9bb475e05dc964809db845e4ab 52 0.02/1.00 vMB 19
316,194 316,194 00000000000000002e1a514c334b68340214b3311260ebd999c53aa31958f2ea 865 0.56/1.00 vMB 26
316,193 316,193 00000000000000000c848daef20127bca3bf6cdd8276e0e7c6f09ab2e11b990b 75 0.08/1.00 vMB 17
316,192 316,192 00000000000000002ce351e0966f5614618ec2ecddf6ebd436c4bf5c470e6b1f 249 0.09/1.00 vMB 34
316,191 316,191 00000000000000001c596fa8782bf428610e162869b6775cfec036679d07a9eb 421 0.32/1.00 vMB 22
316,190 316,190 00000000000000000f92365c5279c5e09e88258df158c212e3a6407e20b6ada0 332 0.22/1.00 vMB 24
316,189 316,189 0000000000000000124832eef9657f884be17bcaf278d3cc75dec318098096c0 154 0.09/1.00 vMB 28
316,188 316,188 0000000000000000111194d806533fed6b724ce471f806cd4ab1ee2d2240abba 87 0.05/1.00 vMB 23
316,187 316,187 000000000000000008bcf925311552be267045bef0d824e9ed62edff565a8647 791 0.45/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.97 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: 715.96 GB
    • Received: 17.76 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.