Loading Tool

Explorer IconExplorer

Memory Pool

35,800 transactions
26.00 vMB
0.06626765 BTC
Random Selection Loading Transactions
Max Size: 132.47/200 MB

Candidate Block

Mining Attempt de50ca10b9b2e10893960ff9c2ba6c8c865fcd057da49797c2f3a05eb22036e3
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 3b78128bf242e142c47350cc026edf8020b97fffd36eb38f0d1bfa650892dc06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,771
Size: 1.00 vMB
Total Fees: 0.01840771 BTC
Feerates: 120.00 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (511,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,238 403,238 000000000000000003cd8b2362829d3eb152bc2156c31d0ae5cf098b9d1cbb1b 1,684 0.99/1.00 vMB 32
403,237 403,237 000000000000000001c1a17ff3965ce05803ce52e400cb71a2ffa2ff8964ff8c 2,171 1.00/1.00 vMB 57
403,236 403,236 000000000000000001646c7c02329b8e4fd3364428c76806f65e4c41a94e8815 1,796 0.93/1.00 vMB 33
403,235 403,235 0000000000000000028d6db26078d894b00e41a749dc9d28e7b8c1379596b11d 2,237 1.00/1.00 vMB 43
403,234 403,234 00000000000000000069c477e7fc324e6a4394909c84d67d2b43aa7816c5d9d9 2,796 1.00/1.00 vMB 49
403,233 403,233 000000000000000001d2eeb3da78ddfa5283b5b1a26e80caf1d05806585575e6 2,441 0.93/1.00 vMB 48
403,232 403,232 000000000000000003ce8c41ed8c0c14588fc929f6d6ab881746809e075733f9 2,192 0.93/1.00 vMB 38
403,231 403,231 000000000000000000399ab2f00bd20890aff39fb9d2b6476af5f763b45db964 3,138 0.99/1.00 vMB 87
403,230 403,230 0000000000000000040b364fcd4b9b744d4bb01c6556ad635da606495eb1f283 584 1.00/1.00 vMB 8
403,229 403,229 000000000000000000fff409e377e990546dba62b189a0562816643c0bf355ed 2,060 1.00/1.00 vMB 38
403,228 403,228 0000000000000000068df2068b0c8396edb534fda19be1041e540e0a39d4e47c 1,514 0.99/1.00 vMB 28
403,227 403,227 00000000000000000230838ceb0394f7006ea87d7726843d26c3cbe7906c0153 1,933 1.00/1.00 vMB 35
403,226 403,226 0000000000000000045316e0f0836fc91e978186643dcd77ca7e11b2a14b093d 2,356 0.93/1.00 vMB 61
403,225 403,225 00000000000000000380dd1b03b22869ccc43e15200b15914eea252309ca8199 2,048 1.00/1.00 vMB 44
403,224 403,224 0000000000000000063fb1e7d361cad33cba3ed59ff527b7f5045ff07ad02586 2,851 0.93/1.00 vMB 82
403,223 403,223 0000000000000000002d3c8b5c3cb64dd7991ec1dce0ae8732a1de181ead3c8b 1,014 0.99/1.00 vMB 23
403,222 403,222 0000000000000000003513c778c4f7d14f7f1c3f1a2d42e540bda77bf8688261 166 0.05/1.00 vMB 44
403,221 403,221 00000000000000000041538f2b39173b480f6adaf20170aaf6ba4521d3f9b590 1,890 0.93/1.00 vMB 41
403,220 403,220 000000000000000005c37645c56007cd435c98157b27a14759116aa465f6fc92 2,988 1.00/1.00 vMB 56
403,219 403,219 000000000000000001e1a6e03fca9cd38a0911a7145c65eb79262f172b302cfd 1,857 1.00/1.00 vMB 39
403,218 403,218 00000000000000000678d8b82ecc71e46a684e7193b03cd9317ad4d0186a0878 2,253 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.