Loading Tool

Explorer IconExplorer

Memory Pool

28,057 transactions
9.26 vMB
0.09160491 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.95/200 MB

Candidate Block

Mining Attempt 943e0320c9696e4f8ed2b4713f5a641ee2614d70664490a7a125590db5d37b33
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 2d61bd2ae76dda5a1329a5f5f4c4bbc41482bbc144f8c40803c2bb688fd855dc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 980
Size: 1.00 vMB
Total Fees: 0.02515211 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (742,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,213 171,213 00000000000001d8501fadabb53a7d2d7bf2e3110ea5fe94430e5a4b83b21bf3 35 0.02 vMB 50
171,212 171,212 00000000000009cc27f787470b097b8c47710162937812b7f806f2d784463456 48 0.02 vMB 135
171,211 171,211 0000000000000a7970fbd881e183cfcf6879fe85695c3238a135ae44264da634 74 0.03 vMB 74
171,210 171,210 00000000000000b593b22c282c823efebfc0c2f1bfd11f8533261f13a87303f0 54 0.04 vMB 162
171,209 171,209 00000000000003b887bd28b553683bc400d2728bfe50aa6b982402fa152f389b 18 0.01 vMB 300
171,208 171,208 00000000000008887a495044be4ef5550a028b009b032195f3a139f852af1238 19 0.01 vMB 130
171,207 171,207 0000000000000598563ea0c2d1ecff0bf1dcda3a37ccad73f6b4c0288db2529f 41 0.02 vMB 51
171,206 171,206 0000000000000481604817c9a173bd86cef390d61def3b8dc80cdd6347b64e6d 13 0.01 vMB 24
171,205 171,205 000000000000019bf4a5b819205055c935a93c4830b9e215b8cb437b36f411e0 39 0.02 vMB 145
171,204 171,204 0000000000000209765cd6f53f9c7ca7cb4f3d79032345966b1a23f70b4d291c 66 0.05 vMB 53
171,203 171,203 0000000000000596842310aac666276dbcb55cca182124333464617dc12ac157 12 0.00 vMB 16
171,202 171,202 00000000000005431a63998b2e8db947b057d04ebc1aca2f9b9be7bbe2cca603 65 0.05 vMB 70
171,201 171,201 0000000000000a0bb1e12a5bd988c6b1c887afacd5a22050e54f03b9f97254a7 10 0.00 vMB 1,186
171,200 171,200 00000000000005772a69b8a0b2ceac3a1364556f07b9ec3e97a535cc7bfa5d9e 184 0.05 vMB 80
171,199 171,199 00000000000005fbfc71e8bb5b4eca8948db94df158318dfa4faaf7924e8f890 122 0.05 vMB 47
171,198 171,198 000000000000088528c685de638631d67e6c6f744812e9fec1099daf04ac2705 61 0.06 vMB 119
171,197 171,197 0000000000000075a00c3ccad47c4b754a27966bd2f3ffe980d21950d77863b0 105 0.06 vMB 201
171,196 171,196 000000000000060ffa25bb22ded1327215557d7fc28630649eb2055b9fc819f6 1 0.00 vMB 0
171,195 171,195 0000000000000a04a93486fec0eeaf9db5759f1a007537a78f851600f5687fd1 82 0.05 vMB 91
171,194 171,194 00000000000006d0ac0e007efc6cfcf7acf7288473c106fd92c2f62f22de3889 1 0.00 vMB 0
171,193 171,193 00000000000002aa05fa2355edae552404956e3db1719913aa4c8e8c228a3737 113 0.05 vMB 288
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.99 GB
    • Received: 0.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.