Loading Tool

Explorer IconExplorer

Memory Pool

72,981 transactions
28.19 vMB
0.07287025 BTC
Random Selection Loading Transactions
Max Size: 166.81/200 MB

Candidate Block

Mining Attempt 6a00bfff0348c4621f1a35c1a8fe9d8f62d72541d2ae449bb7807631ac3eecd8
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root cd3f1a0870a144d4b6cc8c377f9c51ea483a4e0e0fee7d02cd7047dd8581097a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,073
Size: 1.00 vMB
Total Fees: 0.01641764 BTC
Feerates: 157.46 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (636,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,044 278,044 000000000000000144e77b5001da493d2e920df0dba30499336d2f0abdf1f582 183 0.09/1.00 vMB 38
278,043 278,043 0000000000000002e22ad5b516cd85d22867c83de0b7a3501997a399d909f5de 72 0.03/1.00 vMB 36
278,042 278,042 0000000000000002ff1574c11a3b2d33b53ea4ae690bea5c101dc949accbfc94 30 0.01/1.00 vMB 33
278,041 278,041 00000000000000025f2ac2cec4f34a55a837cb9a9dc27db8f9fc827634e4e1e1 157 0.08/1.00 vMB 48
278,040 278,040 00000000000000037f48edf8e0909b3b001c01d729816e6b9020fbfc1771f6f4 162 0.07/1.00 vMB 46
278,039 278,039 000000000000000063a39c23729aeb87becc1d7b2c4e545c4e795b0c5fd98888 54 0.03/1.00 vMB 43
278,038 278,038 0000000000000002bc4ec1a1a7fb7dc66a6c1ddc8d15024caa4e953c6b819c73 26 0.01/1.00 vMB 54
278,037 278,037 0000000000000002aa0050bac6b40207c7197c9a3fcb56a0a5e0fb4b2b85271c 264 0.10/1.00 vMB 41
278,036 278,036 00000000000000021e12f1f3629aef1732a8d57c5fa757a6721710f9562c3d8f 79 0.02/1.00 vMB 10
278,035 278,035 00000000000000000f85e8dc77acbca76478c32a3df684ef9f115ccceba22acf 240 0.10/1.00 vMB 46
278,034 278,034 000000000000000371e091063e54ec0228d9c07df1e71a427cf780e971a0e26d 239 0.10/1.00 vMB 35
278,033 278,033 00000000000000005ca988419c42dd4ab112f529cb46bb23f4646edea84d4459 58 0.02/1.00 vMB 37
278,032 278,032 0000000000000001b7887e9d02f071f625073585e0c97c34e79d41f4edca3f8e 309 0.22/1.00 vMB 24
278,031 278,031 00000000000000039c3c3587adb1eb0bc5b68b9d7b523ec07e77bfa898b25a12 40 0.03/1.00 vMB 61
278,030 278,030 00000000000000008d55626256de3f05b9552b7e1129a09f1b76e53fe501a8ae 442 0.22/1.00 vMB 41
278,029 278,029 0000000000000000bb1987a213f401b57d22f226a1df0b5523203632f55ae06b 228 0.08/1.00 vMB 46
278,028 278,028 000000000000000052ffae813f34007625b41da8bc07453f82427fe66fa0520b 15 0.01/1.00 vMB 23
278,027 278,027 0000000000000001d2cebcaba254aff29a89c3c06eedbe35b340f3c1a99632e8 388 0.20/1.00 vMB 46
278,026 278,026 0000000000000002ffc3e26da86e11cf36360643914a860acff60ea03d229601 248 0.11/1.00 vMB 44
278,025 278,025 000000000000000319ca99833270c350a356d7e356c9778b509e479ed5adbd07 160 0.07/1.00 vMB 42
278,024 278,024 0000000000000001aa3813d1f3464cd4538f423623b98e7b2e71a5d192eb5015 15 0.01/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.