Loading Tool

Explorer IconExplorer

Memory Pool

74,413 transactions
27.42 vMB
0.06879374 BTC
Random Selection Loading Transactions
Max Size: 167.51/200 MB

Candidate Block

Mining Attempt b91c55eeb95252b7675ab3ec746413abeb1b4b9e0b674d9fefa61af369a5c4da
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 0b52417b6247d01d550ad55bc263531b5509e6b2fe506efd8ad88df5f73ae3b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.01043240 BTC
Feerates: 100.53 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (599,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,339 315,339 00000000000000002b77f41a5f5e69a26fc9a6123b597a9b95b6ad936ffd1e00 204 0.18/1.00 vMB 10
315,338 315,338 0000000000000000022115864d54759d43a4fdda0992e239a72f2bbbb1ff30cc 904 0.63/1.00 vMB 22
315,337 315,337 00000000000000001dfe626ce63106120b001fc75548e1715433eae325f48496 932 0.35/1.00 vMB 39
315,336 315,336 000000000000000015d822fdc450b6f8b706bbda9e7c2fa6ccd02bee343afc2b 324 0.21/1.00 vMB 24
315,335 315,335 00000000000000001fdb7e0c4b93d62cd597f7c1376fa7b09ffa707a1b03943e 389 0.21/1.00 vMB 26
315,334 315,334 00000000000000001a51a53e01d503f944d3dcf3db88530e50d96cd7fe741c50 1,772 0.93/1.00 vMB 34
315,333 315,333 0000000000000000026cb496f601ebc7e6f32933e62f8ae26f568730f6bfca6a 240 0.18/1.00 vMB 22
315,332 315,332 0000000000000000305a248d348c210018f4437bff8f2ffdaf5f5afe8323002b 181 0.10/1.00 vMB 29
315,331 315,331 00000000000000000ee1c4578872e46af8b5cb250a37f5719ef9e2679f2c97e5 506 0.40/1.00 vMB 22
315,330 315,330 0000000000000000260cd9d84e7e23d17d38ad7a58a786422ac1c6e8e7939672 135 0.10/1.00 vMB 81
315,329 315,329 000000000000000033f6768f3f2e557809d0dca35e4a6c6255219325ddc2573f 47 0.03/1.00 vMB 138
315,328 315,328 00000000000000000efa2c4548e8423534d4520cc845fdb92ffff64d61032aa4 70 0.04/1.00 vMB 42
315,327 315,327 00000000000000001a4bb9d6ec322b2f9df83675214cd001e26fb2b1b1f83f14 556 0.32/1.00 vMB 27
315,326 315,326 000000000000000010ee266d4bca5218bf38b3b53910b68181db9910af8a2bf3 570 0.40/1.00 vMB 24
315,325 315,325 0000000000000000358351682ab12c761a813d95ef047ae9d67f1f6887fae882 171 0.13/1.00 vMB 11
315,324 315,324 0000000000000000363a03672154e01124f7a9bfb89063d680695d7d43058bfd 298 0.19/1.00 vMB 25
315,323 315,323 000000000000000012e41ae1f5d1a0f0ac5ed951d3bd2f60dc7b423e2e77b7a2 106 0.06/1.00 vMB 32
315,322 315,322 0000000000000000204cd25debc5a8387657ced20ac576e68f488ae9f42aebed 335 0.19/1.00 vMB 28
315,321 315,321 00000000000000001becbca704f3c345a5f65807a4929872b44b6af66ec4c906 199 0.11/1.00 vMB 23
315,320 315,320 000000000000000024842e820c95527106b9f3c6b6c47378a843dd8677622c2c 610 0.36/1.00 vMB 32
315,319 315,319 0000000000000000109b5bf2eb8f61d514caafb5fbfb4140b63b0fb38bef38f8 254 0.17/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.