Loading Tool

Explorer IconExplorer

Memory Pool

13,297 transactions
5.55 vMB
0.01495360 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.10/200 MB

Candidate Block

Mining Attempt 7fbfeed40f750f4f657f4134a83eb2c6da2b71117a6f8194cab2d5643e9c47ba
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root aba152b79f60c97ce9b06d76f29a190d1a92285faab6f14cb8bd466c570fa8b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.00578413 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (708,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,374 205,374 00000000000002170b049d19f1e67dcd1e38b92fea95b9c0927f33bc4f98b4d4 28 0.02 vMB 87
205,373 205,373 00000000000004b702f36ad4ddb8f29ba1101a79de8fde0a17d4318d389ddab6 125 0.06 vMB 145
205,372 205,372 00000000000003a5d77ad8c506189783ea2d36a38783fd1c621c6c00d97ef57a 65 0.03 vMB 459
205,371 205,371 00000000000000cfda184b99af5f1176ab484dbac5c90514da712b67e4aa7efd 71 0.03 vMB 230
205,370 205,370 000000000000032ced1eded7552a5a48c914bc1cc2a292099a94528956b5d9d5 14 0.01 vMB 130
205,369 205,369 00000000000000e796fdd717ce71150c66678f982a5cea4dc8b50d932c6e4201 14 0.01 vMB 191
205,368 205,368 000000000000050c0e6c6b24aa9affdfb00d6e489761cbe6b8a6b03c8e972302 79 0.03 vMB 232
205,367 205,367 0000000000000420520bbd26832e20d6311a8f01796b3f5a256717fb3fb4faa6 9 0.00 vMB 35
205,366 205,366 00000000000003336166858cbf92031b85a72b4287dc787061c0ca0d0bc7bee5 142 0.06 vMB 139
205,365 205,365 00000000000003462d4d18da4e00447806cfb66e3aea5885f76bdb86b8a8fdd0 39 0.02 vMB 55
205,364 205,364 00000000000001254a60a5c2e7a7c4e0f348adafdc2a83029a69c686e012e65c 71 0.03 vMB 242
205,363 205,363 00000000000002f3c5e98dc1373462a7ccd2b88435458e45a47c4bfe9bd8ab55 139 0.05 vMB 208
205,362 205,362 0000000000000231249c832140b24d8fe0f39151b36885030d1adea7790b871b 1 0.00 vMB 0
205,361 205,361 00000000000002ccbd82131f8c84cfdf39a53fb92a11da5b5bef744354a46fd2 7 0.00 vMB 86
205,360 205,360 000000000000013bd4e9d9ca08ad6323aa8844b55753ef63441d55967883a756 11 0.00 vMB 248
205,359 205,359 000000000000004ac107817cb37a69600b03551835855cbf36a6d7edfc71fca3 31 0.01 vMB 193
205,358 205,358 000000000000022b2f72c820059387be5b653dd92b3aa382976018a161139391 78 0.06 vMB 115
205,357 205,357 000000000000002c662ba99bdeb9d3332cf6c61ec719f20af6578c28658dd6e1 59 0.02 vMB 299
205,356 205,356 000000000000041cdb0dad33317251724c2a64cf27ef4cd111d40a97cead25cb 28 0.01 vMB 260
205,355 205,355 000000000000033e3217e29535d3d49ca6bd7221e592f15700f07672272cc015 88 0.04 vMB 268
205,354 205,354 000000000000041397fc057eb1d921f2d251162dbc56ff71854cf7764d309e14 281 0.14 vMB 114
Previous 10 blocks ↓
Total Size: 779.66 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: 310.37 GB
    • Received: 1.47 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.