Loading Tool

Explorer IconExplorer

Memory Pool

38,750 transactions
26.46 vMB
0.06600842 BTC
Random Selection Loading Transactions
Max Size: 136.36/200 MB

Candidate Block

Mining Attempt 73f49dbcbeedf8a2a3e6fdff271edd5036d7a7bfae2ec7da44e7ca5ee87526bd
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 53ddb87766ca104b72c7d2adee1387da56f38700d9c2c090218fc3dbe5667eb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.01666718 BTC
Feerates: 199.22 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (352,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,239 562,239 0000000000000000000fb67e29c7359f292b78d9acffc3e942ed1a29adcd1048 3,055 1.00/1.00 vMB 13
562,238 562,238 00000000000000000009eb7e0fe8738c8c63907d892b636a44982ede9b10c6ee 1,922 1.00/1.00 vMB 15
562,237 562,237 000000000000000000289820d65e9ad91e95de40a02d9f5a27fe242ec28c7a47 3,544 1.00/1.00 vMB 36
562,236 562,236 00000000000000000029037d09f085e59940276ddd5e40f680e5991191f0acf6 3,066 0.96/1.00 vMB 16
562,235 562,235 000000000000000000239f3dd095efd9e0595f61e2456fdc3fa43e02dd39e87f 677 0.19/1.00 vMB 24
562,234 562,234 00000000000000000018a0fe940c9382b4b6c19cafbdbab8ee92ab166e2b1502 2,431 0.87/1.00 vMB 9
562,233 562,233 000000000000000000274b61e40fa40bb5256d8ed33fb35cf52435adb447a2e1 304 0.08/1.00 vMB 20
562,232 562,232 0000000000000000002bfc2d10a73cb121c1efca058687ce8615b02e10787ec6 2,722 0.95/1.00 vMB 7
562,231 562,231 00000000000000000023a9b87115765a7b3cabde3d9f0822673d03ab4f51bcd6 3,123 1.00/1.00 vMB 22
562,230 562,230 0000000000000000001c4352c03902c709e85ff62894a2553c4b15b0bb84120d 2,300 0.74/1.00 vMB 8
562,229 562,229 00000000000000000005eec890a22060ed9a68c168b9294956b476d9b45f831b 1,848 1.00/1.00 vMB 18
562,228 562,228 0000000000000000000b738439309061fcff55b78aac5ef5dac6136ba04b9c38 533 0.19/1.00 vMB 15
562,227 562,227 00000000000000000015df7a894dfebf29c1ebcf39ccb64d9c2cf00861380dee 2,406 0.78/1.00 vMB 10
562,226 562,226 00000000000000000000187af72c61d5583a8ae37bc2f069dd9e227fbde6f84e 2,875 1.00/1.00 vMB 17
562,225 562,225 00000000000000000023ea25549b55ffc45c768c68fd174015d861212eb34e7f 1,760 0.59/1.00 vMB 2
562,224 562,224 0000000000000000001cacc4fda9d2c80bd4d942df5d33af82e5008644979b3e 2,913 1.00/1.00 vMB 10
562,223 562,223 0000000000000000000c825636511a85e2e80b250607a093cc84881e31fcfa03 3,169 1.00/1.00 vMB 24
562,222 562,222 0000000000000000002c185e0e8e1c6aa99ed260eab542a582bb1b82021383d7 3,513 1.00/1.00 vMB 20
562,221 562,221 000000000000000000170b278e5b44506e7a0b355dbc406c7c5ca714adbcf4b0 2,431 0.73/1.00 vMB 13
562,220 562,220 000000000000000000061ec600aff3b1e09a52374a6743ca545f64c06ea10bc7 476 0.50/1.00 vMB 15
562,219 562,219 0000000000000000000994d69ab5f85bb0b8768839c7e0c4a354e1ede068b596 1,715 0.75/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.81 GB

Node Details:

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