Loading Tool

Explorer IconExplorer

Memory Pool

85,452 transactions
33.10 vMB
0.16142626 BTC
Random Selection Loading Transactions
Max Size: 197.05/200 MB

Candidate Block

Mining Attempt 94f8be02922727bccd6644ede5b8a51200d28e1b21e031536d76cce06d7cf0eb
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 95ac1a322769b6deb3538ad7772ee2820ba9d211f9c026b3c9e1787280c7c31f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.04992163 BTC
Feerates: 318.30 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (76,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,631 838,631 00000000000000000000b11a3fbdf872560ede4b1464257621e0638bc8f694e9 3,439 1.00/1.00 vMB 52
838,630 838,630 000000000000000000002d8a2b1b06c7f6e584ab174c915d80496f30e7a69c48 3,785 1.00/1.00 vMB 70
838,629 838,629 00000000000000000002934710d2e555610a979cf50ba22419a7ed590903f559 3,816 1.00/1.00 vMB 70
838,628 838,628 000000000000000000026ab485b7758c1d9bdc848404231abf4bcc04bc29057d 3,293 1.00/1.00 vMB 73
838,627 838,627 0000000000000000000281b4237e3a3b9bc51feb3a23f5b47b2b62d0733282fb 3,414 1.00/1.00 vMB 68
838,626 838,626 000000000000000000015de50ab65d55a4d87b477acd70b176fd98c463ba7c53 3,427 1.00/1.00 vMB 68
838,625 838,625 000000000000000000024b6a6c76d9dba8279ec2576a1a999c4d03c9c7990656 3,862 1.00/1.00 vMB 80
838,624 838,624 000000000000000000002ffad6c02ed22351bd4df615b0fad3e1fbbb4bdc24dc 3,531 1.00/1.00 vMB 82
838,623 838,623 0000000000000000000184bdec1c6e65c5f2018d14ece5101f1a14c6a8a772a8 3,804 1.00/1.00 vMB 128
838,622 838,622 00000000000000000000911435050a191862da282681988c2484dde312894fdd 3,436 1.00/1.00 vMB 86
838,621 838,621 00000000000000000000e6c584a8432043d76c02f9c4c51fbc31ebf5dc979fd9 3,630 1.00/1.00 vMB 106
838,620 838,620 00000000000000000001c33688020d36dd1b72bb213b34d36e7cf42215e8e00e 3,569 1.00/1.00 vMB 114
838,619 838,619 0000000000000000000256e7fedb470a78b6c53ce7ac5065a92f0a49b384ead2 4,146 1.00/1.00 vMB 120
838,618 838,618 0000000000000000000356257fe12c3b47564f70f081403b4e7dc2f6cfd7583a 4,400 1.00/1.00 vMB 136
838,617 838,617 00000000000000000001c74dfb5ce55e2e3852a3de2c02e482ee91e3eb589bdb 3,788 1.00/1.00 vMB 158
838,616 838,616 00000000000000000001d7ef32ac67b765a788231a5e938b9e365dc01160fa21 3,574 1.00/1.00 vMB 143
838,615 838,615 00000000000000000000428ef28a206ae6a783fea15bc35e264019364033c3ac 3,843 1.00/1.00 vMB 79
838,614 838,614 000000000000000000017a67d9ea87bc1a20a3f80c9894f8e14761d36ad2f01b 3,452 1.00/1.00 vMB 74
838,613 838,613 0000000000000000000090a99689df701be8b1a83a2e8011b99bd7a289815fa5 4,623 1.00/1.00 vMB 39
838,612 838,612 000000000000000000027ff1a12a2bffe67622f962d3a0cf138bd777ea2a0a50 3,842 1.00/1.00 vMB 54
838,611 838,611 00000000000000000000c905b244fce2c0290ba54b3d224d06420b53b231daa4 3,431 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.