Loading Tool

Explorer IconExplorer

Memory Pool

26,438 transactions
5.97 vMB
0.03829215 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.34/200 MB

Candidate Block

Mining Attempt 4ce1cb1d75669e37236213a348e47994abe91a5a56cf432cec1c1e26ffa61f14
Version 20000000
Previous Block 000000000000000000001edd69bbbc6ab1d0e871ae4fdeaf10ab8c9de0307b29
Merkle Root a185b8402fd770e4883802407f32d1e2f60974e2d84dbac8a9cc4bc101b510c0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.02516605 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,123 (792,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,031 121,031 0000000000001a2585f316f81b20623e693845515f216f3ecb787583f4b79874 0.00 MB 9 2,471
121,030 121,030 0000000000002df0d65141941ff46360950bd6d59e840e7543d7b1a02a587cdf 0.01 MB 13 418
121,029 121,029 00000000000021116f3a21c0ffa0d44173274b53bddce4e3e3619d18a7e65036 0.00 MB 1 0
121,028 121,028 00000000000072a74cc890fd65a1f1fc870e53ffa3bad2e2ed366316ae46533d 0.01 MB 36 409
121,027 121,027 000000000000555d687591c8ee63ab8483166688e529eee9e09f1ccada907ede 0.00 MB 2 0
121,026 121,026 000000000000148b26490d48f10bea50ee749ee78d06cb8a4bd7a664e4e5556d 0.01 MB 16 651
121,025 121,025 0000000000006b01c6bcc0c42fb60dd8ffb3abc3c43c77acddf51968439b96d9 0.00 MB 4 1,295
121,024 121,024 00000000000098d028553328669d0d32593c084d28dd2a000d90e486d32f6f91 0.04 MB 151 0
121,023 121,023 0000000000004eae95bb184dacd3fe1e272e4eeb8e2c6dfeee3314bd88901470 0.00 MB 11 0
121,022 121,022 00000000000033b9d36ac45cba7fd17ce0a641c88175a4e3b2c9f0a8cac22f58 0.01 MB 18 470
121,021 121,021 0000000000008fbfc9fec3ea613bae59118c86eddd3e0df1ef645058c3998c3b 0.01 MB 8 163
121,020 121,020 0000000000000a93ce027acf500aa294e2c6ff58e74499bde8070e848135adf4 0.01 MB 24 1,077
121,019 121,019 00000000000069cbf9663a3f1dd07f52eabc55c9432310ca9ef4490bd57243a0 0.00 MB 1 0
121,018 121,018 0000000000004441bb7e8d53adbf047a281a06dbde22a79b05b0e7a2bddc9f9d 0.00 MB 12 218
121,017 121,017 0000000000003549dbf901d348ed95e2e920e7311c304b109f8e6791ea6c4853 0.01 MB 38 1,651
121,016 121,016 00000000000088aafd531b7c10e0d3cd2e5f9fad0870786eaed442194b9b12e3 0.00 MB 13 1,080
121,015 121,015 0000000000008ebdfb11ffc304957ffd46bd34fe8f958fa3bc485992a24478c3 0.00 MB 1 0
121,014 121,014 00000000000043c8d4081d8259ab0d45b696f2b920ede34aa41e359aded77662 0.01 MB 22 569
121,013 121,013 0000000000002ae7ed932ab9bab081de9d7aa7d5834e24a33707ade32cab328a 0.00 MB 7 1,179
121,012 121,012 00000000000065342830dd781b0228588bce6783e14153b759c1f07044fdf90b 0.01 MB 15 469
121,011 121,011 00000000000025adfa13b670aa30dcbfbd188807dcb586e92d671ea14561d333 0.00 MB 14 1,295
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 83
    • Outgoing: 10
  • Data Transfer:
    • Sent: 120.64 GB
    • Received: 0.52 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.