Loading Tool

Explorer IconExplorer

Memory Pool

33,132 transactions
26.99 vMB
0.11287348 BTC
Random Selection Loading Transactions
Max Size: 135.13/200 MB

Candidate Block

Mining Attempt 837f639c9a6707ce5ccea00f1c7c08752b6c387c14e26bdbdd80f419866fd6ab
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 23692d368381faead2e3438cb22be4fe4019d76fdbf7652f71dd634bfa28a2bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.05232853 BTC
Feerates: 502.67 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,894 913,894 0000000000000000000057ada62f6c570cd9d607bf2bd966fac2706dae52aff2 4,856 1.00/1.00 vMB 5
913,893 913,893 000000000000000000003b941e6818d1722a204a556f09b0d22738461d4c7df9 4,169 1.00/1.00 vMB 1
913,892 913,892 00000000000000000000c62f9b2e486b14610e04f5f7b26b8ced26632f0ddc4a 3,510 1.00/1.00 vMB 3
913,891 913,891 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5 6,252 1.00/1.00 vMB 1
913,890 913,890 00000000000000000001232a5cf3fe2ef392123733ab2020508ed31126938a6c 4,989 1.00/1.00 vMB 0
913,889 913,889 00000000000000000000b02ea4396e77d465942823d07234041335a9a8c49fcb 3,695 1.00/1.00 vMB 6
913,888 913,888 00000000000000000001e885f453299570d6d4f81a0e2e4aa28fde3fafff4e84 2,887 1.00/1.00 vMB 2
913,887 913,887 0000000000000000000119374ce60625bc5e91acd1afeabcaf576ba4e14784d2 3,569 1.00/1.00 vMB 3
913,886 913,886 000000000000000000000a81a9d14e06407ba5e65560ae268468613b115c64df 2,731 1.00/1.00 vMB 2
913,885 913,885 000000000000000000019390e9f7fdb6974b1472ff654ca5a1470c9ec5e922ad 3,893 1.00/1.00 vMB 7
913,884 913,884 00000000000000000000053bde71765c9590183ae913a827bfe994fd289319e6 3,103 1.00/1.00 vMB 2
913,883 913,883 0000000000000000000155901d19c5ea5f3d16868592b5dc4d4133280b56da73 3,572 1.00/1.00 vMB 5
913,882 913,882 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607 6,638 1.00/1.00 vMB 0
913,881 913,881 000000000000000000011a8e6843c898fae492aa80da62d5e8d9fd4ebd14f60e 1,911 0.62/1.00 vMB 2
913,880 913,880 000000000000000000016a07a2fe8e1266246aba7be3c8cc97eb9af9b386396e 4,496 1.00/1.00 vMB 5
913,879 913,879 0000000000000000000135f5391c01c4aa70eeba22cdca9a8156563edef1c1de 3,871 1.00/1.00 vMB 3
913,878 913,878 00000000000000000001bbfcd3a38e3526bfc1b79ffa8ea3ec441fea7f3ad003 3,299 1.00/1.00 vMB 3
913,877 913,877 00000000000000000000e9038dd4e0545f879c5e864a961132f9b6b59b1e7b55 1,693 0.62/1.00 vMB 3
913,876 913,876 000000000000000000002dbb1d629d66c5c51499b6b16ec84911e70151cc794d 1,385 0.43/1.00 vMB 7
913,875 913,875 00000000000000000001d6183dce3ab24b71d7fc0d24d95069ff3d582a807ece 5,300 1.00/1.00 vMB 1
913,874 913,874 000000000000000000000f7cda3ab2cf5539888ba1252df99db7f3ccc3122739 4,864 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.02 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: 576.41 GB
    • Received: 8.44 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.