Loading Tool

Explorer IconExplorer

Memory Pool

76,692 transactions
28.52 vMB
0.06677144 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt af2c6fd96545a57430da957e992d26aebfe7029455f9839b72a266a87a3190e5
Version 20000000
Previous Block 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3
Merkle Root e2bbf027f054ec4d4482fc79efb05b4db22cd7d38959ba9c3af0f804dea3d879
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,967
Size: 1.00 vMB
Total Fees: 0.00767678 BTC
Feerates: 80.37 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,164 (287,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,722 627,722 000000000000000000065f8ed13285aa50970f7d5980286315e292025350ba88 2,428 1.00/1.00 vMB 11
627,721 627,721 00000000000000000009a43d1f712813d574d8e7917c24e203371887cb7906ab 2,965 1.00/1.00 vMB 11
627,720 627,720 000000000000000000036724ce0cbe33a9bc5d543fbe0f38b84bdbed4c6dc61f 2,867 1.00/1.00 vMB 39
627,719 627,719 0000000000000000000f69ebc26ce85a4e5c75e507390f0f1edd1f6ed04b3351 2,621 1.00/1.00 vMB 15
627,718 627,718 0000000000000000000b5c72f2c28af6a701e6095c1a0691674ae513ce21bffb 2,284 1.00/1.00 vMB 20
627,717 627,717 0000000000000000000fe822bf568e8d581e58827df4dba6755d0a6d0dc29199 1,880 1.00/1.00 vMB 31
627,716 627,716 000000000000000000056b0de306d6147a16ed8db0cd6c44c726f23e8244a7c7 2,462 1.00/1.00 vMB 21
627,715 627,715 0000000000000000000034c59acdc1fe74c36ecb220793cb3800f6118644904c 2,265 1.00/1.00 vMB 23
627,714 627,714 000000000000000000062d0e45a49347dca0ae451c7b7bf4b5d5ab2a63370a8b 2,727 1.00/1.00 vMB 31
627,713 627,713 00000000000000000007f3d877c90f4b67fdb07d35a97042a02b41ae8b2beee9 2,883 1.00/1.00 vMB 42
627,712 627,712 00000000000000000002aa9b62bfca4ba6fc69f6a04ae571e2d6bfdc7104dd0d 2,273 1.00/1.00 vMB 28
627,711 627,711 0000000000000000000f0a1d2b270e372a0f9e47b3f30d416e8b2c3d16cea1d6 1,270 1.00/1.00 vMB 68
627,710 627,710 0000000000000000000316097589305dc401795e3340bdf71ccf7365f7169172 453 0.14/1.00 vMB 18
627,709 627,709 0000000000000000000941442ef0b208719c5a03edc32609e0f109adf3703481 524 0.23/1.00 vMB 15
627,708 627,708 000000000000000000017eccb7e9b11d1543a82b9250c2f09fcd462b32feea61 2,520 1.00/1.00 vMB 7
627,707 627,707 000000000000000000033d12e91eb6e5830d6c7277737766e846ffc02e989a74 3,032 1.00/1.00 vMB 29
627,706 627,706 000000000000000000031ecb962551ba7f2a9189a1d6fbc89f4937c39e59e2c8 1,045 0.35/1.00 vMB 18
627,705 627,705 00000000000000000003ce283e9dcd12240efd4ca5309cf30c7fbfc8b43bf69c 1,161 0.50/1.00 vMB 10
627,704 627,704 0000000000000000000ed780e51e5c92a915775316b10c930676b566e46967b4 2,904 1.00/1.00 vMB 23
627,703 627,703 000000000000000000048b17a3a5f2e2e824cabb421685a43f727f1502ca2d51 997 0.35/1.00 vMB 20
627,702 627,702 00000000000000000001090015298256d9995fdc562029ecb082986bc808d9f1 696 0.56/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.68 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: 682.66 GB
    • Received: 16.46 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.