Loading Tool

Explorer IconExplorer

Memory Pool

75,246 transactions
27.69 vMB
0.07351445 BTC
Random Selection Loading Transactions
Max Size: 168.88/200 MB

Candidate Block

Mining Attempt e1835f722ebf94f5d1d685e753b5ea2ee4049d4e3b39e050db7fd7003506fc70
Version 20000000
Previous Block 00000000000000000001159bfb9c184bf20d071864b704b546354b434880601f
Merkle Root 14dc7a7c5af6dffcdc67bebe97d6079534d7832c54b24d733e21ffe5ca811dc3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,360
Size: 1.00 vMB
Total Fees: 0.01431125 BTC
Feerates: 158.76 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,279 (441,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,653 473,653 0000000000000000013602fbbd4791c0f4b7e612d11ccd4d825cc0fc34318f39 682 1.00/1.00 vMB 75
473,652 473,652 00000000000000000150f13842b785b52deeba57be6afc260113303d4f94082f 408 1.00/1.00 vMB 8
473,651 473,651 00000000000000000042ea428d43b4a0879acf1e651c4bed84d70a57372f7429 2,037 1.00/1.00 vMB 273
473,650 473,650 000000000000000000733650134eb9b0a13f8a37117be44f1c99a1a32627dcf4 967 1.00/1.00 vMB 120
473,649 473,649 00000000000000000037ffcf5cb9381110a5f6a5d831468e6ec08b8e3a5c4e64 1,262 1.00/1.00 vMB 143
473,648 473,648 000000000000000000d372932f0d0a89eba7251f5968ce3101c1ea2d4620a2d5 1,718 1.00/1.00 vMB 84
473,647 473,647 000000000000000000ee69164fc7b391f9d6be941fd8f40a2eebd2e510297808 1,551 1.00/1.00 vMB 143
473,646 473,646 000000000000000001552e2890c9e0bb5ebeb98f9dadd0bb44968a1bd9817352 2,303 1.00/1.00 vMB 375
473,645 473,645 000000000000000000727a1145162e25feb556606f31e44b9d2e32f7dd064e72 2,192 1.00/1.00 vMB 267
473,644 473,644 000000000000000000cced8f33ad364e0d5b5393db49193e0c487d2d76d76606 975 0.60/1.00 vMB 35
473,643 473,643 00000000000000000133b0255ce98b6a6fad5a01541438eaaff89c612145dc77 2,231 1.00/1.00 vMB 300
473,642 473,642 0000000000000000015b6544a295ef9885f614c7fe8f20e54d6e97f458b4efcb 1,967 1.00/1.00 vMB 247
473,641 473,641 000000000000000000dcdc1528a11b6e0f6f124b2e76369a823f01a483de7b76 196 1.00/1.00 vMB 24
473,640 473,640 0000000000000000014ffa320eb329206080c4a007d48766bc62f51bf93fd418 54 0.03/1.00 vMB 384
473,639 473,639 00000000000000000134d81cb70e0a136fcf3e6babe3bc2bd7d5415f001c6196 1,714 1.00/1.00 vMB 117
473,638 473,638 0000000000000000015f78f7ad02c7edfb6ad6b3fc7633b192ab602bef846ecb 1,473 0.80/1.00 vMB 279
473,637 473,637 000000000000000001007c5f42a35c35474e55fdd0acb5d3f61ad499f9aacd5f 1,340 1.00/1.00 vMB 144
473,636 473,636 0000000000000000012c17ab8ac39892b36fec85c1f537dfd72f6cabd8a19e28 742 0.75/1.00 vMB 48
473,635 473,635 000000000000000000d55a0bfb9d241a8abb488e86bb86038370b0bc737d7dab 684 0.28/1.00 vMB 223
473,634 473,634 0000000000000000008e9e2ef62f7eab49c727ccc769ba7906e1083a8f9ffec4 155 0.13/1.00 vMB 292
473,633 473,633 000000000000000000ee38968cf5405edad2734482b40838911e9b42374b4fd2 38 0.01/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.87 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: 713.12 GB
    • Received: 17.32 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.