Loading Tool

Explorer IconExplorer

Memory Pool

76,253 transactions
28.45 vMB
0.07071033 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt b77de4c21138874491c970fad3f767b37213dd5a99da6c522b2688a820b15877
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 288a79ae697f9c215c02ffda0b0f63249a89967a80988c52b362f32218de1449
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,308
Size: 1.00 vMB
Total Fees: 0.01177354 BTC
Feerates: 178.73 > 1.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (295,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,293 619,293 00000000000000000000f9473384e453ee3457564ff471cb633cc6d61a7a6f38 3,005 1.00/1.00 vMB 7
619,292 619,292 00000000000000000001505f76c18408607fde306b33fe0c165307fb6e4ebfaa 2,713 1.00/1.00 vMB 20
619,291 619,291 0000000000000000001057e5c602aa19a5efdf3d9da6e24d02c59790bfeb6523 3,122 1.00/1.00 vMB 8
619,290 619,290 00000000000000000010457f2d8aed84426f1a03cb01c09ebd8bffcf2c1e29a3 3,544 1.00/1.00 vMB 16
619,289 619,289 000000000000000000082ca9d63e17ebfe49e8031ed916aeb79859fc973d6bd2 2,977 1.00/1.00 vMB 22
619,288 619,288 00000000000000000001f741f1a90f1b0b3ddf8f6e952b0cd9adea74177e8bcf 3,185 1.00/1.00 vMB 31
619,287 619,287 00000000000000000006b0bf44a5f27600c448437200c8bcdee01390f80810ef 3,264 1.00/1.00 vMB 24
619,286 619,286 000000000000000000049069ee11adac95dc288ecff9fe62fc33eb56e3c979eb 2,524 1.00/1.00 vMB 23
619,285 619,285 000000000000000000030fc5c3ae3cd154c1b40564fa776337b439a0fd6dd628 2,412 1.00/1.00 vMB 36
619,284 619,284 0000000000000000000210690625adcc3f06d3ff1d66f9ebb8e78f503847e1b1 1,652 0.49/1.00 vMB 18
619,283 619,283 0000000000000000000ee1fa92fd25cf05624943c66ea600405382820afa8b9c 1,745 0.59/1.00 vMB 18
619,282 619,282 0000000000000000000fbfd6e324308465932e88b07c1b26d04e463eb69f818d 3,066 0.87/1.00 vMB 3
619,281 619,281 000000000000000000000c4dd9009494c736cdafe3077add81fef8b1999e1db3 2,302 1.00/1.00 vMB 20
619,280 619,280 0000000000000000000ed2831085110a961c85e8db793b4ae4c2bd52fc2b75d7 2,993 1.00/1.00 vMB 32
619,279 619,279 00000000000000000008246c5e8ed48d2619055159d3f5a711c94a21e9933630 2,446 0.83/1.00 vMB 16
619,278 619,278 000000000000000000011e7530e2a381fce421d3a1c34acf6f51827fa3c27b2f 710 0.27/1.00 vMB 26
619,277 619,277 0000000000000000000a970966743d382eb4e69565511ed00c73dd9b88f8328f 1,838 0.65/1.00 vMB 18
619,276 619,276 00000000000000000000d4b6b4866be3d3ab6d0cad7c92880ce235614e77d7da 2,269 0.69/1.00 vMB 11
619,275 619,275 0000000000000000000ec49042d08d8b58ef3c4e229884a9a8f1157fa1e3b026 3,104 1.00/1.00 vMB 21
619,274 619,274 00000000000000000007d4cb3583edbdf77c17b04d42a0deaa2240a436d88c8e 2,155 0.76/1.00 vMB 9
619,273 619,273 0000000000000000000b9a973f9644d8bab79be80503b6a03e8e74a6b3ec783a 833 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.