Loading Tool

Explorer IconExplorer

Memory Pool

44,617 transactions
26.62 vMB
0.05800059 BTC
Random Selection Loading Transactions
Max Size: 140.48/200 MB

Candidate Block

Mining Attempt b32237416ca8b16b8b080a918396de59e218c6cb0b324660fd6d722d0ff34e9c
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,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,340 537,340 0000000000000000001b6e7c7f84fc4bd75b819061ea7353a31addfd55328452 61 0.02/1.00 vMB 15
537,339 537,339 0000000000000000000b92c2d3094b9883c28057dcd737cc0706aac2b5e455b8 1,682 0.70/1.00 vMB 14
537,338 537,338 000000000000000000218a53c44da7d669d7c4a7f148f86c0090e98ab272b6a6 16 0.00/1.00 vMB 70
537,337 537,337 0000000000000000002076c7d3f8f1c478f5f24408453f3c26cd7602a05fc3e1 124 0.08/1.00 vMB 3
537,336 537,336 0000000000000000000ba35a6deb2a82cdf346e49cbf4b25ff6e2d9541ccc6c3 2,340 1.00/1.00 vMB 14
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
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.