Loading Tool

Explorer IconExplorer

Memory Pool

80,674 transactions
29.76 vMB
0.09327087 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt 102796c25ab846181336af92e5cb01250158a529c73db138f38c4d0109a56aec
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 659163d04a7a314292591a5b16652bcc64c2fc814ed0c6b047d6c1ece268e1c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,982
Size: 1.00 vMB
Total Fees: 0.02638582 BTC
Feerates: 90.00 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (306,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,030 609,030 0000000000000000000641bf13fb696c47d23abe330fb7fbf2676d30f26d5e45 1,172 0.33/1.00 vMB 24
609,029 609,029 0000000000000000000513ab541ec7e41e5faaf0aff3b9a74bcf16443b7fb01a 2,748 0.84/1.00 vMB 16
609,028 609,028 0000000000000000000a97c9b1fb9888c1c9506e2ae305b526ed1c53ffeefc84 635 0.20/1.00 vMB 13
609,027 609,027 00000000000000000003050c92e227df5143d3a65c83d9ef85f1d13d5d3c927f 1,375 0.38/1.00 vMB 13
609,026 609,026 00000000000000000007b164cd88991b0ea2f0674e2097dbb0f6fae8c32a3185 2,036 0.53/1.00 vMB 12
609,025 609,025 0000000000000000000f81459e6a2845f33fc1b7de2b72bc1483a812a1d72e31 1,880 0.56/1.00 vMB 18
609,024 609,024 000000000000000000023c467df326a7c8860e5b82ac36f4e17843e541fa16af 2,698 0.88/1.00 vMB 6
609,023 609,023 00000000000000000013d8284f1049d43daec6cdcb1d1ca7d4ef0adc6521cfe9 2,438 1.00/1.00 vMB 15
609,022 609,022 0000000000000000000629177a2c027161fbd38a9be5a1bc0bc95096f9cbe10c 3,422 1.00/1.00 vMB 29
609,021 609,021 00000000000000000007eb3912360e14aca400783a367598f93cf3cb9c2da5eb 1,976 0.69/1.00 vMB 5
609,020 609,020 000000000000000000075f882de1064aa7aa7719ddea4740524f58c76ea4b9c8 3,130 1.00/1.00 vMB 17
609,019 609,019 00000000000000000000a442f853746cc9be8bd0deb42db7854413cb8767f108 3,212 1.00/1.00 vMB 15
609,018 609,018 0000000000000000000adbb71c124327a2550c9ee24f36bc0b1e0e7a86741036 3,285 1.00/1.00 vMB 28
609,017 609,017 00000000000000000001aab9254b7721587274416ceae31e69af348c93c8a168 1,720 0.46/1.00 vMB 16
609,016 609,016 000000000000000000068fb3a4c504215003bac3d343b64e20f6123d6e007fa7 1,750 0.60/1.00 vMB 15
609,015 609,015 0000000000000000000215160a3490f82c7203d9683802148a56282d1f80993d 447 0.13/1.00 vMB 25
609,014 609,014 00000000000000000004619010f6c789dc419641d457fe2f38a5daff08e0e421 1,622 0.47/1.00 vMB 16
609,013 609,013 00000000000000000004166c2c1d2fdb2de22a6389025c8728833304aaddcad8 716 0.20/1.00 vMB 16
609,012 609,012 00000000000000000001afd8bf35e1ddd667fc7bf574cf4b2bac9a61adc7d4a3 744 0.23/1.00 vMB 22
609,011 609,011 00000000000000000009a4f408300012babf71802e7ec5eb30f2bc986f46705a 1,101 0.34/1.00 vMB 5
609,010 609,010 00000000000000000009cd7fe3ec2d749ce5c228bb0b66a0e2f1d0a4a7bd4460 2,165 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.