Loading Tool

Explorer IconExplorer

Memory Pool

88,786 transactions
33.18 vMB
0.19713531 BTC
Random Selection Loading Transactions
Max Size: 199.85/200 MB

Candidate Block

Mining Attempt a86c5fde4d0fb6df6725f026b23cee5e705d9fcd7170e0ef550cbe34fedf642c
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 15e8c0b2a70f36a785bc2b8dd38f759880439eb4fba8de9c02671689a8724fdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,877
Size: 1.00 vMB
Total Fees: 0.08672808 BTC
Feerates: 387.56 > 8.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (373,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,382 541,382 00000000000000000013529867080ff8acddc65b3320da0d33204392bb06e357 2,062 1.00/1.00 vMB 7
541,381 541,381 00000000000000000015ee332aa94298b540bcb435dada7a1f2a82242d3789fa 2,787 1.00/1.00 vMB 34
541,380 541,380 00000000000000000015da1cfe2d11c8ec4ececc9eb01dd1125c6be579da594e 1,152 0.48/1.00 vMB 43
541,379 541,379 0000000000000000001cc3d99ccb859805aeba0c7fccb2b8d7e6d9e365589708 1,198 1.00/1.00 vMB 17
541,378 541,378 000000000000000000194fe6aa7e1e733f5e2c2ff7757fdc96f5d778eba7e037 1,233 1.00/1.00 vMB 39
541,377 541,377 0000000000000000001240e3e8dc16ba6a597e3a2f47df7a9dad53afa9f96bd3 1,174 1.00/1.00 vMB 10
541,376 541,376 00000000000000000002510b759c6d2f9596f1d7b54bb580019af199a2f20ce2 1,344 1.00/1.00 vMB 17
541,375 541,375 00000000000000000027412810257d61a15c8742d81bd70846accccbb97a5faf 819 1.00/1.00 vMB 6
541,374 541,374 0000000000000000000e226f36d95c9e34a7727f3ab1108704002cb986bc299d 2,180 1.00/1.00 vMB 17
541,373 541,373 000000000000000000072b5f5672bedf0b976150beaa6bcc47b0e30a68f09f67 1,997 1.00/1.00 vMB 15
541,372 541,372 000000000000000000063cb4bcf8e036747ec8afb59877ab8d80405a44501c57 2,269 1.00/1.00 vMB 17
541,371 541,371 0000000000000000000ebfea8cf1840682751a36f1dd72e59547d39fbaa9b748 2,186 1.00/1.00 vMB 22
541,370 541,370 00000000000000000016565425d6182262895b778d5addb868741251191dd8e1 1,636 1.00/1.00 vMB 10
541,369 541,369 0000000000000000000b604e2ccc5b032283b621e3edc83bbd3f4a2a1c73d843 2,379 0.96/1.00 vMB 21
541,368 541,368 00000000000000000000257e0a24923d5c63ea2c1bcaa29c9c1642f83dff6f12 1,220 0.73/1.00 vMB 12
541,367 541,367 000000000000000000085ac31f3abf24983e78f2101915bb288e93557a35e7fb 1,709 0.90/1.00 vMB 5
541,366 541,366 00000000000000000001ab6d73dae1c70d4d54d03d642181002fc64ed592b6e9 2,559 1.00/1.00 vMB 32
541,365 541,365 0000000000000000000e91af3b62997d3750358b8794f7ca27a9b3a47fa6a9e9 946 0.29/1.00 vMB 19
541,364 541,364 0000000000000000001cd2f5d46a1829083823b4492ca15833ab73b192e5df5f 1,761 0.66/1.00 vMB 22
541,363 541,363 00000000000000000010abd5a2ac41150a6bb6aa5b7294544a5246c7ec737782 759 0.31/1.00 vMB 14
541,362 541,362 0000000000000000001496a773fe20898c9672e23403e32f42c04aea95792551 343 0.18/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.31 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: 660.10 GB
    • Received: 14.62 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.