Loading Tool

Explorer IconExplorer

Memory Pool

74,655 transactions
21.20 vMB
0.06367445 BTC
Random Selection Loading Transactions
Max Size: 138.88/200 MB

Candidate Block

Mining Attempt f23ca7bd14cca121e17486b23a1d65f0f8a736b0b7ffcd6d649cd9ec7bdac752
Version 20000000
Previous Block 000000000000000000006fba161afc27ab013df9ff45b13dde90f96b1ebc3cde
Merkle Root efecaff94f0258b661b0ad149b246610001ea17a0561269477251f97b320e508
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 816
Size: 1.00 vMB
Total Fees: 0.01512116 BTC
Feerates: 40.21 > 1.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,979 (846,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,455 69,455 00000000003d019a0088a5be60d5271eb2ec762ad03be34767dc2b72f4a7f0d2 3 0.00/1.00 vMB 0
69,454 69,454 000000000035b13ea5158e01d6bd151970ba82aab90e051e12e819d56fe11f4b 3 0.00/1.00 vMB 0
69,453 69,453 0000000000a4389600acc2b06de711b9d65b83efe86f64e54cf94fdef4979130 4 0.00/1.00 vMB 0
69,452 69,452 0000000000e78001e697d42b98d3729054888cd9d986f1914dea21b26508b349 8 0.00/1.00 vMB 0
69,451 69,451 000000000057cf6e3b8b019af661de6d6290df1c46ca33d507cc35f2d265940e 2 0.00/1.00 vMB 0
69,450 69,450 0000000000cec852e8542abd3b5151ccf492e0a0d3afb380dfc96a00ee442cb5 1 0.00/1.00 vMB 0
69,449 69,449 0000000000964c4fb555e9b0d33041aec88a374901e7ba12eb71fe23b409e61e 8 0.00/1.00 vMB 0
69,448 69,448 00000000005744aa4ef722d3de864f334ee5929f96e1a4328f2d282542199e51 1 0.00/1.00 vMB 0
69,447 69,447 000000000032dec3f86d203e1b6a9b7086ca11cf01d977e51feadc1d9bb951b4 1 0.00/1.00 vMB 0
69,446 69,446 00000000000031a5b05df6bc5e585bd69016aab365e9fd8bdaef265094198613 4 0.00/1.00 vMB 0
69,445 69,445 0000000000dffae6e1b1b7d46f79e5b5473538159df6117a7742ec0564f76fd8 2 0.00/1.00 vMB 0
69,444 69,444 00000000004cef7afd51a66d6787cce6b73d0667795d8371d3f92c09f692df4d 1 0.00/1.00 vMB 0
69,443 69,443 00000000004fc2ec5e9059e6ce0e1ac469052a8a46512ff16172d0fcd65980b5 7 0.00/1.00 vMB 0
69,442 69,442 00000000004e8362e80c9094c6adc16e89f0ec4441d706d784216cdd96048c96 4 0.00/1.00 vMB 0
69,441 69,441 0000000000700b3f9a9326e82b3e5d2b753a9647a027db0cbdf01553e36a13e4 1 0.00/1.00 vMB 0
69,440 69,440 0000000000b70f3b97630d17c7ab1f9ecf2d4dbaf8242b35aaf9719561a30424 3 0.00/1.00 vMB 0
69,439 69,439 000000000035e48c9253558ae8108b51f0a82dc6669c5447d60c84b82c989d9b 1 0.00/1.00 vMB 0
69,438 69,438 0000000001179bf3e8da2f2eb072bf0c53adc14e337e5919b52fc6e804fb9076 3 0.00/1.00 vMB 0
69,437 69,437 00000000006fe43e341f70826dbace04b5e0859528b239d26b7f94254aba258e 1 0.00/1.00 vMB 0
69,436 69,436 00000000006f18f88af5c4414fd179612a8beb5bc212937a2390cbc9b7b15267 2 0.00/1.00 vMB 0
69,435 69,435 0000000000e4f296710a3c05559449c64b182c13fbd0132628bea01f4e81cc82 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.09 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: 806.82 GB
    • Received: 23.07 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.