Loading Tool

Explorer IconExplorer

Memory Pool

32,451 transactions
25.05 vMB
0.05030698 BTC
Random Selection Loading Transactions
Max Size: 126.56/200 MB

Candidate Block

Mining Attempt 90c6630ac22fe79ac8cd8e821242193a6893b8320bf05af63da4b57fdd1e5f4c
Version 20000000
Previous Block 00000000000000000000fcced78716f3937ddf6728d5c4389f66f810a621bd37
Merkle Root f325eed856d9365db67171c7b6321e56559887fa31d4bcfcd21418e1862a07fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,797
Size: 1.00 vMB
Total Fees: 0.00535095 BTC
Feerates: 100.21 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,685 (149,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,605 765,605 0000000000000000000274293b82593d1be8e27023ca487c03b7099257e985f3 2,358 1.00/1.00 vMB 36
765,604 765,604 0000000000000000000600f32dfceefaeb853d8950520c80a045406a40a6f9ea 2,862 1.00/1.00 vMB 29
765,603 765,603 00000000000000000005c674bbdbdff3606953fb103efd9d3cf6c17cfd057d73 2,894 1.00/1.00 vMB 32
765,602 765,602 00000000000000000000c9cac1d97fccd0d9bc4cedd9f7259eabe24bddf424ed 2,259 1.00/1.00 vMB 13
765,601 765,601 000000000000000000035f1e942a052a061bbc5e30a57f2cbb5d4177e6311098 1,215 1.00/1.00 vMB 15
765,600 765,600 00000000000000000002d9e30a5bdc4ccf3e0d4fc77966ec9018e5f6cb80850b 3,474 1.00/1.00 vMB 35
765,599 765,599 000000000000000000074b20e8a4fd3f1e7082df9b51986facc7342155f42001 2,728 1.00/1.00 vMB 23
765,598 765,598 00000000000000000002d9284416b0f1dfeeff1a89b0b2bc76d2ba836838d321 2,519 1.00/1.00 vMB 22
765,597 765,597 00000000000000000002ea3c62981a3fea122d6050ea6d2b5d5caf07a62a0560 3,053 1.00/1.00 vMB 24
765,596 765,596 000000000000000000014cf11327f1a693aac2b7ca010e84652afce2dae22c6f 3,258 1.00/1.00 vMB 23
765,595 765,595 000000000000000000045de7c864335be8b31565c4ef9dce22579a66ac11677d 2,618 1.00/1.00 vMB 37
765,594 765,594 0000000000000000000407b8f856d8ffeb9841aeaac47b8cb648aeabe1af2fe1 3,433 1.00/1.00 vMB 51
765,593 765,593 00000000000000000002009a4499423b1dc2f9dc7f9c830c9413f65bdff6c417 3,130 1.00/1.00 vMB 26
765,592 765,592 0000000000000000000224eb020068416075c51fd72c05f0381181443692a0af 3,852 1.00/1.00 vMB 38
765,591 765,591 000000000000000000063d45e4cd8666a1402fc24c43a726a04e7526c89724ad 3,944 1.00/1.00 vMB 26
765,590 765,590 0000000000000000000493185e4a6a822a0edf272a6d50f755c1f46978ba20b3 3,193 1.00/1.00 vMB 29
765,589 765,589 00000000000000000000dff9df4e654acfadbb723cc183350b84ea0924deb2e7 2,861 1.00/1.00 vMB 33
765,588 765,588 00000000000000000002da9baa050d910a750e9b8cef629e9c1ec11caa6b3e1b 3,535 1.00/1.00 vMB 47
765,587 765,587 00000000000000000004104062a232ee3e7cb593b18ab4f8d77688c08752624c 2,349 1.00/1.00 vMB 41
765,586 765,586 000000000000000000073c74658a1f051108a2bfc2ebeb78b17a050261859270 153 0.04/1.00 vMB 24
765,585 765,585 000000000000000000002005c4665b5a7646e1884eeba4ecef30ea4e982ecf84 1,626 0.80/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.83 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: 637.08 GB
    • Received: 12.40 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.