Loading Tool

Explorer IconExplorer

Memory Pool

80,696 transactions
29.76 vMB
0.07726751 BTC
Random Selection Loading Transactions
Max Size: 182.80/200 MB

Candidate Block

Mining Attempt e2d73a64e4306fc1f58d1df440b04bd3bda531ee01a627060f977501e8b5ca98
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root 10d7ae2eae9a1ffb679fe21e82acab481957b05c57cd5d17f980d5fc00ec8789
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.01150224 BTC
Feerates: 82.43 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (728,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,024 187,024 0000000000000050e4914b2c3f6fa6691c3e9e1ec0862ca6d32ec9e6c506b7ee 11 0.00/1.00 vMB 343
187,023 187,023 00000000000003de75ebe2e628a90f645169a8eacf2dafdeeafa0dfcb7225098 160 0.09/1.00 vMB 100
187,022 187,022 0000000000000257666683d837a463884e5d32deb539ffbde1bd18580bed7946 145 0.06/1.00 vMB 155
187,021 187,021 000000000000064dfebecc155da3e809d3e58323b3ef0514e47a85b65ee4e189 20 0.01/1.00 vMB 83
187,020 187,020 0000000000000769337a624a2208de1078a1928da29aad0b13453f4d3f5b039f 18 0.01/1.00 vMB 72
187,019 187,019 000000000000098c425aae8f2fd8f6d4d819e0cf845d14baff5036c6dd87ef48 39 0.02/1.00 vMB 163
187,018 187,018 00000000000008b38dea95830ec489fb30b7270b58ed053d29e2d18656581ad1 143 0.09/1.00 vMB 142
187,017 187,017 0000000000000508d5e9b9939bf4aacad22f9a996d8a58a8452298b6abed8152 11 0.01/1.00 vMB 63
187,016 187,016 000000000000098d82496a21cb1a93fe7b672785abaa88da0c4d0a0dc031a091 169 0.05/1.00 vMB 117
187,015 187,015 0000000000000255d437b54dd658dc9fce7affc1b7d2332ce0ace50fd392521a 111 0.05/1.00 vMB 84
187,014 187,014 0000000000000927f6e03f78da0b2cd4a0226f4d3a7e2ec919b2d893dc1460dc 10 0.00/1.00 vMB 15
187,013 187,013 00000000000000782d7ac1eabb85e45201b5255aee6382ca03ee60449060c2f7 10 0.00/1.00 vMB 89
187,012 187,012 000000000000027603506faa31546d01bf03e0feaab89c9836f77f2b1d1e28e4 82 0.03/1.00 vMB 32
187,011 187,011 00000000000001d2d3fa937473ac630650450a45042936ed4de1810a61a8a004 381 0.16/1.00 vMB 157
187,010 187,010 0000000000000699dddd820d7351593b1af519c0d894759561c16dac75b85618 256 0.11/1.00 vMB 101
187,009 187,009 00000000000003184fda10a08686d03fe6c1a6432147a63f9b8e01f5b23042a7 258 0.14/1.00 vMB 125
187,008 187,008 000000000000066a13e73e12f7e4db05b52a5224f0e80a49a889f7c68f2c6f4a 164 0.05/1.00 vMB 43
187,007 187,007 00000000000008268692020cff5e7d5fa3d4c178d06fca95380007fd8347edbe 61 0.02/1.00 vMB 78
187,006 187,006 00000000000006fc95928d07aedfa839200d25bc7bb542654baec3832dcda82b 10 0.00/1.00 vMB 15
187,005 187,005 00000000000004ec9085299a104cfb4b99de05af5fdddcfbbd4e9211361f20cd 52 0.02/1.00 vMB 128
187,004 187,004 0000000000000274e10b9e51d3696e4c1d35ffd219a2737640e39cb6f1b26e8c 29 0.07/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.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: 715.23 GB
    • Received: 17.67 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.