Loading Tool

Explorer IconExplorer

Memory Pool

76,652 transactions
28.55 vMB
0.07065861 BTC
Random Selection Loading Transactions
Max Size: 172.88/200 MB

Candidate Block

Mining Attempt 6a561c172ab4c2a11ae816147854ae68b97a6acce94d864e9f1f84f3a2673b0a
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 5c4df553c9768dd14b3348005a9f7529a86b4e1db6a7b891c4cd0dc06320acfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,724
Size: 1.00 vMB
Total Fees: 0.01153124 BTC
Feerates: 150.62 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (317,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,641 597,641 0000000000000000000d1f5a93cf08651f62453bfb5274a006994c6af35f1f91 2,387 0.68/1.00 vMB 28
597,640 597,640 00000000000000000012dc385d8e1ce2f400a1ca0640415ca89d028b3d40ca4e 3,091 0.86/1.00 vMB 22
597,639 597,639 00000000000000000010f20e88ddea21d0ac1b23e628436148f0e543e5c1d79e 683 0.19/1.00 vMB 28
597,638 597,638 0000000000000000000b934f9d9e9a6f6e558f8f376c504b2faa5232088d907c 2,659 0.96/1.00 vMB 10
597,637 597,637 000000000000000000142653c041894f58a7fe23659dfe0605791a836e550b82 2,876 1.00/1.00 vMB 45
597,636 597,636 000000000000000000007f8fb65cc57913eef3bf21e1541d42b236a320561a27 960 0.26/1.00 vMB 27
597,635 597,635 00000000000000000007aa446201a406776ebb350622c089fadaee6f3411c89f 408 0.12/1.00 vMB 32
597,634 597,634 0000000000000000000d9fdd711d23d56fa5663d8c6b4ff29b9a4f0b9ee996a8 1,019 0.26/1.00 vMB 25
597,633 597,633 00000000000000000002df0cd5b15031b32848c371cef831b14293ca70add904 773 0.23/1.00 vMB 22
597,632 597,632 00000000000000000005fffa9614f6e05f90ac5ab682a383cf8c03902e7f5791 424 0.16/1.00 vMB 17
597,631 597,631 00000000000000000004f8121cd83abca81f120f1d2d2df39c7a5e2313a88713 2,089 0.68/1.00 vMB 23
597,630 597,630 0000000000000000000dfa6c789dc695d3c97c19973cad210cf5f5eff16c8f37 1,681 0.55/1.00 vMB 25
597,629 597,629 0000000000000000000cad90e5f3ab3185fe262451a0137b4bdbfa0b6c8c6316 1,799 0.68/1.00 vMB 14
597,628 597,628 000000000000000000042001f7245f673161bd2f23e29294e197f956db965d07 1,706 0.57/1.00 vMB 21
597,627 597,627 000000000000000000115947123160d31ae1b193cdf82b50448df0732914c937 3,469 1.00/1.00 vMB 23
597,626 597,626 000000000000000000088031e6c40b1d01681ef560cb11a6256096026efbcecb 2,889 1.00/1.00 vMB 36
597,625 597,625 00000000000000000003c2c4e7d842aeaed6ea61166fa44118e5074d452d5e1e 468 0.12/1.00 vMB 17
597,624 597,624 0000000000000000000ba5c2598573467a1ddbc8654fc7cde393a3474d680c56 2,674 1.00/1.00 vMB 37
597,623 597,623 000000000000000000014e0f582f68fe3e2c8cdb77bd9840389fb462869708d3 1,616 0.54/1.00 vMB 25
597,622 597,622 0000000000000000001501de999fdd2159fccbcdb86e015530bc5224b3b9d244 2,789 0.86/1.00 vMB 25
597,621 597,621 00000000000000000006b74b85f7783631c8c3882e52dcc25ed530366d858d52 1,124 0.39/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.66 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: 673.07 GB
    • Received: 16.37 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.