Loading Tool

Explorer IconExplorer

Memory Pool

43,914 transactions
27.05 vMB
0.07542085 BTC
Random Selection Loading Transactions
Max Size: 141.61/200 MB

Candidate Block

Mining Attempt 60597b18df43f7b51bb8d867af07e7a2381d87e850c0336f8c4e74ce6097bcb9
Version 20000000
Previous Block 000000000000000000016eb53e0eb23b9f263b63f0a13ace5d626e899f14fd5b
Merkle Root 5d4c84fc10db67f8d97ca946bda6cea87a2a1c71bab0622c3a9be719cbddd5b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.02342178 BTC
Feerates: 40.27 > 2.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,877 (123,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,569 791,569 000000000000000000024408d15e4590c233cd7ed3ceb7ea0646d9198bc9a8e9 1,484 1.00/1.00 vMB 30
791,568 791,568 0000000000000000000499aea2641f70513090d2ad7605294ecc162d966278a1 4,135 1.00/1.00 vMB 44
791,567 791,567 000000000000000000038f6f9d46f2c0dfc29838e8934a11ad11ac032d5dd1e8 3,262 1.00/1.00 vMB 52
791,566 791,566 000000000000000000033c057f618d2ee8e5d80217faec68d4189572401bc219 2,680 1.00/1.00 vMB 68
791,565 791,565 000000000000000000009649f98c0978efcd27a86c07094f3225f31853ce3df4 1,263 1.00/1.00 vMB 26
791,564 791,564 00000000000000000005106927a08d9a92d6ce947d195f56e77444eda4591989 3,702 1.00/1.00 vMB 41
791,563 791,563 00000000000000000001ca6e9e30c0c48e0c3959a592c262885fef89254a2c38 3,457 1.00/1.00 vMB 60
791,562 791,562 000000000000000000057a8dc7e009071f50397924ad2ee223b245b9973fbcff 3,381 1.00/1.00 vMB 73
791,561 791,561 0000000000000000000416c8268bab17a0c5eb9f256bbbc29b299bff20b7616c 2,545 1.00/1.00 vMB 42
791,560 791,560 00000000000000000001efa960d2467ff0a331f3bc1c674822243c2c3755a840 2,838 1.00/1.00 vMB 36
791,559 791,559 000000000000000000019656056d0552248d18b5f2029c47ff91f12f23ed9704 4,265 1.00/1.00 vMB 48
791,558 791,558 000000000000000000020712bf2d7a1ef84ba45d39884eba33d8f676cf4e3dea 3,690 1.00/1.00 vMB 52
791,557 791,557 00000000000000000004e20e945dc9b76a90c6b3dab278bd295c85e70531921a 2,144 1.00/1.00 vMB 61
791,556 791,556 0000000000000000000004c5a063643b085c30cec595997a9b15e921ecc887c5 3,635 1.00/1.00 vMB 53
791,555 791,555 000000000000000000010a2934d23dd182ec3cb5c4d4ec7b7d8de751670b7bb2 2,942 1.00/1.00 vMB 65
791,554 791,554 000000000000000000028cb323e21be1941849c3bab14b5fcc0f834a6d43efbe 3,277 1.00/1.00 vMB 82
791,553 791,553 0000000000000000000136efc4576411cad0b7e192c9b9f731ecd0f88751ca51 3,803 1.00/1.00 vMB 37
791,552 791,552 00000000000000000000f97cb52de06d6b8feae844c7a90178cb5b8f4a438c14 3,049 1.00/1.00 vMB 30
791,551 791,551 000000000000000000011fab18bab60c651224247e21c5e3c2fff5b3c2ea6986 2,846 1.00/1.00 vMB 61
791,550 791,550 00000000000000000001256a015acb3d575f576b6d9dc3516770dd6ab95c6253 928 1.00/1.00 vMB 37
791,549 791,549 0000000000000000000027c1205eda2897f85da83044048d8795eaf7551a87d9 1,019 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.17 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: 653.52 GB
    • Received: 13.92 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.