Loading Tool

Explorer IconExplorer

Memory Pool

83,146 transactions
30.88 vMB
0.08133099 BTC
Random Selection Loading Transactions
Max Size: 189.38/200 MB

Candidate Block

Mining Attempt 005f5f7be8e755dacc813ef220a48e7384e3db93c8f402d2e856060ecc473d0c
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root 4bf27d21f4d90dca56bf89d8b7acf8da9c6bd9402370bf9c5b6559e882bd6282
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.01182127 BTC
Feerates: 163.11 > 1.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (552,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,616 362,616 000000000000000005868e4cd5e7156ef8fefe61269160ea30a9d15d7e1b5647 765 0.64/1.00 vMB 22
362,615 362,615 0000000000000000026770e9e9268302bad46f124eed690c4437c39d2685577a 1,636 0.75/1.00 vMB 33
362,614 362,614 000000000000000004b3747937560bd355ab101e07ed3815ba4dcfef47bb7b18 1 0.00/1.00 vMB 0
362,613 362,613 00000000000000001251f7fa6b158a1a5d32411989f87c3626d1e2dd730a1392 1,208 0.73/1.00 vMB 37
362,612 362,612 000000000000000007f54b6867ce19dbe438e0773c3028af417210db439a112d 115 0.07/1.00 vMB 24
362,611 362,611 00000000000000000823f9df88614c83cf33c5635c002c5dea54fb530f442fab 75 0.03/1.00 vMB 29
362,610 362,610 00000000000000000b7f49f47d1cbf4ac2e7ac41e92aca3a0afce1d8a20a7dfd 1,325 0.91/1.00 vMB 22
362,609 362,609 000000000000000008a439176e4a87dc15f54a7a76e899507383613d11456c4d 27 0.01/1.00 vMB 26
362,608 362,608 00000000000000001455e12e5675b144aab2c9fabb3ecec8e8284adf1ba2f3a9 420 0.27/1.00 vMB 25
362,607 362,607 00000000000000000a6bc7bc9a62d2df0dcfc741e04750608a0175fa48f5ba0e 826 0.43/1.00 vMB 27
362,606 362,606 000000000000000014da4032ba62b819ebb8a028f7a86f86c13dd50caad8b3c3 179 0.13/1.00 vMB 20
362,605 362,605 0000000000000000090b32eafbf59f74edc55f4a19b5e4d59f77eec47c40d73c 297 0.16/1.00 vMB 27
362,604 362,604 00000000000000000dbe3ff05ee5a31d673a82d9347430ae876b4c535d853c59 241 0.15/1.00 vMB 21
362,603 362,603 0000000000000000093d17da5a7f9d4a0db2535b4847b122e4d7609886ed8d4a 945 0.73/1.00 vMB 19
362,602 362,602 00000000000000000773ec037ccd492c3000fe8cdb406ec68737115aae10289c 1,148 0.74/1.00 vMB 24
362,601 362,601 000000000000000014a43d4a3b5b5fc338d7057ffd6f3706c2a000b4c09cee5a 87 0.06/1.00 vMB 23
362,600 362,600 00000000000000000b4a83cdda6c369a82b03808aecb941e736e730da3a9b532 125 0.10/1.00 vMB 20
362,599 362,599 00000000000000000c7b55ff2657dc338941cb6fb46eb583c6938aac0b20e897 767 0.56/1.00 vMB 22
362,598 362,598 00000000000000000dcd1f04d64ddde570a225aec9b7d1b50dcbd7fce2e0f2c1 1,138 0.45/1.00 vMB 31
362,597 362,597 000000000000000008ffeee2dc4f407bd610ed67839de2049a2f96991ad36fa2 139 0.07/1.00 vMB 30
362,596 362,596 00000000000000000c7762fee57abdcf0479bd198c78f946b11bc8f7f9ac8cbd 587 0.29/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.99 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: 717.97 GB
    • Received: 17.87 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.