Loading Tool

Explorer IconExplorer

Memory Pool

29,024 transactions
34.01 vMB
0.04562103 BTC
Random Selection Loading Transactions
Max Size: 181.18/200 MB

Candidate Block

Mining Attempt ae664266ab38e723b8584e5bbc48031792b9f412077f67175e10f7b716c3132d
Version 20000000
Previous Block 000000000000000000014c76e51569f758d510eac1585e9856f92ce261f9d775
Merkle Root e2eff122d8241ac95e4b34ec7d377de6a638420fddc66ad2e47b5b5b3abc7de3
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,118
Size: 1.00 vMB
Total Fees: 0.00653981 BTC
Feerates: 73.20 > 0.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,157 (790,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,091 150,091 00000000000004382f32dc7e1b310f78355779450c67dbf0467a9ef4983978b7 18 0.00/1.00 vMB 275
150,090 150,090 0000000000000010da33de9e4676accf1ca32f4ae00bb53e67a7894da708816d 55 0.02/1.00 vMB 211
150,089 150,089 00000000000000ab64d01bd5d55e53218ae45696611ef94da8092627f1e83c65 17 0.00/1.00 vMB 63
150,088 150,088 00000000000001db9b0ec5ed15878e9f063a8b66fe3ccbfac2ed6ce42b0b0798 24 0.01/1.00 vMB 146
150,087 150,087 000000000000005136df191a327a80fc08d5e94d42d29bf0fea55e92b9add2b7 53 0.02/1.00 vMB 81
150,086 150,086 000000000000081583d7ffdc1228364d3ca8b2b22c7a3ed735011ccfe2fe109f 47 0.02/1.00 vMB 203
150,085 150,085 00000000000004397f5a4b36002072bc83f1f8095299e0a8da6bb827a05e6e8c 15 0.01/1.00 vMB 358
150,084 150,084 00000000000008420e9b51004741bd16e347695b213b23b946e0cea65c37e32a 51 0.01/1.00 vMB 54
150,083 150,083 0000000000000322fb07dad9e26f0d9a87277f427a14b29c8cd56943848bcb52 36 0.01/1.00 vMB 144
150,082 150,082 000000000000050a3649dab367c56911c030ad852b6af2da34d045d8b7dfe0b8 44 0.02/1.00 vMB 43
150,081 150,081 0000000000000ad23894df1acd7e58f05373c83bb2149931f71e222d0b9baeb2 11 0.01/1.00 vMB 196
150,080 150,080 00000000000001cd11913dc3f01b2c91da03b40d107dbbb61630a5b1fb4e972c 28 0.02/1.00 vMB 35
150,079 150,079 00000000000002c36664ac423151708f21571ce3d94ab36a350bf31e05f0ad48 1 0.00/1.00 vMB 0
150,078 150,078 0000000000000a6af28b8fccdf2f50decf72ae0a682d8ef8cde23c743bd16bd0 5 0.00/1.00 vMB 96
150,077 150,077 0000000000000154da98c5e5b384037aef11730f03dc3fcca002b1cd2d8a3a61 143 0.04/1.00 vMB 73
150,076 150,076 000000000000028a7685a723d34c4609e0c99c3db6c639e48bef6b3996a63f4a 15 0.00/1.00 vMB 279
150,075 150,075 00000000000006c9c59804583a85a3a5119a70b401fc111ae1f9c1f1fa1a711e 22 0.01/1.00 vMB 93
150,074 150,074 000000000000027e0fbcd50a03e5fc04d0a6bb13e1b277de765b0333d505a00c 20 0.01/1.00 vMB 45
150,073 150,073 00000000000002b170a9f184ac674be9563d94442b3729672509a47323ed1510 15 0.01/1.00 vMB 79
150,072 150,072 00000000000001c74d6a1bef76c6cbc9b99488ca2a5cca8255de9cd9b74b3892 30 0.01/1.00 vMB 217
150,071 150,071 0000000000000ae067d9b611df0eb14cb4ca07c7862d1932e69d930597376f2c 43 0.02/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 827.00 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: 4,439.59 GB
    • Received: 240.78 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.