Loading Tool

Explorer IconExplorer

Memory Pool

36,889 transactions
25.85 vMB
0.05200776 BTC
Random Selection Loading Transactions
Max Size: 132.66/200 MB

Candidate Block

Mining Attempt 6c7ea88a2174657b79cacea9325352cfe82aa6ee969986938f19817b90c84921
Version 20000000
Previous Block 00000000000000000000fe5e31348450e84e59f33754df9f96d184aab8d35615
Merkle Root ff5424f2dffea9d192c3a266f924c36daf6ba3bd7af7e1af3cd813092f97192a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,666
Size: 1.00 vMB
Total Fees: 0.00468490 BTC
Feerates: 40.21 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,684 (68,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,199 846,199 000000000000000000032a701e7e4e070c170673e9cc56fa4f17b1a6ef70cb7d 6,273 1.00/1.00 vMB 19
846,198 846,198 000000000000000000017ef9fe819d97d80e84ab23bb8309291bc1905dfca9b4 4,827 1.00/1.00 vMB 25
846,197 846,197 00000000000000000002b9054a8969434bb3bca7760baf2eb494e47e0f9fb2a2 6,167 1.00/1.00 vMB 18
846,196 846,196 00000000000000000001fa647c9556ab9dd6d1522c5eb8c304dc6f0ee3e59d5d 4,178 1.00/1.00 vMB 26
846,195 846,195 000000000000000000005ed620c0f68f43b2db45680646c33296c5a53f7efce8 5,052 1.00/1.00 vMB 24
846,194 846,194 000000000000000000023e37ad4dc85fac5ec2972e32da1d087d9ebe83248c49 3,933 1.00/1.00 vMB 26
846,193 846,193 00000000000000000001df8a2a91e77409132cfdf1fd689636cc918539cb7820 5,525 1.00/1.00 vMB 21
846,192 846,192 00000000000000000002fd188e97d029ecb1145aeb6e0a7534ebac7394350dcf 6,077 1.00/1.00 vMB 18
846,191 846,191 000000000000000000019e3f886c07ed97b8fd4973081c21a38b03563fdbeb61 5,799 1.00/1.00 vMB 19
846,190 846,190 0000000000000000000232cfc7511eef3b5410b4f8a1d0f1326aee9a5902f435 5,341 1.00/1.00 vMB 20
846,189 846,189 000000000000000000030484fe6cf8d01c0d8ba62bd941f895e8ca4443f42a0c 6,004 1.00/1.00 vMB 18
846,188 846,188 00000000000000000000f1094481b5395dd090cea3c256ce03896e52e7648b0d 5,208 1.00/1.00 vMB 24
846,187 846,187 00000000000000000002834a631a47cf204ae6cf6fa0e35b7d2682dce6a662e6 6,156 1.00/1.00 vMB 32
846,186 846,186 00000000000000000002677a9896c31e4677d2422cc36176410bf922c360ccdd 6,315 1.00/1.00 vMB 18
846,185 846,185 0000000000000000000219664e82c1f1203aecc507ccea0fc87ff93641a3e998 5,243 1.00/1.00 vMB 18
846,184 846,184 00000000000000000000c44b596ba6a8c7cb75f4823346c5236d385b54eed54d 6,207 1.00/1.00 vMB 25
846,183 846,183 0000000000000000000148126200fdaefccb4090be8a4f07ecebc24edc71d7c6 5,854 1.00/1.00 vMB 18
846,182 846,182 0000000000000000000015e7243ec3967da32f29d2562cce66d3405edee5e812 6,728 1.00/1.00 vMB 20
846,181 846,181 000000000000000000034d679ee411e46d31ce6973c84d71b982ede09e817b9f 5,603 1.00/1.00 vMB 24
846,180 846,180 000000000000000000022f152ff11fe8394995f4d1470e11bb5cd5f1f9ba4e42 6,192 1.00/1.00 vMB 22
846,179 846,179 00000000000000000001cf9955ba7c8b5f0f14d441fb393440d8203b28fb0a3e 5,905 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.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: 636.98 GB
    • Received: 12.40 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.