Loading Tool

Explorer IconExplorer

Memory Pool

82,680 transactions
30.45 vMB
0.12261577 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt 1fee13f5a0b2b5946bd8e6174e4d23fa7adb1d5b3f14c2c7744479c01848eab6
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (499,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,925 415,925 000000000000000004767aff3b08391d1c2f8408b03fb1aa944a28381dc233fe 282 1.00/1.00 vMB 12
415,924 415,924 000000000000000002fa4ca56a74b533d758c6ef654caeea0856ac2a614609e6 661 0.36/1.00 vMB 55
415,923 415,923 000000000000000001b2a216a6a69b2a40a422d9aadddd94dcdba5429d89992a 68 1.00/1.00 vMB 8
415,922 415,922 00000000000000000599bd38043582d51f7727fe78dc3e4c40438ec932498b43 1 0.00/1.00 vMB 0
415,921 415,921 0000000000000000000f943f721917c766b154b6eb4d33bb341f9c96efc6143a 1,432 1.00/1.00 vMB 34
415,920 415,920 0000000000000000015a4b5a19883f7c7a899ac92c7e94c41bae7867a99f89da 1,731 1.00/1.00 vMB 33
415,919 415,919 00000000000000000307a3c1f87d3b787bfca9e63a0d83679ef59f4d8fb11139 2,508 0.99/1.00 vMB 62
415,918 415,918 000000000000000004428ee9f1760d13c84a9d46ad558c722dfd7d086996360c 1,687 1.00/1.00 vMB 40
415,917 415,917 0000000000000000049be46b6f2907d4991d97fbbad48afbc4187f9755b792e3 2,108 0.99/1.00 vMB 52
415,916 415,916 000000000000000003cb1ba1a5f4006990a014da91ed8a0b130d14c1c46c4b64 1,982 0.99/1.00 vMB 45
415,915 415,915 000000000000000001c9d405bda38ff4ae9cb3d9b807838ae543086ef98ce2f1 1,798 0.93/1.00 vMB 58
415,914 415,914 00000000000000000163bd252a9108da09846b77194114415bda8aee3422ed47 792 0.41/1.00 vMB 39
415,913 415,913 000000000000000004004d99a1642272694ae5bdd8e9e76a635c125d8b942d89 341 0.15/1.00 vMB 49
415,912 415,912 00000000000000000088c5dc59bdae438ff297fe8b222e7e5ec661f9ed665f98 1,421 0.93/1.00 vMB 41
415,911 415,911 00000000000000000384051e210f3d05af8192cf90618443a1f54589b4852382 669 0.55/1.00 vMB 25
415,910 415,910 000000000000000004a7218b8350a2afa2d6dba9d23ec9de21cc18b721efb1b6 931 1.00/1.00 vMB 23
415,909 415,909 000000000000000000520e96341f07cf71a6db8e070c4c0135360b1b782dc131 1,821 0.99/1.00 vMB 49
415,908 415,908 0000000000000000019762f53419c6e30a3f5354393f5ac12461c18661cb5597 2,022 1.00/1.00 vMB 54
415,907 415,907 0000000000000000025b2ca4aa0cd33d9477ea975291d7974789f493608b729c 634 0.41/1.00 vMB 41
415,906 415,906 0000000000000000011a318a29cce08d30aff2c20430a06bd7a0b4a7d6e8cace 365 0.38/1.00 vMB 30
415,905 415,905 0000000000000000008818df821f1cfa6345c23c1a1e6be94b4eadcf33a7ee0d 1,943 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.