Loading Tool

Explorer IconExplorer

Memory Pool

26,159 transactions
6.49 vMB
0.08325180 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.70/200 MB

Candidate Block

Mining Attempt 36ea703d07ef677cb32b4ff6c0d117c200f4f2b43439604e56f638feff375371
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 25c04bc328d10d49f885d297434594dd2afd25f15a1fe6c71adc85482f366467
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,067
Size: 1.00 vMB
Total Fees: 0.06341780 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (707,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,376 205,376 00000000000003c4f55084b5bd9c7c8e3540e7bbbe3d8e60be33fe4f6c1a956e 0.04 MB 113 168
205,375 205,375 00000000000001768fe85e6ff922cee28221cd05e274c0d5605feac73f665e0c 0.05 MB 158 197
205,374 205,374 00000000000002170b049d19f1e67dcd1e38b92fea95b9c0927f33bc4f98b4d4 0.02 MB 28 87
205,373 205,373 00000000000004b702f36ad4ddb8f29ba1101a79de8fde0a17d4318d389ddab6 0.06 MB 125 145
205,372 205,372 00000000000003a5d77ad8c506189783ea2d36a38783fd1c621c6c00d97ef57a 0.03 MB 65 459
205,371 205,371 00000000000000cfda184b99af5f1176ab484dbac5c90514da712b67e4aa7efd 0.03 MB 71 230
205,370 205,370 000000000000032ced1eded7552a5a48c914bc1cc2a292099a94528956b5d9d5 0.01 MB 14 130
205,369 205,369 00000000000000e796fdd717ce71150c66678f982a5cea4dc8b50d932c6e4201 0.01 MB 14 191
205,368 205,368 000000000000050c0e6c6b24aa9affdfb00d6e489761cbe6b8a6b03c8e972302 0.03 MB 79 232
205,367 205,367 0000000000000420520bbd26832e20d6311a8f01796b3f5a256717fb3fb4faa6 0.00 MB 9 35
205,366 205,366 00000000000003336166858cbf92031b85a72b4287dc787061c0ca0d0bc7bee5 0.06 MB 142 139
205,365 205,365 00000000000003462d4d18da4e00447806cfb66e3aea5885f76bdb86b8a8fdd0 0.02 MB 39 55
205,364 205,364 00000000000001254a60a5c2e7a7c4e0f348adafdc2a83029a69c686e012e65c 0.03 MB 71 242
205,363 205,363 00000000000002f3c5e98dc1373462a7ccd2b88435458e45a47c4bfe9bd8ab55 0.05 MB 139 208
205,362 205,362 0000000000000231249c832140b24d8fe0f39151b36885030d1adea7790b871b 0.00 MB 1 0
205,361 205,361 00000000000002ccbd82131f8c84cfdf39a53fb92a11da5b5bef744354a46fd2 0.00 MB 7 86
205,360 205,360 000000000000013bd4e9d9ca08ad6323aa8844b55753ef63441d55967883a756 0.00 MB 11 248
205,359 205,359 000000000000004ac107817cb37a69600b03551835855cbf36a6d7edfc71fca3 0.01 MB 31 193
205,358 205,358 000000000000022b2f72c820059387be5b653dd92b3aa382976018a161139391 0.06 MB 78 115
205,357 205,357 000000000000002c662ba99bdeb9d3332cf6c61ec719f20af6578c28658dd6e1 0.02 MB 59 299
205,356 205,356 000000000000041cdb0dad33317251724c2a64cf27ef4cd111d40a97cead25cb 0.01 MB 28 260
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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