Loading Tool

Explorer IconExplorer

Memory Pool

35,723 transactions
26.08 vMB
0.07243222 BTC
Random Selection Loading Transactions
Max Size: 132.63/200 MB

Candidate Block

Mining Attempt 09a1d98938b04273829fcc01a321f481c12852a5856d0d494cd2c2687de2c781
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 1b51b7c1b6e88b89af763229ffeadef653a250661b58e1b71f164a45885bfe30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02417328 BTC
Feerates: 250.88 > 2.42 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (289,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,956 624,956 0000000000000000000bf4cadd4845afc6bfcbf7b5bb341d0c3f7504e7a33f9e 1,972 1.00/1.00 vMB 4
624,955 624,955 00000000000000000013d04fe89c22d2914e26c4b830395cee157f80d2b8f0c8 1,040 1.00/1.00 vMB 8
624,954 624,954 0000000000000000001171fddbfe5d748af271ac81fbf0f93de49907dec7cfaa 1,671 1.00/1.00 vMB 16
624,953 624,953 0000000000000000001028980beb4bf44f08956ee359eb50a33a440f69dc2c2a 2,948 1.00/1.00 vMB 21
624,952 624,952 000000000000000000122fd25c659db5ccfdf16ad6df5714778b7f3bfaa84d62 1,598 0.96/1.00 vMB 8
624,951 624,951 0000000000000000000a1b64b6d4ab1c42419249e0356a16a5a25d0193a5aec0 2,979 1.00/1.00 vMB 17
624,950 624,950 0000000000000000000ef764f885c2935bcb3e551e9bec48c5a6dc071a81e1e9 776 0.35/1.00 vMB 11
624,949 624,949 0000000000000000000bd461b9b631e63be7c353f965c9455f8a977386523956 1,099 0.85/1.00 vMB 10
624,948 624,948 00000000000000000000b61913ebe130f1051f17cd3fae51bcbeaf0e543bdddd 928 1.00/1.00 vMB 1
624,947 624,947 000000000000000000061d46513e5a3976199cc8bf98bad4a31ea6ca280da23d 2,727 1.00/1.00 vMB 25
624,946 624,946 00000000000000000012a5c06ba9f4b57e8338efa785ccf732a869bffe8ced52 1,402 1.00/1.00 vMB 8
624,945 624,945 0000000000000000000fce7a5fe43eb402ea64a92b274f05f8dfda508552fea4 2,572 1.00/1.00 vMB 10
624,944 624,944 00000000000000000005bd90b26e69c3747bfe264f3b863ba60e1413bb0df8d0 1,639 1.00/1.00 vMB 32
624,943 624,943 0000000000000000000d6f9cf3788a182832000954702fafabbcfa4b1272e11f 88 0.02/1.00 vMB 17
624,942 624,942 000000000000000000104270614c6b60a464be44895145070f0a559722c6b324 1,062 0.54/1.00 vMB 15
624,941 624,941 0000000000000000000c74748bcef2a7825d8c325c832897662d9af281f6edf7 339 0.15/1.00 vMB 16
624,940 624,940 0000000000000000000bdf6cfea40069828c2183b70580c6afc699d5666e3024 1,104 0.54/1.00 vMB 10
624,939 624,939 0000000000000000000ebe6bdc475090b2ffab045056d78b222b35311d0553ca 1,282 0.82/1.00 vMB 13
624,938 624,938 00000000000000000006b6787e8db51e1a60962742e1a939237da4b3ff097d6b 1,452 0.98/1.00 vMB 12
624,937 624,937 000000000000000000092db369b7647f71b3c5ce31e91c097f4733259c4f54d6 1,500 0.98/1.00 vMB 10
624,936 624,936 00000000000000000010c932cd7d18b1b39dec5386b88c8da22a70b62277c22b 1,621 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.