Loading Tool

Explorer IconExplorer

Memory Pool

28,029 transactions
6.34 vMB
0.02322629 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.10/200 MB

Candidate Block

Mining Attempt 2244efcd2081e4c728736eb6bdc2cb919e18a8675e0bb468d67ca39ac344538a
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root 9dce49a92ba42883f5d4d86980c7ddc72d98d744a2483836d2b6f52196c3e5e5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,538
Size: 1.00 vMB
Total Fees: 0.01312476 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (812,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,684 100,684 000000000003100f11ca69ab4b25cbbbfa56ae53e7d3e0d442f542a0e0c1ab23 2 0.00 vMB 0
100,683 100,683 0000000000042771022f702ee00b867bb8edd83eb008ffc419d89808af793ba3 1 0.00 vMB 0
100,682 100,682 0000000000012cbaef2f03e0ef7908eb65dbe0f56c0b1ba9f7518520f9762bf1 1 0.00 vMB 0
100,681 100,681 00000000000427af1fcdc32470506351ac9e5643407dca237db7caea678fce47 5 0.00 vMB 0
100,680 100,680 000000000003d8ab284fe75f24f612681759cf21aa3bd49ff1c472b63c96ad6c 1 0.00 vMB 0
100,679 100,679 0000000000045e5252cc8449a5cb4d0db5b77b951068caf4ac49ef085d17dd31 3 0.00 vMB 0
100,678 100,678 000000000001584d211b4b90a19e71aedf0d5d86bf110c23d50fc62941029a6f 1 0.00 vMB 0
100,677 100,677 00000000000114f9ba56d455767aa8935b3a03df3d3ff462dd11fd9be662128b 1 0.00 vMB 0
100,676 100,676 000000000002010a40cb9a1fb9f71c6c7531a19b621dbfd722ef921155dbb2d2 2 0.00 vMB 0
100,675 100,675 000000000002cc85e97e7c910dbfeb5fc3e44922bb9768bc8c8ecf082916fbf8 1 0.00 vMB 0
100,674 100,674 000000000000c29ececa96513470a99d1d7fcea84fbce29478f0510d351c7d4d 1 0.00 vMB 0
100,673 100,673 000000000001e3904885c4c05cf938e31b4da37fd1436cb8656d020ea1e97254 4 0.00 vMB 0
100,672 100,672 00000000000460104de288b5ad6c759add2f2aff878b8a2c41d1d26480628082 4 0.00 vMB 0
100,671 100,671 00000000000025f57f803e3ec060c28cf94bb2cec06b5e615542dfb7f8a96247 1 0.00 vMB 0
100,670 100,670 000000000002d1d0ca2ee5715a914c352cdb39ce5f13f4bf3d781399e8f2a97e 1 0.00 vMB 0
100,669 100,669 0000000000004fe097b4daea0cc284cca8da7b6663b8b22389e0ad0b015d9cae 2 0.00 vMB 0
100,668 100,668 0000000000010e8b41d9a021a087586ad3c7fa49dad1bb84f4a08d25d8cf90b6 2 0.00 vMB 0
100,667 100,667 00000000000070af6b6297bf397553423ef12fe3f8e98d44579269bade371fa1 3 0.00 vMB 0
100,666 100,666 000000000000e1ca4ff53b6a342738ddb9821952775f90cc2b95340d270d7e4b 2 0.00 vMB 0
100,665 100,665 00000000000172bc004508557fbc738b98066022b2b225404221a24780048eaa 11 0.00 vMB 0
100,664 100,664 000000000004803c97ed84b0d2752658aa2e7105a04247dc42e323df5d03b52c 11 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 372.10 GB
    • Received: 1.82 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.