Loading Tool

Explorer IconExplorer

Memory Pool

38,379 transactions
27.06 vMB
0.06377493 BTC
Random Selection Loading Transactions
Max Size: 138.21/200 MB

Candidate Block

Mining Attempt 354a362f95e964d893f0e56b2cfd34e2560c08aff6f9f864163a53d259429122
Version 20000000
Previous Block 00000000000000000001fb9558d6a300962ebeb0589c59e15b35e09e4eea3db7
Merkle Root c507d23d50fe24abefef69d4e86f3ee5f1874d75aaf0812b7a5a9b8863bf40ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,002
Size: 1.00 vMB
Total Fees: 0.01283451 BTC
Feerates: 101.58 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,654 (830,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,264 84,264 00000000001d20468a2a47dfd992f079bac0cec1aeba339726a3ba9d7eb757e7 12 0.01/1.00 vMB 0
84,263 84,263 000000000020c8c1b5bf0145ace83902723395c0d574dcd85c86f0e4c85b693c 5 0.00/1.00 vMB 0
84,262 84,262 00000000002cbdf24644156cda91a6ecbd014aed538de8bed842d48a32f379cb 1 0.00/1.00 vMB 0
84,261 84,261 0000000000202373b69a612c6d16bc3684a36e05af03e32e01136b4941f66240 3 0.00/1.00 vMB 0
84,260 84,260 00000000002e7680dfd983fcf8a81f0284ae11607d1a45cb7b64e29e8f0b12fc 2 0.00/1.00 vMB 0
84,259 84,259 0000000000260a0acc3367fdf122830560e4c9ff20d9cd37665672e043192cfa 2 0.00/1.00 vMB 0
84,258 84,258 00000000000662f213b9f80b18f8d2d4faf075bbe4879dabfa95653c4354543b 6 0.00/1.00 vMB 0
84,257 84,257 00000000001ac334405816875d5f33ee26bf28adbe9c24a542b5ba252340545e 8 0.00/1.00 vMB 0
84,256 84,256 00000000002ed8e49621faf8e9fbf24bb66d9c2375eb4f344adfe62c9d14eb38 2 0.00/1.00 vMB 0
84,255 84,255 000000000007e6d237d51cd2d42600d9c948cbd53f2d9dc0c077a2bc4d297b06 5 0.00/1.00 vMB 0
84,254 84,254 0000000000076e06b64d6fdd11a8b967d12f1184517d6d8e478fa39ec594bbfe 1 0.00/1.00 vMB 0
84,253 84,253 00000000001c12c76e7c1e26a70fe6fa93eda3b51519d836b2bf861e24c5c29b 5 0.00/1.00 vMB 0
84,252 84,252 0000000000005a8ab8769f2b341f6ef9190ca6770c61053215906338919441ae 1 0.00/1.00 vMB 0
84,251 84,251 0000000000093c716ffb26048038fa5fd8370296b4817e5b58e481b569fb7e8a 1 0.00/1.00 vMB 0
84,250 84,250 00000000001052457a68c22c54f90ee1f05f27ca386bbcbe7b4587e540fe2243 2 0.00/1.00 vMB 0
84,249 84,249 0000000000239a7f6433e65e624ef278068fc4f816f6b42c6546b5104e8e5a42 2 0.00/1.00 vMB 0
84,248 84,248 0000000000078337d279a5ab5286a583f2b6560274307eb8563e7d1f091af3f9 1 0.00/1.00 vMB 0
84,247 84,247 000000000007b01114fd691eb9cdcf6cf68e8eb2c50ecad822d7a9600221cb05 3 0.00/1.00 vMB 0
84,246 84,246 000000000011ae8daa81c1f77d3431d84d1aa0b9817ddca555b861e213f4a8a7 1 0.00/1.00 vMB 0
84,245 84,245 000000000014fb8659916d1a7020a852d09af80c0ed17f53a8ed024560d97749 1 0.00/1.00 vMB 0
84,244 84,244 0000000000154f709ea60f76c42e764f1066bc3846940d98c0cae3ba80635e61 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.78 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: 632.91 GB
    • Received: 12.18 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.