Loading Tool

Explorer IconExplorer

Memory Pool

40,368 transactions
28.23 vMB
0.13688230 BTC
Random Selection Loading Transactions
Max Size: 144.15/200 MB

Candidate Block

Mining Attempt b933b277a0e5bfb6b64e7870fd2a792dafc62c5c57e6d9b1ef0144045d58e110
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root a26d477ab503c52bbed6419f57b5b416b9d2a53fe69fc3471b32fe8d92ddd59e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,090
Size: 1.00 vMB
Total Fees: 0.08257444 BTC
Feerates: 102.90 > 8.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (306,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,120 608,120 000000000000000000147e0c75a747498cbd5b929ad1952d01e7b00d7b4dd90e 2,561 0.73/1.00 vMB 15
608,119 608,119 000000000000000000045f45d469d9454ac4aa4f0df09f773be0263222be034b 3,034 0.90/1.00 vMB 12
608,118 608,118 0000000000000000001025d677fbaee14e5738b95cfb576f91d8b79bfa84cc93 3,023 1.00/1.00 vMB 17
608,117 608,117 00000000000000000007fe88a36adeae3cc24b610ba66a20e43cfea9b80c9f02 3,351 1.00/1.00 vMB 9
608,116 608,116 00000000000000000011a5a4c86ff91f38a7d9821138095db5d2594dd8d44f5f 2,992 1.00/1.00 vMB 16
608,115 608,115 000000000000000000141476c2a629f9e260f9ad1f878c9dfb65182a4c3cb629 2,472 1.00/1.00 vMB 15
608,114 608,114 00000000000000000001961ef97b95088a89c1b668f1b093f5633f74d883f083 2,604 1.00/1.00 vMB 4
608,113 608,113 0000000000000000000cec2193ef6b142ec592575902d19e032de4be6a172680 3,055 1.00/1.00 vMB 20
608,112 608,112 000000000000000000016085c86ff0431674d9d17b294f68216d787877496bc6 3,290 1.00/1.00 vMB 20
608,111 608,111 0000000000000000000969948b1d181f71e38a6412f7446d0eddb4b681cd2d0f 3,148 1.00/1.00 vMB 25
608,110 608,110 0000000000000000001389fcd1c2f0f791c8203bda92a2f74616195554f94276 2,460 0.91/1.00 vMB 15
608,109 608,109 0000000000000000000ecee31a64385b2db26c2638d18f30a80859085f033e57 2,309 0.64/1.00 vMB 12
608,108 608,108 0000000000000000000d12a1be8353e6670b3c4e4b25c8ecf534dec4a0bc0b2f 1,182 0.36/1.00 vMB 13
608,107 608,107 00000000000000000013d9135e67f39e74d7521eae8db9f8aa8ddfdc204f98aa 125 0.07/1.00 vMB 18
608,106 608,106 00000000000000000002933a1e3ad368eee5c7abb30db3c2eeabdaaf31ded522 148 0.04/1.00 vMB 13
608,105 608,105 00000000000000000014f9abbe4630f3f1f6899506d6b98711c373659fbe042d 1,055 0.33/1.00 vMB 19
608,104 608,104 00000000000000000004b3eb5f9eac89298fca35c45d92f5ddc48fb8f2f179d9 2,458 0.71/1.00 vMB 14
608,103 608,103 000000000000000000154a6427218f0688569c4b65faa1ac09fbec2d4060b2c5 2,077 0.63/1.00 vMB 14
608,102 608,102 00000000000000000003a4a2671c4bbd5c41e6e48f7a4e61efbff02992106c14 1,167 0.32/1.00 vMB 8
608,101 608,101 00000000000000000014a3167361812c703757c007e26852da70657075a58944 2,836 1.00/1.00 vMB 18
608,100 608,100 0000000000000000000d5703c94fdf7cfe6ab565735702307b1b89a44d9b9509 1,652 0.83/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.