Loading Tool

Explorer IconExplorer

Memory Pool

82,397 transactions
30.74 vMB
0.08480694 BTC
Random Selection Loading Transactions
Max Size: 188.12/200 MB

Candidate Block

Mining Attempt 1a2c90e3416149dba396bef105c847644ce4a4e8e9341158819d339e27cfffc4
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root a3b7c1bc867d8b49f1f3c2232e09c34b1b939b7c846cf60d291601639a082e8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.01505458 BTC
Feerates: 114.09 > 1.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (456,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,697 458,697 000000000000000001a9d2ced2ce4e15e6d17b10da0ba9b4834c87baa2beeb1f 1,328 1.00/1.00 vMB 140
458,696 458,696 000000000000000000d53a51ecd11367a1cadb9ce06d705df5651656db87d8d0 1,454 1.00/1.00 vMB 70
458,695 458,695 000000000000000000dbee21a5a928c9b53f009880d92f77376fd165e26b40fc 2,147 1.00/1.00 vMB 176
458,694 458,694 0000000000000000018d332fbb23692fe67dfb941607e870116e2c4edfae668e 1,991 1.00/1.00 vMB 138
458,693 458,693 000000000000000000be4853edfb72e498884e0ad5c0ab6ec66f2b0bf456ea8e 1,815 1.00/1.00 vMB 221
458,692 458,692 0000000000000000021294d4fb50b084a8aeaf3974dfc281ca377db5d42ee198 1,360 1.00/1.00 vMB 97
458,691 458,691 0000000000000000003bfe3e833de447b616f01c9c39e0c1791c78a85ce7fcf6 1,800 1.00/1.00 vMB 133
458,690 458,690 0000000000000000015bc5167af75284fdd448770c40e7000b987988677f571b 1 0.00/1.00 vMB 0
458,689 458,689 000000000000000002281a3c83968bad3374d50b418852d0cc94429c00b20b9f 2,014 1.00/1.00 vMB 159
458,688 458,688 000000000000000000b88c0eeb2112482157e4da8601eed363864addcf14119a 2,006 1.00/1.00 vMB 217
458,687 458,687 0000000000000000020fe4bb960285a3735868391bbf9f3b6b26e1b33557be06 1,432 1.00/1.00 vMB 117
458,686 458,686 000000000000000001d1983082f8fba639dbe1982851f91d71028abd3bd467ed 1,358 1.00/1.00 vMB 129
458,685 458,685 00000000000000000051072ac33fb45a1ba1daa817451324c2837606a4a9fb42 2,491 1.00/1.00 vMB 152
458,684 458,684 000000000000000000b6ef7ecbb525490e5bfb5e2f699578c6a786c14f7f021c 2,194 1.00/1.00 vMB 176
458,683 458,683 0000000000000000021c2cbdc1fa996be78efdbbdcdea9d1dff2117fdf18d0c6 1,804 1.00/1.00 vMB 146
458,682 458,682 000000000000000000177e722dae8e7f952bdc0757b30952ab3c21d4535e8e03 2,042 1.00/1.00 vMB 190
458,681 458,681 0000000000000000021248b2139ee02550e5004b15a74431c62a13940e61d9d7 2,023 1.00/1.00 vMB 185
458,680 458,680 000000000000000001174479d3e4a00a486fadbb947650e44e6c9910c072b563 2,154 1.00/1.00 vMB 225
458,679 458,679 0000000000000000019b7097c0b729c159655206c64d05c28c1a1e6ee5134b16 1,629 1.00/1.00 vMB 145
458,678 458,678 000000000000000001a85a53eb59d4674160894005d29aea37f433f80d491bc5 1,845 1.00/1.00 vMB 241
458,677 458,677 000000000000000002232a2ad6115094a5e348d0761bebb85f40d2c1a87cbab0 2,487 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 783.02 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: 719.26 GB
    • Received: 18.02 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.