Loading Tool

Explorer IconExplorer

Memory Pool

79,441 transactions
29.49 vMB
0.06540088 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt ffc9782fa044523cad5654d625ced36958e4b9b4b85645b03c2dc80c233c45a4
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root a5a1ed83ed7bf24e7dd2ddd612bec85888e8914233735a3d229e06b9dfc26fc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,546
Size: 1.00 vMB
Total Fees: 0.00545450 BTC
Feerates: 147.04 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (518,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,953 396,953 0000000000000000030d00f324c131b4904bc0a475e2561c0ad480b15a275149 2,102 0.90/1.00 vMB 41
396,952 396,952 000000000000000007240a971a6e4f8dd8428543d868b6d9d0493e7a9a6606c1 1,538 0.70/1.00 vMB 43
396,951 396,951 000000000000000007e50abd5d564a637b0dcc2e2478f607afb1852b5a28f2c4 1,508 0.64/1.00 vMB 42
396,950 396,950 0000000000000000046fa8837c30f42826ad85d6a8d20435bd9f39c8b7a14adb 208 0.12/1.00 vMB 28
396,949 396,949 0000000000000000050cedf21c902b3f15fd461674d4cc5dc93b033296d2ca0c 184 0.06/1.00 vMB 57
396,948 396,948 000000000000000003c5dbf818e7fb92ede6364fc85d5ee5c40635b2e0b9c7a3 2,001 1.00/1.00 vMB 37
396,947 396,947 0000000000000000021ef0cf0251a68e428d3a8d2c555e47ff10aea9193f59af 1 0.00/1.00 vMB 0
396,946 396,946 00000000000000000547e9eabea069a47181bf46e0c1eef049add7e65db9045c 955 0.44/1.00 vMB 26
396,945 396,945 000000000000000007566a1218dd4abac491a68979c511b6fa35c49a11302631 2,409 0.95/1.00 vMB 48
396,944 396,944 000000000000000005ce031bbf1994ee7b610afa10f7e321c4281e8c7af9903f 1,708 0.99/1.00 vMB 33
396,943 396,943 0000000000000000046d5741a8db494d166b151835fd562dc3071c2bd17606d7 1,199 0.69/1.00 vMB 30
396,942 396,942 000000000000000004811f225fc58b60bf16ee9b35b6da086475a7c0b6108ac3 891 0.60/1.00 vMB 28
396,941 396,941 000000000000000001ada6240b785715b970b870df128733b3fe5f1a920fa125 991 1.00/1.00 vMB 14
396,940 396,940 0000000000000000047a5e3b8c1571e93cb35ffebe7079876b0ddf55a5d48277 1,874 1.00/1.00 vMB 33
396,939 396,939 0000000000000000032e458e37262cb849d4585bd72726570b960dbc2cf1cd38 2,228 0.95/1.00 vMB 45
396,938 396,938 000000000000000003bc8b9233d7a85b8bb0b6ca98895f59f370718ec845bf42 1,473 1.00/1.00 vMB 22
396,937 396,937 0000000000000000033e027d7b74dc40cdd31e18a0cf4e5627f542833a06f4e0 2,617 0.99/1.00 vMB 49
396,936 396,936 000000000000000000f407cb698a08bf8c5250ff6d720199df2f2272f978f092 1,491 0.75/1.00 vMB 42
396,935 396,935 000000000000000006e742f7a59e48c652b5e44180c666512a7731268eae5105 1,939 0.79/1.00 vMB 39
396,934 396,934 000000000000000007f585440ea1240c8538c6a65805e8d2c320a7e3e9bbd909 2,711 1.00/1.00 vMB 50
396,933 396,933 000000000000000004b06b2dec96ba5c678eec6107718738e1c11f0b9a816d1f 1,907 0.78/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.36 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: 662.79 GB
    • Received: 14.88 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.