Loading Tool

Explorer IconExplorer

Memory Pool

44,611 transactions
26.62 vMB
0.05797988 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 403f2a3e7d5b0a90a2326de5be1336fc2c53ee2ef4baa901a8c39a76f70f4068
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 5ab5ddc72a9e01635d1f7fa8076fbe81230fad8199af47eb5315280e97b7045c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,098
Size: 1.00 vMB
Total Fees: 0.00902582 BTC
Feerates: 54.71 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (377,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,335 537,335 00000000000000000022bae0deb23f8206f468e6150e02e1828e01cfb2e972d5 1,419 0.67/1.00 vMB 27
537,334 537,334 00000000000000000006c81b50998ccf450a3c4732b8f6e206897219a1770339 679 0.33/1.00 vMB 15
537,333 537,333 000000000000000000271307f767f48f70c87e84ea7446184b42458081f22cde 32 0.01/1.00 vMB 8
537,332 537,332 000000000000000000245175670dd4c13fa05f9cde672a4325bd16047ce15633 64 0.02/1.00 vMB 7
537,331 537,331 00000000000000000026dfe0f576993c946946279531385da843647a7c765f2c 640 0.24/1.00 vMB 15
537,330 537,330 00000000000000000023740efe126d5c24b85f35a30c7813f27c9d6ad2fac597 461 0.22/1.00 vMB 13
537,329 537,329 0000000000000000001828e7a0e3c26e634a5cc8d1527758a5c6e3aacca8371d 2,292 1.00/1.00 vMB 20
537,328 537,328 00000000000000000011f06e669777e433c87e472d35a92aa3d735f3f3aea49f 1,214 0.55/1.00 vMB 18
537,327 537,327 00000000000000000003d59e0f65fd5e03713a41a75ae9f42df8c9521c62c3c4 501 0.23/1.00 vMB 10
537,326 537,326 0000000000000000000dac7050e8f9fb57bc417d3d1e04adfd54fcf3bbd5e09f 969 0.95/1.00 vMB 1
537,325 537,325 0000000000000000000a9e9dd75d58985463a4c9315864e893f1a8cf4fb65629 2,583 1.00/1.00 vMB 3
537,324 537,324 0000000000000000001bc0e23937ed38b1c1d02f69d00cbc5fcc067a4b54ca84 2,359 1.00/1.00 vMB 14
537,323 537,323 0000000000000000001856885691d567993d57525c1ef4b3834845d12a4dab74 2,982 1.00/1.00 vMB 92
537,322 537,322 0000000000000000001ce34e0198a94098a0c8a3b8470be369a27b0f15e251e0 2,498 1.00/1.00 vMB 34
537,321 537,321 0000000000000000001f0629187bff04dacd8e085bf857a99de0124ff4881bc5 1,399 0.80/1.00 vMB 2
537,320 537,320 0000000000000000002340c8e1aaeaf14003fc021932047e92f47357fdf254d2 316 0.18/1.00 vMB 47
537,319 537,319 00000000000000000014d7ddd53852c26dc51b65389945f50967540110ff8788 2,670 1.00/1.00 vMB 25
537,318 537,318 0000000000000000001581afc9af1e20146c6c5702e84d3f2192dd59c009c0da 620 0.27/1.00 vMB 14
537,317 537,317 00000000000000000004306f7be8da08079eb14797d12afb67c6e130b8d7a06c 348 0.12/1.00 vMB 15
537,316 537,316 0000000000000000000783f1b523d8094165230b9852dbe1cb2510057173adcf 230 0.09/1.00 vMB 21
537,315 537,315 00000000000000000023e0c8f509747fd8eae88918265f7a50bd541fd6c5f99a 1,136 0.53/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.