Loading Tool

Explorer IconExplorer

Memory Pool

31,468 transactions
6.51 vMB
0.02798927 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.99/200 MB

Candidate Block

Mining Attempt d09cab4a590c76a3d1f34a06e9ef2db65996dfa3b22145fac2d1a38a4d33fa43
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root cb58cb66938945498f858f6ad8085e622b9ac4f4449d7a998b8e7a30dbdedfd7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 901
Size: 0.43 vMB
Total Fees: 0.01123794 BTC
Avg Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (778,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,615 134,615 00000000000000349c9e5f4ec37caf3f099de49ca5ed7134cc9b3360fdbfe660 0.03 MB 79 628
134,614 134,614 00000000000002292e43ae0d6901bf91004f07073aff364d5b6278a73d8fa117 0.02 MB 46 430
134,613 134,613 00000000000008bebafe3bcf42803fd02a2a37b55f4e69fde6e44c026690f8fe 0.02 MB 37 441
134,612 134,612 0000000000000868040fb9fefb4a9625742d337138f9a85f818900d85bf830f4 0.01 MB 11 604
134,611 134,611 00000000000005c4f0c689644c166dbb7f610f9e27f92adfeb334a832c717423 0.03 MB 68 549
134,610 134,610 00000000000009f95f567ffe10edc7239a86e8c68484c52333f4631ca28a80cc 0.05 MB 153 8
134,609 134,609 00000000000008393a4a00df86f9ae8c7267f2d8e9e5c68cbca0da2980649bac 0.02 MB 58 316
134,608 134,608 00000000000001f4ffab3e220f85cf73d24c5762e65776880dc1eb05e232693f 0.01 MB 39 171
134,607 134,607 0000000000000ac4cc1bc23dbe9dc647d3bf9718005bae5df02f3eda3bbb5bb4 0.03 MB 88 632
134,606 134,606 0000000000000a035b7da605b146fcc663eac20b946aee30374e4ceb4344d028 0.07 MB 161 564
134,605 134,605 0000000000000aa09e3b991c852dea3a23e3a6ca3a27d22d16dee93600cf769f 0.05 MB 136 316
134,604 134,604 0000000000000872a462a3fd4e5c819a79c4de017d52f5fd3a475031b7e23bad 0.08 MB 121 162
134,603 134,603 000000000000016ad9338fd9c257bdecd6ab92db6a11c520a124662717caf6eb 0.05 MB 82 50
134,602 134,602 00000000000000794cf64997bb117f9fe18f85f92cb537a0df7e317fdcf63514 0.03 MB 78 712
134,601 134,601 000000000000002235aabd843b08a7050e95b3be46087b9cd473823fdb7373dc 0.05 MB 163 154
134,600 134,600 000000000000094c1afab9c2399ce28cc5004870cf38f03f156b10aa2d58f78f 0.01 MB 15 659
134,599 134,599 00000000000000adcdedd735bcdad6d61105b68f7dc7baeff2260ed19968ddd1 0.00 MB 1 0
134,598 134,598 00000000000005a9ae2970abd3cd0c09fb57a3f573dfab69b0c7321277183a6f 0.00 MB 3 0
134,597 134,597 000000000000053764665b050a89bffba7a5ba1a89ffdea14d4934ab25cabdfb 0.03 MB 104 300
134,596 134,596 0000000000000812b4836532cdd65947cd9acdd874d359fa9c2bb226989ecb57 0.01 MB 18 482
134,595 134,595 0000000000000c053bfab1a50a4b557c9b5797c5550b450a2f08bcac8fc3d542 0.00 MB 12 16
Previous 10 blocks ↓
Total Size: 778.79 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: 357.36 GB
    • Received: 3.19 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.