Loading Tool

Explorer IconExplorer

Memory Pool

79,569 transactions
29.23 vMB
0.12145742 BTC
Random Selection Loading Transactions
Max Size: 176.98/200 MB

Candidate Block

Mining Attempt d7a24632d989af9ee292937b49424fb9c2274bc67ea0d16306e77e460bd30b48
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5b4b4a4a7ed12cc98e653b2ef5955d73d0eee31ff01cf2273e0bab171a64c689
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04448758 BTC
Feerates: 301.72 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (531,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,026 384,026 00000000000000000ff47e61c5f28b10a379cbcbdb8274b7b712efc456838295 2,125 0.95/1.00 vMB 35
384,025 384,025 000000000000000003ca27f5119de1c3394320b42c4fad47ed987483fa87b927 1 0.00/1.00 vMB 0
384,024 384,024 000000000000000007f2fb288fd73b518e00084e63f7cec3278e11d44ac5bab6 1,241 0.82/1.00 vMB 32
384,023 384,023 0000000000000000039fda57baa29e974238437a01d3dc4cbc2b40ec3cf5c389 881 0.55/1.00 vMB 21
384,022 384,022 000000000000000010a168bb91f97d440b7bab22db347fc064b0574b4cde8b14 413 0.19/1.00 vMB 29
384,021 384,021 000000000000000004ce01ace24cc2fe416d1a1f47ae06b09339ac813f8bf6a3 1,647 0.93/1.00 vMB 33
384,020 384,020 0000000000000000053714465800bbe3ee7ec9105bef3975fbb43b6eea290ee4 1,378 0.99/1.00 vMB 22
384,019 384,019 000000000000000000807402cfa19b8b125373f4fde49578096115453751c816 1,784 0.75/1.00 vMB 36
384,018 384,018 00000000000000000184e2edcef32abb8d4be39274df36bba49d8949593b171b 962 1.00/1.00 vMB 18
384,017 384,017 000000000000000007b65316c34dad82f96c0086d2d0c9e82ae60abe499557f1 683 0.33/1.00 vMB 32
384,016 384,016 00000000000000000e3d8d9bd8ed9f8b9c05fe5138276b34237951aa41455a06 1,468 0.51/1.00 vMB 50
384,015 384,015 00000000000000000bff9a6c2b0558369fdc5004eff1ded5a9f12d7badaa6746 2,786 1.00/1.00 vMB 52
384,014 384,014 000000000000000001fd11feaa608821e49a7614b80c234a6f60c8d07ceb78f0 1,641 0.94/1.00 vMB 26
384,013 384,013 000000000000000009c3a442e02bd16fa050f2cd6c245361fc87c7a7d814a911 1,199 0.62/1.00 vMB 32
384,012 384,012 00000000000000000bdf4816a6e6ce865c51d1b9952e0a0934e7253c56588e18 364 0.43/1.00 vMB 14
384,011 384,011 00000000000000000f4e098aeda50b7c2d12898f78d96205a7a399383d87a4b8 2,026 1.00/1.00 vMB 34
384,010 384,010 00000000000000000d540e08f2a4b94a76db6094c3778a29a7f9a11f0be1b38c 1,849 0.78/1.00 vMB 40
384,009 384,009 000000000000000004d5f13c1d7859d4be550f1e26dee9f8b29918c8633e9d77 2,357 1.00/1.00 vMB 36
384,008 384,008 0000000000000000086345b970bc0b35a3ba9a2175cc45e5ef3b16c11588ba46 780 0.38/1.00 vMB 37
384,007 384,007 000000000000000009e2ef50b2582e3b17d98294a1918752e12ff0f0a60dbd81 1,683 0.99/1.00 vMB 21
384,006 384,006 000000000000000009b7fb236187f120a0c86eb8785f099a8d197dd34b9d2553 729 0.46/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.