Loading Tool

Explorer IconExplorer

Memory Pool

46,036 transactions
31.70 vMB
0.11796390 BTC
Random Selection Loading Transactions
Max Size: 161.59/200 MB

Candidate Block

Mining Attempt 2b5aefa7013da4a8adaf6c2317411f49add11f5b72f8df266f052bc82ffa010d
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 8ee01b3f184067419171d8c6b9fc347ccf9bc5e391f8330d201279ec982db517
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,800
Size: 1.00 vMB
Total Fees: 0.04898222 BTC
Feerates: 301.05 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (829,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,012 85,012 000000000028ac621266429592ea6ffe214799f82e831aaf9b142b8c236eec61 1 0.00/1.00 vMB 0
85,011 85,011 00000000002e403448cca7bec408fe43991f17370cd8c9a81f12c3bdd99ab7cd 2 0.00/1.00 vMB 0
85,010 85,010 000000000023e1e73996c0d9fe3f9f2753760ada8e44249acbe7b5c893ed8aae 1 0.00/1.00 vMB 0
85,009 85,009 0000000000226fe6db941c2f67bc0658a900ebfc1793cba6ad520b5ddfa58a4f 1 0.00/1.00 vMB 0
85,008 85,008 00000000000e3fd87a3ee6fc93f5ef7c3aefb8a9a94d40885fff3bd7cf7533db 1 0.00/1.00 vMB 0
85,007 85,007 000000000000d6714bac3c145354440550e6c481c5865526e7dbc91fd8068a97 1 0.00/1.00 vMB 0
85,006 85,006 0000000000271e9ff323afd08ecbea7e2876e1edbba6409c7b582344b3ebf5c4 1 0.00/1.00 vMB 0
85,005 85,005 0000000000088ea6fc77840decdd5cf5dc072900e628031fd599c9d323e35bcc 1 0.00/1.00 vMB 0
85,004 85,004 00000000002b809aec5d05482b0d07a85107fe38c99b2e4248d407a95b52fd35 2 0.00/1.00 vMB 0
85,003 85,003 00000000001aed6e57bcbb242c2e36d68553a7cf52a3b4fed98d533ee92b8b74 1 0.00/1.00 vMB 0
85,002 85,002 0000000000133c4bf833028750e5fe7eda9094dea226ffe0947639e5318804a7 1 0.00/1.00 vMB 0
85,001 85,001 000000000005bd486e5f8d4d5ed6f239d181dbffb9cad9be6d89ac05ef5ac044 4 0.00/1.00 vMB 0
85,000 85,000 000000000005dcaf122d18052c42041ce2afa1203a0c33b27a4be7a18e3e226f 1 0.00/1.00 vMB 0
84,999 84,999 00000000001aae6a42f369373e86d434f5694dcf201135db9b935f4339e0f4bf 1 0.00/1.00 vMB 0
84,998 84,998 0000000000193dda15688cf24fd041fc4f0f6fa989cdcdf9995d33f357e9d32a 1 0.00/1.00 vMB 0
84,997 84,997 000000000007e09e7b24218d93cf1b7deb0d7f3bec0141a5acabc523cb76e202 1 0.00/1.00 vMB 0
84,996 84,996 00000000002cd803461ca8bc91debe8f71b8668d37bc294b88635a1e77beb970 1 0.00/1.00 vMB 0
84,995 84,995 00000000000fc71399e6185c34681a78e86ea0987c57d0732df24b0ab64ada01 2 0.00/1.00 vMB 0
84,994 84,994 000000000001f72e012d0cfa282dffaec70d7a1164781f74936f0dc7394719f1 1 0.00/1.00 vMB 0
84,993 84,993 0000000000216e3f42ed24c7dc96d9828318784cec53cf0a681758153d62f10d 2 0.00/1.00 vMB 0
84,992 84,992 00000000002d44c323149c0710c7e642ea20e3ba450fae42a77378a86bba7fc8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.48 GB
    • Received: 10.69 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.