Loading Tool

Explorer IconExplorer

Memory Pool

84,266 transactions
31.59 vMB
0.13471251 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt a55c2e654327d7b7d48b0fca698ecc1439feadba9a24e5035587f13115bfad48
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root ca59f2ad8173d9609703b33c92e593c95668e71018fffe96f3f49b55dbcf92c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,142
Size: 1.00 vMB
Total Fees: 0.05424968 BTC
Feerates: 163.06 > 5.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (274,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,261 640,261 00000000000000000004b7dc299d4f9bef1e2fbe1a94ccbd7d2214a74178a30d 2,119 1.00/1.00 vMB 127
640,260 640,260 00000000000000000000eabedc9ce53b81e987289560d88b4e6b1794d1688902 2,210 1.00/1.00 vMB 52
640,259 640,259 0000000000000000000f77c19117cbeaeec6fb2f5deffc3d0b8cf2b9a1038244 1,880 1.00/1.00 vMB 89
640,258 640,258 000000000000000000082baa535caa96bb46f27bc567185fc84bd9d5eaf10578 1 0.00/1.00 vMB 0
640,257 640,257 000000000000000000070cdeaecabf13f2a0d97b68652dbc1a467e3c6acdde79 2,112 1.00/1.00 vMB 42
640,256 640,256 000000000000000000062772b42a4ebbb0b30644397f640253acb6d85cdc2d5a 2,649 1.00/1.00 vMB 62
640,255 640,255 00000000000000000007c8b5a46e1a2aa9280ea78ee6809b7ff4db07b2b5882e 2,154 1.00/1.00 vMB 108
640,254 640,254 00000000000000000008579f66a13da1df1ad367addb98ff33f087d750614f82 3,054 1.00/1.00 vMB 124
640,253 640,253 0000000000000000000e21416464d9fce70b82556f1e3f4818c0d0abedb3673b 2,819 1.00/1.00 vMB 127
640,252 640,252 00000000000000000007756fc14debb9cb1ebdae474422b8ed3c2694167532ef 2,270 1.00/1.00 vMB 49
640,251 640,251 0000000000000000000e22826fdecb0c7c3dc5c38a2e0563907a1e9527fb303e 2,537 1.00/1.00 vMB 29
640,250 640,250 000000000000000000018c4ac7311d553d0809cdee96a8c1b5cd9fe6f17a0bbe 2,136 1.00/1.00 vMB 32
640,249 640,249 00000000000000000008d864f4255a5ca484fa9ee5cc1f3aadac163a7997ad2f 2,532 1.00/1.00 vMB 85
640,248 640,248 0000000000000000000f4cb0ea285298577c1838f86f72561434b8e7906b1646 3,185 1.00/1.00 vMB 105
640,247 640,247 0000000000000000000fd8f6071de843d13993c1e2fc2b1f99c83dab2ba4f659 2,519 1.00/1.00 vMB 116
640,246 640,246 0000000000000000000fa7e461b7be6ec587df0ef1dfeb995da6c09cdf703039 2,395 1.00/1.00 vMB 92
640,245 640,245 0000000000000000000070f788ded11eca844e4a5671fd68041ff1d8c0953aa0 2,325 1.00/1.00 vMB 69
640,244 640,244 00000000000000000006b583d753a1923f1702591f834553d58104fbd1bef65c 2,021 1.00/1.00 vMB 127
640,243 640,243 000000000000000000012a8ef3bbdb1f1f7cf83de1e59930a656db29f033b2b9 2,707 1.00/1.00 vMB 71
640,242 640,242 000000000000000000011a0454e5cb4ce49ef8486acdd17788b7ea87b6fbe739 2,613 1.00/1.00 vMB 124
640,241 640,241 00000000000000000003376ad975b223d286b40321a6bf5e426f1df8e4c75d3e 2,673 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.