Loading Tool

Explorer IconExplorer

Memory Pool

86,133 transactions
31.60 vMB
0.10296221 BTC
Random Selection Loading Transactions
Max Size: 193.87/200 MB

Candidate Block

Mining Attempt fdc71bc9c283aa6f63d41df2e16563a41577b5cb743205d1374aece3063b4a5f
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 8473ef527a8f2d793307ff951e93e5abb86b4176594dec2dc5c5c0049c15d62f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.02460007 BTC
Feerates: 1,236.26 > 2.47 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (469,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,849 445,849 000000000000000002b59868e6667723f7887dc0e4b83a668c90a78672fa6c58 2,414 1.00/1.00 vMB 77
445,848 445,848 0000000000000000000dead2033fbc987c6372cf09566c62bcdf37b37a69e8c1 2,298 1.00/1.00 vMB 74
445,847 445,847 000000000000000001ae13457fc5449acb18bebb4961180c08cbfd6d3373b397 1,404 0.93/1.00 vMB 51
445,846 445,846 00000000000000000068dbb0d6a317a8323dfb58003a919a8ca19250f3730965 1,108 1.00/1.00 vMB 36
445,845 445,845 00000000000000000261567d5c23bb8d3815de0398c629538b689cc4a914184d 1,768 1.00/1.00 vMB 52
445,844 445,844 0000000000000000030c4638265fb1184f8e7f2fdb306167e8c9af4b58b4265b 2,566 1.00/1.00 vMB 85
445,843 445,843 00000000000000000306eee3df37030b53c9e847a9f6a5ece32f5ae824560fe3 2,007 1.00/1.00 vMB 78
445,842 445,842 000000000000000001a5f9541ec798165dc4bf242049bbf58ed91c0b33114ccd 2,950 1.00/1.00 vMB 74
445,841 445,841 00000000000000000313432e814f2ec508ae5fe3d0dfda22bcb72368ba09ede9 2,202 1.00/1.00 vMB 71
445,840 445,840 00000000000000000164947288caa13f822c7a14e7572b27ffaa92a6b3c9ded1 640 0.21/1.00 vMB 145
445,839 445,839 000000000000000002b406660818364bec21f80343c167cf660a5f8ce95f3fde 2,655 1.00/1.00 vMB 97
445,838 445,838 0000000000000000023766a75f987397952b0bfb5d412b12c19aed0a3e78748a 2,258 1.00/1.00 vMB 73
445,837 445,837 00000000000000000077560bc1f2ecbd3c18bb5a18df2a404cd5ffcd47d2313b 2,417 1.00/1.00 vMB 88
445,836 445,836 000000000000000001e0baeed1609fe1f42e540b70cad6e28966652543f1b362 248 0.99/1.00 vMB 16
445,835 445,835 00000000000000000094aa967fd5d4e615489f343a7f0314c734415ee3e5bb4c 2,115 1.00/1.00 vMB 61
445,834 445,834 000000000000000001a1ce726db07e94fdde9462e9211b4226313152372a2bcf 1,876 1.00/1.00 vMB 88
445,833 445,833 000000000000000002c442b51d84a15ba4fa95b761600a869573582fe5a07dcf 2,230 1.00/1.00 vMB 70
445,832 445,832 000000000000000001c0f3254e71d4413b97ca25651d333a5293095a688cb3d0 2,258 1.00/1.00 vMB 96
445,831 445,831 00000000000000000153f3462d1e6b938b1c81b11c0090c9c9ebe85002d77b75 1,775 1.00/1.00 vMB 55
445,830 445,830 0000000000000000005cdd599fe9dbb7ef0ef75533f3c04a127e9e700714ba28 1,026 0.80/1.00 vMB 38
445,829 445,829 000000000000000002d772f8fffe8c7d030d93c977b08bd9e79fcdac899a693c 1,609 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.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: 719.40 GB
    • Received: 18.04 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.