Loading Tool

Explorer IconExplorer

Memory Pool

19,213 transactions
9.95 vMB
0.07194268 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.29/200 MB

Candidate Block

Mining Attempt b73fad795a6c79d890f4c1d0113fbc304e26f1cfbb487feb71383b60d48ce13a
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root aa8e6ff94748c8c878a5c66a08ad971ae71b6b25c9d465392880ee4785a2ed2f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.04366604 BTC
Median Feerate: 3.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (688,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,807 224,807 000000000000008f50a127b2b652b23ecc655fda66a555d836fe58a9b100a0cc 476 0.21 vMB 203
224,806 224,806 0000000000000330854669f59089867261d6c361ada325a48c0d085559a428de 244 0.14 vMB 154
224,805 224,805 00000000000002d138224b6ae350ed6d6b2eaaec777455da146f2cf16e356755 888 0.42 vMB 172
224,804 224,804 00000000000003c78b20428de455bde40b87dcf20b888037e7efc170ae6b7b60 500 0.23 vMB 163
224,803 224,803 000000000000027423dee172f6cc1dabccfe97ce26cf7d3eb85dfcc02f26fa2b 410 0.14 vMB 221
224,802 224,802 00000000000002e86652a0f3eab0ea63e19faee6576a238ee48ae6f4543cbe96 134 0.05 vMB 181
224,801 224,801 0000000000000004fc2c2e9b98f693c16fb6e273efd4879a3029f355b5b08b9a 471 0.25 vMB 160
224,800 224,800 0000000000000186dfe0572fceec7528605bded25e936e5163d0e647d74ec866 64 0.17 vMB 35
224,799 224,799 000000000000012c564b782e57cf06bad80928b49c0f51ec96d3f98acde452e9 576 0.25 vMB 202
224,798 224,798 00000000000003391c701a37ebac8e171dcb34050b638bf901cf1daa5426e987 66 0.02 vMB 122
224,797 224,797 00000000000000f18bb7e0da4bc30f42f4975e6d89ba1ba06ac7a7e0f0fb0873 352 0.17 vMB 139
224,796 224,796 00000000000002bbca645cdf81064185238e43e73bfd0904e8ab3e0ac9c08299 303 0.22 vMB 132
224,795 224,795 00000000000003bbf75f37b8a331938d6fb7dc61addf7bf6a97e95f8c9c0e5f0 1,040 0.47 vMB 213
224,794 224,794 0000000000000256adac18b79255d95dec7cc144f97e6e5cbe43ce0771c71d0f 340 0.15 vMB 247
224,793 224,793 00000000000001b09fee106075535a1ccac9f66ba7ce94c3c14b31e7fd4f95b5 88 0.05 vMB 88
224,792 224,792 00000000000000166a2f1bcda769886352b76917f489fbfc1d17fcbcd9773232 668 0.35 vMB 153
224,791 224,791 000000000000016af1e68eb42542bbaade2e9b12661aab19d380897059121417 368 0.24 vMB 111
224,790 224,790 000000000000013d27e3d2d49fee845e7d726db22f0d38bb5c804d1eac137266 454 0.23 vMB 165
224,789 224,789 00000000000001f970e81f2ab1203e11f9967a5095cd7a43cab2b1913f05c445 476 0.25 vMB 172
224,788 224,788 000000000000001ba3958e3c824347ddca67331805f9e1c04c5df5f8a03d0afa 329 0.12 vMB 225
224,787 224,787 0000000000000121aaa027b3cc4f06d3888343122c1ffb2f4976509579f21aba 362 0.25 vMB 134
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 105
    • Outgoing: 10
  • Data Transfer:
    • Sent: 207.89 GB
    • Received: 0.79 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.