Loading Tool

Explorer IconExplorer

Memory Pool

75,563 transactions
28.29 vMB
0.06304292 BTC
Random Selection Loading Transactions
Max Size: 171.33/200 MB

Candidate Block

Mining Attempt b1c148e80aea8ba01a5c601abe1224bc19a5dd65441e89c9d92a8dac4df93af4
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 41f3500cc1a676a867de196e1ec3a9e27344df2067e25b21a7841969046ba3ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,318
Size: 1.00 vMB
Total Fees: 0.00458942 BTC
Feerates: 40.21 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (268,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,752 646,752 0000000000000000000f91079ea015b1205ccbdaf95e4b8243634798714c7fb2 3,065 1.00/1.00 vMB 165
646,751 646,751 0000000000000000000f956d966a43ac402902c34750df1a433c9abaf6a2fce7 2,527 1.00/1.00 vMB 119
646,750 646,750 0000000000000000000be17380cb20fbf625ffc384b047870bc29b6ed65201da 2,788 1.00/1.00 vMB 125
646,749 646,749 00000000000000000009ce239db0177abc06b9eaf7a387be9bb49b9af9ff5be5 1,847 1.00/1.00 vMB 126
646,748 646,748 00000000000000000008d93c80eae2a52097d85b8cdda3ae77fe6c98ebda019b 1,734 1.00/1.00 vMB 131
646,747 646,747 0000000000000000000e525a30b54af7bd16825c0fc5fca28b1b35c0ea33da28 2,285 1.00/1.00 vMB 144
646,746 646,746 0000000000000000000dd4e51abe1ae77e6c6992307282351a4a7b757071dfdd 2,033 1.00/1.00 vMB 128
646,745 646,745 000000000000000000056df1e99ea9f228ba4412a38a7602d1fd81abad8d0e1c 1,939 1.00/1.00 vMB 130
646,744 646,744 00000000000000000006bb79128458b589a794a6a89b89a5c566b50316a2f7a9 2,248 1.00/1.00 vMB 131
646,743 646,743 0000000000000000000a0fd458dd67097b57b3b67d85269ed592abd02328d25c 2,824 1.00/1.00 vMB 160
646,742 646,742 00000000000000000008e41a07e6f0a5d8236572bfe216c53089ff4652e3b73b 3,100 1.00/1.00 vMB 158
646,741 646,741 00000000000000000008edcb968c0fe3b414c777328d1864dea994f24fd6d746 2,791 1.00/1.00 vMB 131
646,740 646,740 0000000000000000000c07d0ca4d16626fe4503aaa4e9e6ff6febf4704b4a003 2,228 1.00/1.00 vMB 149
646,739 646,739 0000000000000000000e7724ae7f182ad037ad049903dc0e6c44445c58414ae5 2,473 1.00/1.00 vMB 141
646,738 646,738 00000000000000000005080ba268979afbc2817cc0bfce533e2e3b848fb6b786 3,412 1.00/1.00 vMB 177
646,737 646,737 00000000000000000007d5100e960ef067d429853b014c23b5af135ecc6f8e2d 2,084 1.00/1.00 vMB 127
646,736 646,736 0000000000000000000bf2d616e5be10f13d2648dde2f47b6098269e0d3f22ff 2,591 1.00/1.00 vMB 152
646,735 646,735 0000000000000000000705380379bbbc871efd7c08d016ea113ee0a78fb6e8c5 2,025 1.00/1.00 vMB 136
646,734 646,734 0000000000000000000c721b6ef67d72c9bd77e768e69e28b5c8c00ec9904fdf 1,764 1.00/1.00 vMB 129
646,733 646,733 00000000000000000001ce9ffabb8f74b12191fe10b0f19708bd0ca8ab188f6c 1 0.00/1.00 vMB 0
646,732 646,732 000000000000000000022fe3163eeb6c8e46eed75a4206437349e1ebe840a7fd 2,849 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.67 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.10 GB
    • Received: 16.39 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.