Loading Tool

Explorer IconExplorer

Memory Pool

44,453 transactions
26.62 vMB
0.06238648 BTC
Random Selection Loading Transactions
Max Size: 140.48/200 MB

Candidate Block

Mining Attempt f4ae9a20e02adcc1f31f95a48c85ebfaf4a4663886de64c50035bfd890c177fe
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 717efd81be0a64ff82e0c3203d841d7fac5761b4e9f1b162185eb9fa3fbbaa59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,310
Size: 1.00 vMB
Total Fees: 0.01349694 BTC
Feerates: 100.36 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (526,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,559 388,559 00000000000000000813f5a09dffcab83bcc60fbf7374d87f985491cc62237e7 1,523 0.54/1.00 vMB 49
388,558 388,558 000000000000000004f728fdc8c49f9fd7c51d1a32238ea3dbd933f07a83b019 1,576 0.82/1.00 vMB 28
388,557 388,557 00000000000000000b254616d4771a258475fb06bdbc5e7acea97d4a31a156ad 1,842 0.79/1.00 vMB 40
388,556 388,556 00000000000000000c72b16aa2ae0c36f70e554933ecc639d15d76505e7cf929 2,538 0.93/1.00 vMB 41
388,555 388,555 000000000000000007973bf8786168f1972a5b2cfcb4c0a8af8065f8ffc759b3 951 0.43/1.00 vMB 31
388,554 388,554 000000000000000004163a04343d429d7771ab8a495feb8e792ce9893e32bce4 1,304 0.76/1.00 vMB 26
388,553 388,553 00000000000000000074b7ee75165cdadf9f60927d06181502d8b80d5a0f7860 991 0.95/1.00 vMB 19
388,552 388,552 0000000000000000072e164c7ab2e3ba6ccd9b50a2453bc2794dde8688bd986a 2,140 1.00/1.00 vMB 36
388,551 388,551 00000000000000000992ea5b1f3ebc31dfa59eef96c86f505532373d8eb42a2a 2,429 0.75/1.00 vMB 55
388,550 388,550 00000000000000000d2d6b9c27c5ec95b92bc4e17a4f08fe7f36a2288ccc6bad 1,732 0.93/1.00 vMB 26
388,549 388,549 000000000000000008eb17a3dbde63126564d4f35ee8142dfdac8364cb351bbb 1,996 0.90/1.00 vMB 35
388,548 388,548 00000000000000000b091f6700ec42c08c2295f37205ed3c803be3d13f378249 2,992 1.00/1.00 vMB 51
388,547 388,547 00000000000000000020e9bf1625be2be32ebebad4b37f8589dd76553ef5e449 2,355 0.75/1.00 vMB 53
388,546 388,546 00000000000000000740c7cefc82078a3a65f721c599a4a06b948c032deddca4 1,009 0.73/1.00 vMB 20
388,545 388,545 00000000000000000188b6321da7feae60d74c7b0becbdab3b1a0bd57f10947d 1,668 0.75/1.00 vMB 36
388,544 388,544 000000000000000009edade8bc156f77e4c6d91e3b790dbe1ca7ee6addeb673f 1,103 0.37/1.00 vMB 45
388,543 388,543 000000000000000004e8b5e52a0480007f061eca486474fd76cb698c11c2894a 1 0.00/1.00 vMB 0
388,542 388,542 00000000000000000d31508b19a665d0b1af695ad1f27c5310cae3601866c6c1 998 0.62/1.00 vMB 27
388,541 388,541 000000000000000006095b0a6cd86119156d1ae2a00ade5f1b08e3333c411465 473 0.20/1.00 vMB 29
388,540 388,540 000000000000000007a1660700b145e6e60f698de80a0a0a095118596d272749 3,171 1.00/1.00 vMB 50
388,539 388,539 000000000000000001a778182b185b405a83c42e54ffa27550622d1c00779910 216 0.09/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.66 GB
    • Received: 12.75 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.