Loading Tool

Explorer IconExplorer

Memory Pool

41,615 transactions
28.91 vMB
0.06896179 BTC
Random Selection Loading Transactions
Max Size: 148.11/200 MB

Candidate Block

Mining Attempt 78bab32535af3d5cbf6cc3f97b9d69cf84d97a0e39748a1f83deaa6dce556ff9
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 23094ce4688d4953bae4b833ab19f5364f6f95eb4df90f408e4b5cee97ba820b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,721
Size: 1.00 vMB
Total Fees: 0.01271701 BTC
Feerates: 100.36 > 1.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (150,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,754 763,754 00000000000000000005af41b8ac6c1916170f94885036056f2a4885513d76c9 1,603 1.00/1.00 vMB 15
763,753 763,753 0000000000000000000066d50b34559d2452432d75cfa4c5a8a3f34691af4cc3 2,548 1.00/1.00 vMB 26
763,752 763,752 00000000000000000004407013ebb564ec92d5ed8f68d10f3c02e1426b22580c 2,823 1.00/1.00 vMB 45
763,751 763,751 00000000000000000005ed7704f6cffb5508c5f44a75253e99337bd36f0f8c16 2,489 1.00/1.00 vMB 38
763,750 763,750 00000000000000000000882de2e1422ffaa62afebdd95dbf5de3739906081109 3,776 1.00/1.00 vMB 44
763,749 763,749 00000000000000000006fe21f24dd0c58792e27b4e280806503f00bb1e33e1e0 3,095 1.00/1.00 vMB 62
763,748 763,748 0000000000000000000281c099d38fa0fcc02fc0c1f58ed927b39236e1d43fe6 984 1.00/1.00 vMB 15
763,747 763,747 000000000000000000074c2a254bb33b37bbcb48f36b7b6276f644789b6b505b 2,433 1.00/1.00 vMB 22
763,746 763,746 000000000000000000041f74e199ce9dde79529b9e23ef6f4762600e07b155f8 3,264 1.00/1.00 vMB 50
763,745 763,745 000000000000000000001f1823e593cd07160d4448200bec7cce851f325650b3 3,099 1.00/1.00 vMB 34
763,744 763,744 00000000000000000005ae05cd13459829934eb2ef212cab45a3a1157c9c61c5 3,570 1.00/1.00 vMB 50
763,743 763,743 000000000000000000000ee376e7a8716b3740637ee961f1017d2d67fd676e1b 2,483 1.00/1.00 vMB 23
763,742 763,742 0000000000000000000386a6a487c3b8510b0a8735a96f71e8a21c2e1508ae19 3,453 1.00/1.00 vMB 42
763,741 763,741 00000000000000000002290e823f7b4aa184c1fb84f374e8e0a2e990dd03fbcc 2,260 1.00/1.00 vMB 59
763,740 763,740 000000000000000000052c81a910595ea65334a97962526ea1a762b3bd6099f9 1,970 1.00/1.00 vMB 20
763,739 763,739 00000000000000000004c176952213ad9a228ced92f883fb4a472f20b474ca7a 1,767 1.00/1.00 vMB 23
763,738 763,738 00000000000000000004f0426e6ae0dbf81209be9ebd0a3bb8f5ccd9b6223024 3,277 1.00/1.00 vMB 28
763,737 763,737 00000000000000000003b03acc38af694617b6c46c97ed1bf4efd5f9e6d4fd52 3,342 1.00/1.00 vMB 36
763,736 763,736 00000000000000000002ab4998012eb546b26c72c9c8fce280abb72c921f416d 3,510 1.00/1.00 vMB 36
763,735 763,735 000000000000000000062786734cc357fd9f0f35a00a8402b949f65f9a2bf92f 3,279 1.00/1.00 vMB 50
763,734 763,734 00000000000000000002ff32616f26e9787ec63606c6d15dd09e73f0fa4dc752 2,907 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 629.30 GB
    • Received: 11.89 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.