Loading Tool

Explorer IconExplorer

Memory Pool

38,592 transactions
28.41 vMB
0.07034273 BTC
Random Selection Loading Transactions
Max Size: 144.13/200 MB

Candidate Block

Mining Attempt f4cab7cef2006b2cac6a093eabab62fd4af8e9f6e7e5ca952ab7b7c7c169ab1b
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 12bfa0bf0d9e5a1a5c09cbd07f70ebd08f4ab590e49b47ddfe52ffbf29ff4cc3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.01561354 BTC
Feerates: 150.61 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (234,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,189 680,189 00000000000000000003292de945168aba3ca1f24257cb00aea64a6670ab86c1 1,665 1.00/1.00 vMB 269
680,188 680,188 000000000000000000093712db6ca5b7a78bf25da194b8e0777fbcc57bc8b60d 1,898 1.00/1.00 vMB 164
680,187 680,187 00000000000000000002d98309adc9131c386350752401e83b6b7e7e56d7afca 1,483 1.00/1.00 vMB 149
680,186 680,186 00000000000000000005a93d23af130c33566c2298021d99b35e4faed5a2dc6a 1,520 1.00/1.00 vMB 127
680,185 680,185 0000000000000000000220603a61ceca02fcac1c1575b73000a0c1f2f9d8ec10 1,104 1.00/1.00 vMB 135
680,184 680,184 0000000000000000000b8e15ce77c302894e87767eff57930741e794c1edb6a4 919 1.00/1.00 vMB 111
680,183 680,183 000000000000000000009b4d293b7c1aea1e347eb4f3e241572bf366d5511070 1,108 1.00/1.00 vMB 157
680,182 680,182 000000000000000000004ecc467789638b8968632444974416ace23aa53c305b 734 1.00/1.00 vMB 122
680,181 680,181 00000000000000000005c33f0aa8c0bebd07740a3691d5d8ec8010284a6cd28c 2,284 1.00/1.00 vMB 232
680,180 680,180 0000000000000000000a5c2be2d51307827bce4399cfacb5f61d5d3c249a37cd 1,276 1.00/1.00 vMB 167
680,179 680,179 000000000000000000003503d5c852b8132dc6c07d8cd9017ff3939e8e4d8163 1,487 1.00/1.00 vMB 142
680,178 680,178 00000000000000000008014e00a4e459dfd890d2e2c532ae8b5028ceb55c5764 2,312 1.00/1.00 vMB 181
680,177 680,177 00000000000000000009c36c725e7fec1849210d9d9c203c8f45b42c79f3e33b 2,330 1.00/1.00 vMB 254
680,176 680,176 0000000000000000000688116f6a788a9e3ca899f7322e0c8aa870dafe0f889f 668 1.00/1.00 vMB 275
680,175 680,175 00000000000000000004dbd66fa71fdcd62658bf8c8e2e153521257ad5858c71 1,702 1.00/1.00 vMB 289
680,174 680,174 00000000000000000008465bf3145011298dddb04f026e077d8deb5b9ac5cf7f 2,566 1.00/1.00 vMB 233
680,173 680,173 0000000000000000000bdf4915075fa3f4bc338783adc4318b9174dc0b091f48 2,401 1.00/1.00 vMB 179
680,172 680,172 000000000000000000082e99ea00e7e6210ecdd7e5ae218a4c98340ccc4bf959 2,375 1.00/1.00 vMB 211
680,171 680,171 0000000000000000000540d1e099424233e54c129d208401a902409b2677f8f3 467 1.00/1.00 vMB 253
680,170 680,170 00000000000000000009c20c6419f18b52e5dce1c3b5522f1691268a16234dfb 1,260 1.00/1.00 vMB 262
680,169 680,169 00000000000000000000f5e90a2b27239479b9b1a76c59020611f70e788fe314 1,849 1.00/1.00 vMB 290
Previous 10 blocks ↓
Total Size: 781.68 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: 628.35 GB
    • Received: 11.79 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.