Loading Tool

Explorer IconExplorer

Memory Pool

58,291 transactions
19.11 vMB
0.06398745 BTC
Random Selection Loading Transactions
Max Size: 120.40/200 MB

Candidate Block

Mining Attempt 5977ebb26314ecc48e03a4a5a8f33b7c46bb40dd60490a2f9e731d6eccd4ac7f
Version 20000000
Previous Block 00000000000000000000618ba6552afd19641a6740c92e28741036440b3cff47
Merkle Root 39d9ef816bea9350eb10fe4706e1cdce0100e5e2f6f8d116b85f3d395727f673
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,844
Size: 1.00 vMB
Total Fees: 0.02092403 BTC
Feerates: 73.20 > 2.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,703 (853,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,744 61,744 00000000037082d234b3a07260c93a31cc68ae54a2fdf77fa97bb356af908800 2 0.00/1.00 vMB 0
61,743 61,743 000000000834e0c83359ec1287458e3116787f2b900a52e9b641f152695c275e 2 0.00/1.00 vMB 0
61,742 61,742 00000000051cc645601d52811d9268f372fbbcfd923be5007890deadcf127ac5 1 0.00/1.00 vMB 0
61,741 61,741 0000000000716b5795c6a6ec4fbf56b0a213dbab297040dbc14408b1f989e088 1 0.00/1.00 vMB 0
61,740 61,740 0000000007905c57f33e5045ff098e1f6d3952be613811bb6636421bf9d662b0 1 0.00/1.00 vMB 0
61,739 61,739 000000000457bbc848602ac2741c860163b1e3288f9f3f2aad004c3f80594854 1 0.00/1.00 vMB 0
61,738 61,738 000000000b9d787fd1ca6dbe76d21f903e8718b9906e43fd7fc3fe29e9e05f46 1 0.00/1.00 vMB 0
61,737 61,737 000000000493415cfe9193f92dcfe4c4f18dd270eae67d8b472e6653b43075b3 2 0.00/1.00 vMB 0
61,736 61,736 000000000b899c596a8b961557f11ee2a7e6888ef4ad5b8ce7d36880345f9c60 1 0.00/1.00 vMB 0
61,735 61,735 0000000000a9d88d6406868ba0aed343f068b196c574ee9cb33957c4cd101b20 1 0.00/1.00 vMB 0
61,734 61,734 000000000183016f6c72dd64794fee863cf4448b0485586273d4b9f6e224de1f 1 0.00/1.00 vMB 0
61,733 61,733 0000000003c807628b7171c379bf4cd23247f48575b099fe2cae6bbec0551a60 2 0.00/1.00 vMB 0
61,732 61,732 00000000034d823ac93028f2ce1945764d3d9433baba974d2050801acb1bf713 1 0.00/1.00 vMB 0
61,731 61,731 0000000003b9c0597b169dff06f32641693cf7c9e14a50e445a1ffb970e23acd 1 0.00/1.00 vMB 0
61,730 61,730 0000000006d8b1dc4250cd6f8ac70ef59aafc5df9bd689685c5d43e2b729eac4 1 0.00/1.00 vMB 0
61,729 61,729 000000000030791aee146e85621d07f8c1b3bc5f4a41be10d0bf4ccddd0d7085 2 0.00/1.00 vMB 0
61,728 61,728 000000000e9683d027eb87d89345f9beaa2aa5d3aa035ea1855f6abca9fe41e3 1 0.00/1.00 vMB 0
61,727 61,727 00000000005186f84aa122f5981eb0c3019e5e918f7c9937fa5883f981927685 1 0.00/1.00 vMB 0
61,726 61,726 000000000b23dd3ef40039f1ddf0358aa274d99c21c70840b449657c2b0154c5 1 0.00/1.00 vMB 0
61,725 61,725 000000000816c2c9a721dafb5a98859dff11f8810fa195ca58a5376162a4b162 2 0.00/1.00 vMB 0
61,724 61,724 00000000004b8e08c4e11d842c9b6b010602c5f9edc949defc90bfe1f0c43866 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.59 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: 775.20 GB
    • Received: 20.81 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.