Loading Tool

Explorer IconExplorer

Memory Pool

45,518 transactions
28.41 vMB
0.09383587 BTC
Random Selection Loading Transactions
Max Size: 148.84/200 MB

Candidate Block

Mining Attempt 714b46baf3d5516175b314ed274ab382a955e940fd29f9aee6b817556406eed8
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 8382e83bf06a9f9a9478c056d5bbc3da759f5b96c77e7e9edcd70572c8e0b0d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.02156124 BTC
Feerates: 40.21 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (516,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,052 398,052 000000000000000002707e7582ceb503900888fdb21fe2dfc5b08f938f08e307 1,978 0.75/1.00 vMB 46
398,051 398,051 0000000000000000022beae4aec434334893ea5be8c9c503c2a4a8a004c5e5cd 242 0.18/1.00 vMB 19
398,050 398,050 000000000000000003234fa175ae250fd453f35a741047c7b518a66b7f6e5d0a 1,600 0.80/1.00 vMB 36
398,049 398,049 0000000000000000056a051ac7f04c89a79e2d8c464011fd678294750ad9821e 1,807 0.89/1.00 vMB 37
398,048 398,048 00000000000000000148cb04f668594dfcc6034e9e52e8de8fe9dc7874845389 322 0.15/1.00 vMB 33
398,047 398,047 000000000000000001283893981f3c14426e6d4d65a138cc28fc58c6b8264263 1,277 1.00/1.00 vMB 19
398,046 398,046 000000000000000006a9ff214f8d96da04eb88f45c29d6cc2c5694c98b0003b6 1,006 0.53/1.00 vMB 38
398,045 398,045 00000000000000000579b5da42fde6e730842f470830494a76cbb06e87ad7e4e 875 0.54/1.00 vMB 37
398,044 398,044 000000000000000004fb6a4a8c43ae251b8258a978d04124ada72d41033e4563 309 0.23/1.00 vMB 26
398,043 398,043 000000000000000005edcab5122b943a7dac488f96ac4b1789cb5749c0f4bef6 988 0.54/1.00 vMB 34
398,042 398,042 0000000000000000078d67a265ab904089a2967b7b129dcaa81c5464268c69b6 578 0.33/1.00 vMB 35
398,041 398,041 0000000000000000052fe65ac6e55fb0d1e694239b92f1affeb272238fbdf0f9 646 0.27/1.00 vMB 41
398,040 398,040 0000000000000000031fb13abe2fcdccaf45de7ab99ec2e33d336f6569a40b17 257 0.14/1.00 vMB 30
398,039 398,039 000000000000000001e878f702340537f8b6a13d776989cdd87f46c4aef08ae5 1,043 0.43/1.00 vMB 39
398,038 398,038 0000000000000000025f1efe763ff7972b92908c5089fa8a8f627a61dec0ce3f 1,215 0.66/1.00 vMB 34
398,037 398,037 000000000000000006c753c23ef83819498e80d22b8f723f15a2210918e6cb00 929 0.64/1.00 vMB 25
398,036 398,036 000000000000000001b4586f65ed2e5e708791119d63000e4d7ced8f29d1a88c 2,447 1.00/1.00 vMB 45
398,035 398,035 00000000000000000350d4e3875caf4b6edf6abf55a3400f5f181be4b7f22bcc 463 0.21/1.00 vMB 41
398,034 398,034 00000000000000000512283a79d9977e72bfe22c6b3b78185f4cbec9ed5b92ef 308 0.13/1.00 vMB 36
398,033 398,033 0000000000000000057a5b9d6564d9d96288400c0948c4a97ada214fb4c9230b 1,392 0.81/1.00 vMB 25
398,032 398,032 00000000000000000771f838a6ab952fd8c4abbc427c03cc54b39b9fee8d79ad 2,363 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.