Loading Tool

Explorer IconExplorer

Memory Pool

83,214 transactions
30.37 vMB
0.16570043 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt 53a8da025f8eccddb99ca210f9eec96eb8d7fdb27b934dad3c89c343cf169f1b
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 99567396733b42c1361adbe305d15f234ff2d06c70ebb997fb2f6316a8a01cb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.08904121 BTC
Feerates: 128.15 > 8.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (284,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,789 630,789 0000000000000000000449edda1543f4f518b1368b919ac28f385faad30c3544 2,072 1.00/1.00 vMB 148
630,788 630,788 000000000000000000035fecbbbd86a25a5d67697b972eaf7d95fd78c749a054 854 1.00/1.00 vMB 146
630,787 630,787 0000000000000000000484478600d7fdcde7c6edb8d73387f84d00f307b20adc 1,600 1.00/1.00 vMB 160
630,786 630,786 000000000000000000115ad762ed23e40cf485788aba8facd437b5b4ca258bc1 1,523 1.00/1.00 vMB 154
630,785 630,785 0000000000000000000145dfad248bac051ff54254a0090db10d5f0cf302428d 3,413 1.00/1.00 vMB 209
630,784 630,784 000000000000000000020ed3f3ac8118eafbcd0f6ef27f0a58b14a9f9ab8fdbc 1,929 1.00/1.00 vMB 148
630,783 630,783 0000000000000000000657d91fe837fe0f39159d2fe3672035a5f044d7118879 1,648 1.00/1.00 vMB 42
630,782 630,782 00000000000000000001eec8df3b70c99cd7a8c21b2e3cad100974695e10f6fa 1,595 1.00/1.00 vMB 87
630,781 630,781 0000000000000000000953e639e3389e43156e53b64a9d623dd8d41e14a91ae2 2,489 1.00/1.00 vMB 129
630,780 630,780 000000000000000000084df75d73caabef92f0295a7186395dd77576f965b78e 1,204 1.00/1.00 vMB 17
630,779 630,779 00000000000000000005f578024016a3ebf7fc65129a798f6a3f55274d3aca82 1,586 1.00/1.00 vMB 25
630,778 630,778 000000000000000000072b90ddf7557b5c324ae8b4c82a4b55b6f38ac1121281 1,703 1.00/1.00 vMB 45
630,777 630,777 0000000000000000000c889f114d02ccbacb2a7cf57be5457620f2fe14846da6 1 0.00/1.00 vMB 0
630,776 630,776 0000000000000000000dc37c879a8ac643043fc20d1ae9ac3f58e6fd43888668 2,226 1.00/1.00 vMB 109
630,775 630,775 000000000000000000109c347491a1167665d4ea4e0c0f4e40fe94da573aee1a 1,954 1.00/1.00 vMB 117
630,774 630,774 0000000000000000000df28eca1e7cdfd129df2e9490670d17c2c3ebbb825791 3,930 1.00/1.00 vMB 10
630,773 630,773 0000000000000000000ec4d4b7e505fac690c74e1500113ee75a3a9021da7615 1,829 1.00/1.00 vMB 99
630,772 630,772 000000000000000000058549c5cdedee01563bfb25e616b94670e38d3d68c721 1,191 1.00/1.00 vMB 53
630,771 630,771 0000000000000000000f0ae8566a8baff24f80380bd060a8e631636a3fc083a2 1,289 1.00/1.00 vMB 25
630,770 630,770 00000000000000000002f27d8d1845414253d0a96b37c67b753da393900a09d3 1,982 1.00/1.00 vMB 151
630,769 630,769 00000000000000000000f2458ee3f9022e9844aaca3d2445f17666c5edb3d418 2,729 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.60 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.73 GB
    • Received: 15.99 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.