Loading Tool

Explorer IconExplorer

Memory Pool

72,517 transactions
28.04 vMB
0.06203631 BTC
Random Selection Loading Transactions
Max Size: 166.32/200 MB

Candidate Block

Mining Attempt 1bb94521e1f3baf560f08300b0a86591e4fac622fb8e6e6a04d2ff6e06f6f7f2
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 69c02d02ed4ebc55e7de0a50747e227321899ea682aa01a6e225fcefc6701def
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,676
Size: 1.00 vMB
Total Fees: 0.00597013 BTC
Feerates: 40.21 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (279,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,205 635,205 000000000000000000023f8eae0695cfeab9668cbe9d161b37cd6d6ca9286739 2,833 1.00/1.00 vMB 44
635,204 635,204 0000000000000000000247c79c992cc753651c075211b8e93c9ba52b58f3fe85 3,151 1.00/1.00 vMB 23
635,203 635,203 0000000000000000000533898b480de1a22f614e6b8e266346c0f33307e032d9 2,914 1.00/1.00 vMB 9
635,202 635,202 0000000000000000000ffd8de741bacc283bf4d1b01aac11a09af8a2e4daafa8 2,039 1.00/1.00 vMB 29
635,201 635,201 0000000000000000000898e76466f1237b0deae2da69dbd81561614f58557dcb 1,686 1.00/1.00 vMB 40
635,200 635,200 0000000000000000000269446e13341291074078bfea12007f101e3bfd67aff7 2,835 1.00/1.00 vMB 45
635,199 635,199 0000000000000000000919c58c6469a1ac6c5651006b248ac1b42a033cfaacab 2,772 1.00/1.00 vMB 19
635,198 635,198 000000000000000000107093fc316901e663fcc7a2ea03cba4efc484bf115cfb 2,761 1.00/1.00 vMB 40
635,197 635,197 0000000000000000000b11af60c07d7019d1bf99f56bba5a53fa54ecb5680d34 2,800 1.00/1.00 vMB 54
635,196 635,196 0000000000000000000ab4a67b07851db92e5b8602e6d5b7a6c479ddddf00970 2,728 1.00/1.00 vMB 29
635,195 635,195 00000000000000000006b4e19b3dcac93fa9670dbc6415e1d0cb2f50a8f6dd24 2,138 1.00/1.00 vMB 32
635,194 635,194 00000000000000000001c2ac3a883979c2d4db14ee4b9a88263a88ff616b9c9b 2,510 1.00/1.00 vMB 50
635,193 635,193 00000000000000000007827a5b0d19f4e0e4c8a8db2004d74a63a62b9f534c22 519 1.00/1.00 vMB 2
635,192 635,192 00000000000000000006aa2107b0f106d563ba0fa7a277a21fc76a4aa1e8366f 1,883 1.00/1.00 vMB 6
635,191 635,191 0000000000000000000c8b62de8db4ae608b17e7085162663e2982431057760d 2,023 1.00/1.00 vMB 12
635,190 635,190 00000000000000000000d51ac19fb677603391007a0343db512288abd2961af2 2,860 1.00/1.00 vMB 39
635,189 635,189 0000000000000000000b4b5474fd5bc3dba566decac9853005e209470dc25671 2,437 1.00/1.00 vMB 21
635,188 635,188 00000000000000000004594ba26bf153c7a8970ae347338d99e9e069626d0725 2,595 1.00/1.00 vMB 23
635,187 635,187 00000000000000000010585d66dbe3a0adf7b39855cf1e7bb5b98edb403fd952 2,759 1.00/1.00 vMB 47
635,186 635,186 00000000000000000009f3f574e6b23859f7c09f0068f6c521e120c2825a6d57 2,629 1.00/1.00 vMB 38
635,185 635,185 00000000000000000004deed015508c74cfa44853d0218ea67ccc28c569eaa08 2,592 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.