Loading Tool

Explorer IconExplorer

Memory Pool

81,503 transactions
30.29 vMB
0.07584993 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 345c64984e86cf57be9fa455a95e012372fb71df2f25557db89795296e6c285c
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root bca19959a48689ca1a673918cb8411ee4f9fc59208eb2795fdee76bd71f8f704
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,857
Size: 1.00 vMB
Total Fees: 0.00853007 BTC
Feerates: 150.77 > 0.85 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (231,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,951 683,951 00000000000000000007363e7a29bfd8c71d1dc0e79a64bf71e1c4aa19beaeb4 1,064 1.00/1.00 vMB 63
683,950 683,950 000000000000000000035ed665a87afc47408755ff2ffafc232659155c28bdad 1,834 1.00/1.00 vMB 74
683,949 683,949 0000000000000000000554c900de411cf0dbea49329e782a55caef7adf55d01e 2,156 1.00/1.00 vMB 30
683,948 683,948 000000000000000000092834df1e306092249106484438fcdcb85f51a824cb06 2,490 1.00/1.00 vMB 24
683,947 683,947 0000000000000000000384ca478ccc37015a3897decacc1fff66275a6d6ccaac 2,490 1.00/1.00 vMB 36
683,946 683,946 000000000000000000079b0fc73ed8bb3636cd8e0a06b0e5c420367324a6b11c 2,289 1.00/1.00 vMB 72
683,945 683,945 00000000000000000008e3db3774db9620282368bfd1ff1d9ddb3f59c2564445 2,030 1.00/1.00 vMB 60
683,944 683,944 000000000000000000046453326cb6d2d2f6544d16b687d91f6a898b76ba0d3f 2,847 1.00/1.00 vMB 84
683,943 683,943 000000000000000000060aceed91eb29f0de6d7027ccd238d30d96111de39cdf 1,929 1.00/1.00 vMB 38
683,942 683,942 00000000000000000007cf3958391cd63f35947dbcaa75d43ad908ffa9b6c5dc 1,543 1.00/1.00 vMB 55
683,941 683,941 00000000000000000001c4e5fee6b912d9be538e3bba5ceda02322e0b6f5414e 2,280 1.00/1.00 vMB 62
683,940 683,940 00000000000000000003c4c0e96c6549b28940a8214bc9f95008f6a1bd66e5ea 2,093 1.00/1.00 vMB 37
683,939 683,939 00000000000000000008f4e8c6292c499c5a14d6bb5dfbb0e11d3e8edc4b5982 735 1.00/1.00 vMB 56
683,938 683,938 00000000000000000007f0813eee9646e9745e49b789a044a9097667e4a951c3 2,346 1.00/1.00 vMB 76
683,937 683,937 00000000000000000003cf9bf1784fe790b9b6afd2f7bafadbaaaf2f0b6a2b81 731 1.00/1.00 vMB 64
683,936 683,936 0000000000000000000897bfa4fc25cc82e180df542bef85b747c49d51545eb0 2,000 1.00/1.00 vMB 24
683,935 683,935 0000000000000000000a12a620bb3ff4e00ad2c17cf897ee34eb680187bc0af7 2,245 1.00/1.00 vMB 36
683,934 683,934 00000000000000000002fb7b239519a0d13fd1cf43d94b05bba14b39a684bea1 2,033 1.00/1.00 vMB 47
683,933 683,933 00000000000000000007064281b74378861b8bcaf2f4c1c6718d6361afc3295b 2,544 1.00/1.00 vMB 70
683,932 683,932 0000000000000000000a9fdcde5b0e0fb49d5759841fd13645618b2de0f99876 2,941 1.00/1.00 vMB 77
683,931 683,931 00000000000000000008f188b8d93e6b569e51ea8d17495da3bd0107e3c63f58 1,875 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.