Loading Tool

Explorer IconExplorer

Memory Pool

79,625 transactions
29.94 vMB
0.11485421 BTC
Random Selection Loading Transactions
Max Size: 179.72/200 MB

Candidate Block

Mining Attempt 74106cb26182e6b455f842bf84cbf7474fa8cf7627c5ea213269479f0f0cc4fb
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root e877c95a22d8726eb080e556cd79f60f634ee6c37931ed5aa3c2309949337cf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.04823716 BTC
Feerates: 150.80 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (251,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,921 663,921 0000000000000000000c07c2c40ad624cb1716cce52af426e166ebf9c94ca813 108 1.00/1.00 vMB 3
663,920 663,920 000000000000000000093298f027692350a0108a59192d5a94b11d0cd126da77 1,900 1.00/1.00 vMB 41
663,919 663,919 00000000000000000007002916c3da94dae5238f7c2a85aaebb52ccd6dc99ddb 896 1.00/1.00 vMB 21
663,918 663,918 0000000000000000000daebc795ea1c80280b70c410621ac42eedaffb5fba04a 2,107 1.00/1.00 vMB 74
663,917 663,917 0000000000000000000d7ca368445ef858a6d133ba2d9cbc4c8ab68408570c43 1,674 1.00/1.00 vMB 40
663,916 663,916 0000000000000000000327b6b98630867a105a1c557001370f6554e49e2605c3 1,410 1.00/1.00 vMB 30
663,915 663,915 00000000000000000007d98a0d875e4368351f30e9d3c495dbb46d5cb8dcd73c 293 1.00/1.00 vMB 5
663,914 663,914 0000000000000000000d0a53d5c766ee4c7f5e5e0e2f137efa769d1e619e6c4d 2,485 1.00/1.00 vMB 44
663,913 663,913 00000000000000000003f8a45967fe6a84a22a9deb86ddea0b2b78b0b859ea1d 1,304 1.00/1.00 vMB 62
663,912 663,912 00000000000000000008713374ae8c7e1d6ff2834aad318133e980bc6713c37e 2,126 1.00/1.00 vMB 35
663,911 663,911 00000000000000000008b4f523835b6247cf4f7f299455f1c2b6db7b4a454e91 1,483 1.00/1.00 vMB 45
663,910 663,910 00000000000000000004219204a487a25b22d6abd8d380189adfad055b451e38 1,098 1.00/1.00 vMB 52
663,909 663,909 00000000000000000002a1960dd59e19986e93c3179edac9ba46d28aaf1bf95c 1,382 1.00/1.00 vMB 80
663,908 663,908 0000000000000000000aa64a0e14f078fa7a6c1421e6886aa0027f23d14da0f4 872 1.00/1.00 vMB 27
663,907 663,907 0000000000000000000cec63943dc1443ced69147df4c34ac0b766a5bbf91e77 233 1.00/1.00 vMB 7
663,906 663,906 0000000000000000000ea503662aa2be5b491559a313edad8da21966039dd4e8 1,873 1.00/1.00 vMB 17
663,905 663,905 00000000000000000005f78a86fbcdbad4f4728fc9c9439ca6f5033f220308de 2,163 1.00/1.00 vMB 68
663,904 663,904 00000000000000000004ba235bafc7251a05ae1b387e80323a09756c0f3bd011 1,665 1.00/1.00 vMB 16
663,903 663,903 00000000000000000003fafde73c7bd9838b1b1185c3d281cc650da907da4cc6 1,467 1.00/1.00 vMB 21
663,902 663,902 0000000000000000000336d98530ac3327ef1ad5a32ba51ec95fb5dd3e804ed5 2,580 1.00/1.00 vMB 43
663,901 663,901 000000000000000000098f1bfe75bae1078f96741b8cb70affcedbf7348e2737 2,430 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.