Loading Tool

Explorer IconExplorer

Memory Pool

20,751 transactions
9.72 vMB
0.01815851 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.38/200 MB

Candidate Block

Mining Attempt 31d6e2c8be565a88d3a6598b8a78822d6098cc0a211ce579d9ccf30f4a983999
Version 20000000
Previous Block 0000000000000000000043eea178b38fa3bd84a0f7f327bc9361b70128bdc1ee
Merkle Root a121767b189ad3928829e42b2c80531f36f396af0728c4e898dbca1d9f0fb3fd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,075
Size: 1.00 vMB
Total Fees: 0.00274324 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,554 (738,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,641 174,641 00000000000000cce1e60bce3c25b7468483f64004a7d275685539569728a4ce 60 0.03 vMB 23
174,640 174,640 00000000000000cf41e9bbc0d02d531b6da9f97f2d7ea8cc6160900b86973f4e 123 0.07 vMB 240
174,639 174,639 00000000000006129f96e181d175b0425b81a14a07319b13179e8e0c0dd4c01b 29 0.01 vMB 129
174,638 174,638 0000000000000601116bb65e37e938bd5181cf90bf5374eb2b6b9615d66ff344 8 0.00 vMB 668
174,637 174,637 000000000000001fb9d6772b9a739301086a2509165d16464df84e15afb35550 26 0.01 vMB 61
174,636 174,636 000000000000066d9abb5f246dfb587b3537257f52fad62be6e16e3776c48fb5 8 0.00 vMB 509
174,635 174,635 00000000000009ef0a00b6c781b7758702eead1ccc94e561cf3fd42c23481c8e 25 0.02 vMB 86
174,634 174,634 00000000000004d446d4bf94820048c069148a4bc3b1e369ce50f3c85fb17004 18 0.01 vMB 205
174,633 174,633 00000000000008bfc9f70714ebd15be35cde9c3e5494e545d4a7f57c647d7ccc 18 0.01 vMB 28
174,632 174,632 00000000000001f08eb4fff7a375111918444e363f576c64833ac83fa70243d3 78 0.02 vMB 185
174,631 174,631 000000000000041345287bbafdb406c84ed52daf1a6a4cbe35480bfd842b4938 28 0.01 vMB 163
174,630 174,630 00000000000007cd2c1620d01a56e70d92f96512f7bf0bc8a447f56b2c856f1e 49 0.02 vMB 53
174,629 174,629 00000000000005329fe3cb3900d77fe9bb86d071803af833588a53908a3a0540 25 0.01 vMB 98
174,628 174,628 00000000000004fa0fe024cdde1a1d28a5a867e7d29f8fa167ea62ac007ba041 24 0.01 vMB 168
174,627 174,627 00000000000006898b4bb52373c34ea190a9b6a0e748b4b9d8eb29afc19ea771 60 0.02 vMB 210
174,626 174,626 0000000000000156d1ecd00c017e88f5487cf409ca14687ac678b48c7e4b14af 49 0.03 vMB 1,957
174,625 174,625 0000000000000663b44ffb7deaa988b32b13a736472356cb4cf0b5c8766d8d3e 4 0.00 vMB 70
174,624 174,624 00000000000004de3ee223d551bb0b86a54bad4a98aadc8f9ff50ce57c60c586 1 0.00 vMB 0
174,623 174,623 00000000000008f4e5194dfe224f96704944435f0d0679fd3268227299b85138 11 0.00 vMB 254
174,622 174,622 00000000000009022eeb7473a7a361472fa133fcbb6b1950caa960f421c0cc5f 145 0.04 vMB 24
174,621 174,621 00000000000005bf423048d5fe1a94560ef974fdc391096754342ae0af04dd70 125 0.05 vMB 132
Previous 10 blocks ↓
Total Size: 779.82 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: 419.19 GB
    • Received: 2.25 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.