Loading Tool

Explorer IconExplorer

Memory Pool

81,530 transactions
30.00 vMB
0.08989281 BTC
Random Selection Loading Transactions
Max Size: 181.10/200 MB

Candidate Block

Mining Attempt 2a00c5f2fa81315c1db8c60ddf0d21fffc9ec163826f636dca03e1dfdd42e25e
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 66cf805b9a20c43efe5898caabda773f31c60b8a9ca6049c3b8b50a09bc1223f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,429
Size: 1.00 vMB
Total Fees: 0.02864350 BTC
Feerates: 502.62 > 2.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (396,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,378 518,378 0000000000000000002630ed442664be71067245fab439a0bc9f26824372580f 2,073 0.72/1.00 vMB 30
518,377 518,377 0000000000000000001e5d4b323f346a96d182d1b07acc6589fe9d8fa901cc3e 67 0.02/1.00 vMB 37
518,376 518,376 0000000000000000004131de274b77119b5189057731cc647a0946c0f0de65ed 1,180 0.45/1.00 vMB 36
518,375 518,375 00000000000000000036ff3c07f0e4d277a878af1fa0be4690aedf68aafc705d 1,474 0.86/1.00 vMB 14
518,374 518,374 000000000000000000047d713e081729e022029dc59ade02e5af92d950ddc6e1 1,237 1.00/1.00 vMB 15
518,373 518,373 000000000000000000088462345a718daff55e037f9efa2bdcdc56e4a4d4f5ca 1,404 0.98/1.00 vMB 21
518,372 518,372 000000000000000000082f07c26997f1c9f68dbb6e4bbbab2584a762609849bb 1,097 0.66/1.00 vMB 17
518,371 518,371 00000000000000000029b234ad2f85f2ad7e11b04864f2d4e7e8179320154a60 1,965 1.00/1.00 vMB 6
518,370 518,370 00000000000000000020d7ce38c6a01dc85bfa94b4def391623c83f7bd4ba0d2 3,369 1.00/1.00 vMB 19
518,369 518,369 00000000000000000014fe29bc0ebf7d35197cc6f29530b335cbd020d382db79 1,578 1.00/1.00 vMB 45
518,368 518,368 0000000000000000001efd7d9722bfdd746906ffd5270d1d2adc9bab2b193b5b 2,054 1.00/1.00 vMB 25
518,367 518,367 000000000000000000164ac8a0f61d8157b0920d13cb53cb7d47610bde077898 640 0.21/1.00 vMB 31
518,366 518,366 000000000000000000208967db654fe3ec2822e2f7a63ac15a3c4b660ca44325 2,940 1.00/1.00 vMB 31
518,365 518,365 0000000000000000003c13fef33eeeb3062fef8684d63f658193c7c7a060dca0 2,519 1.00/1.00 vMB 25
518,364 518,364 00000000000000000043614c299b77d6dcb703f2a3c2c147547db075eb696417 1,981 0.61/1.00 vMB 29
518,363 518,363 0000000000000000001dcc890fc9e7b9450ce5689fab05e30080a7bd49e8b038 165 0.06/1.00 vMB 33
518,362 518,362 00000000000000000036a9183733695de885811ce7ba3cb59414260fd59d88eb 438 0.14/1.00 vMB 30
518,361 518,361 0000000000000000003a2e73d2b0268b45f0e002466c34ddb1bb6af0a6b819f8 1,808 0.75/1.00 vMB 25
518,360 518,360 000000000000000000247509b0a13d6848e4acb2d1e1dd5f211dc1fc10594356 185 0.16/1.00 vMB 4
518,359 518,359 0000000000000000002cb42a5aecaccddad79a4f1aa45e6155281d7dc8605b2f 1,459 0.56/1.00 vMB 34
518,358 518,358 0000000000000000000c16e53eaaac945d624961911b27d6bcbec7da9f00b9d7 257 0.15/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.