Loading Tool

Explorer IconExplorer

Memory Pool

79,309 transactions
30.73 vMB
0.10767971 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt e545a56ee25efed6504e0b80ffc3d2059c6319af086b39e96486dc29f17a0792
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 220aef2def291efe1b8d7b274a9cb7877f17be5b6ea1eb0719df3df121ff0288
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03428461 BTC
Feerates: 201.36 > 3.44 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (235,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,209 679,209 00000000000000000009c5d2ea0262dcbf69119ea7ec167a427fc0ab08da96b3 2,635 1.00/1.00 vMB 112
679,208 679,208 00000000000000000003de192dfdf4287c5061187132aa3feb133ebca162ae32 2,874 1.00/1.00 vMB 112
679,207 679,207 0000000000000000000259ef65771a9d2a07f043537fc111037dbf2317fb2a5f 2,747 1.00/1.00 vMB 102
679,206 679,206 000000000000000000003591d9a8f9aadbff5c55353c4d1500426d8931021476 2,837 1.00/1.00 vMB 121
679,205 679,205 00000000000000000002d789a0c38481cb382139b502677a2b4fc4e9c2cdf764 3,172 1.00/1.00 vMB 120
679,204 679,204 000000000000000000067f210e337575eab86bf25308116eebbd7e047a3b642c 2,781 1.00/1.00 vMB 105
679,203 679,203 0000000000000000000875ae81e98875a1b21c4e5fb84786b052ed18833b58c6 2,945 1.00/1.00 vMB 119
679,202 679,202 0000000000000000000ab86fb4d8d4e64a137f91bb62ff0c9f2867231b2f7049 1,679 1.00/1.00 vMB 101
679,201 679,201 0000000000000000000b36c0b1242601bc8481e9acfde1d42c7dad59bfcd8e1e 1,448 1.00/1.00 vMB 99
679,200 679,200 0000000000000000000bbfcdb81c6f02f3b421f6d2dcaf6f59d6fadcca406756 2,071 1.00/1.00 vMB 88
679,199 679,199 000000000000000000033eaa66b04b0f5151af53168bcd8468daaa97768d236a 2,620 1.00/1.00 vMB 99
679,198 679,198 00000000000000000005da3bf0a847fabd7e034064e3ff33c3e379ff09b5b710 2,818 1.00/1.00 vMB 130
679,197 679,197 0000000000000000000accc1472a439657d972b348532249ca36773e7f9998b7 2,221 1.00/1.00 vMB 101
679,196 679,196 000000000000000000076cde6e9d1b997541113d71a47078fc145fc98c8767aa 2,391 1.00/1.00 vMB 123
679,195 679,195 00000000000000000005692b78505ffd86b5d69f8cb1138b82f0e514e7a4e754 2,171 1.00/1.00 vMB 115
679,194 679,194 0000000000000000000533a3aaf0629b81a7a3b82e7bf5f9b3908c9531d130fb 1,957 1.00/1.00 vMB 101
679,193 679,193 00000000000000000003fcf69701d02d0466d9f9d8dc17311882d7a681305a35 2,761 1.00/1.00 vMB 119
679,192 679,192 00000000000000000009e3dd4f4af30389a9aa6f6c19a7a32c2e4b9522c2cd11 2,642 1.00/1.00 vMB 104
679,191 679,191 000000000000000000030679ecabe649cdf34b551a9af433637a03ca1d3f62be 2,814 1.00/1.00 vMB 109
679,190 679,190 00000000000000000001b03828d40eced0bf20e1426686585e0cd0f3af872ab6 1,776 1.00/1.00 vMB 101
679,189 679,189 0000000000000000000592cf6a8ca36f0d457ed00bfea9e4c934290fc30d02ae 2,736 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.