Loading Tool

Explorer IconExplorer

Memory Pool

76,873 transactions
28.78 vMB
0.06887500 BTC
Random Selection Loading Transactions
Max Size: 174.29/200 MB

Candidate Block

Mining Attempt 4012850f59fe852454427d7fd28305a5502f00e4846c3a917a96084923e3fb2b
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 8f0ce120ba459bcf4226883ef73affd70c224724cb8ac26885295d010a042706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.00903747 BTC
Feerates: 50.27 > 0.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (552,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,686 362,686 000000000000000014eae19c24eea0ee8fec806ad55795a656046fe1953f50ac 1,452 0.72/1.00 vMB 28
362,685 362,685 0000000000000000118ddd26046dffae8410308ecf6580bdb520ff6c211e7ef1 2,005 0.93/1.00 vMB 32
362,684 362,684 00000000000000000216a936ebc1962e319a51bab8d3eae69335ac940284491d 604 0.36/1.00 vMB 34
362,683 362,683 00000000000000001034f207d3ce18f03054ddfb0e4dba712f5b76cb1cda9499 1,536 0.75/1.00 vMB 31
362,682 362,682 0000000000000000049486be43ac1cc35b210406de167a27c88c009566823e0c 56 0.03/1.00 vMB 33
362,681 362,681 000000000000000000d3c75710182a3478b637e12d04c9d946f1afbec71d9206 151 0.09/1.00 vMB 32
362,680 362,680 000000000000000015777fcba2344b769d60876bdf735c35e064e243a9259766 38 0.02/1.00 vMB 27
362,679 362,679 0000000000000000040af558eb85cdf39fc30b344faeabccb99d11ed96a2e8b0 1 0.00/1.00 vMB 0
362,678 362,678 0000000000000000154174c2773fbf0bf058ce39df3bb631443c290621c02e06 148 0.07/1.00 vMB 29
362,677 362,677 000000000000000015f337742fef567625a702a0331d1c220d19197b1d69cc4c 381 0.17/1.00 vMB 30
362,676 362,676 000000000000000004741870fe389f4da4bbbfd09bce6385aa75ccf5367089d5 1,338 0.64/1.00 vMB 30
362,675 362,675 0000000000000000100868e1bb1ba7e5e045c80689ae11cba96f34c5148102f1 734 0.35/1.00 vMB 29
362,674 362,674 00000000000000000aac4524531f03eec60bca8788766ee4d4054c7bcb83fa2b 420 0.19/1.00 vMB 29
362,673 362,673 000000000000000008fab8f993101e62f2c804b868a1df6fd55747c367581154 851 0.46/1.00 vMB 29
362,672 362,672 00000000000000000e96de1b5c49657f40d1208b21fa9749943660f01c727a03 594 0.33/1.00 vMB 20
362,671 362,671 000000000000000014d237b49b34434b401a424f59871cffbc51ac451c875ad2 1,736 0.75/1.00 vMB 35
362,670 362,670 0000000000000000141ace5bdfb2be16708d24fcbb1fec739c5df7420e13aa3a 276 0.19/1.00 vMB 40
362,669 362,669 0000000000000000089cbcae6d8003845715f93a5e7b722bd4a2aca4aea2bb74 1,148 0.56/1.00 vMB 29
362,668 362,668 000000000000000003c2aa788ae444446f61b3199196044dc76ebb7978827132 668 0.35/1.00 vMB 26
362,667 362,667 000000000000000003c832d471355c434e4e96fcd54ed12515a630689343dcfb 826 0.41/1.00 vMB 29
362,666 362,666 00000000000000000d54dc1f84d46c734b903034287ca68d44c50d3edeb539fd 1,123 0.55/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.