Loading Tool

Explorer IconExplorer

Memory Pool

38,618 transactions
26.69 vMB
0.08531917 BTC
Random Selection Loading Transactions
Max Size: 136.89/200 MB

Candidate Block

Mining Attempt 9dce35d93e4419557a31e82e65cb62ef8c9b66ed850938c063edb7a359da1442
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root e7fc8f3513a8a9d7a59eed8e1e82f07a2590386dfa8bf7244cad1fee2bd56d4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.03227276 BTC
Feerates: 152.71 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (318,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,224 596,224 00000000000000000013d7cebda18dc438eaf29bc02aba804caf3ffe58f95072 2,349 1.00/1.00 vMB 32
596,223 596,223 000000000000000000132cb3d47a4db89fe305b1f1e37f7d08cf019c2fe17a0c 2,060 1.00/1.00 vMB 28
596,222 596,222 000000000000000000128128869b5ccb26f82234ccc5a3beea2a4ef16d868794 2,387 1.00/1.00 vMB 42
596,221 596,221 00000000000000000014f5475e51a9052353ffe6a651d5eb43727f7dcac5848f 830 1.00/1.00 vMB 72
596,220 596,220 0000000000000000000918b13a065249991a93308c4e8655747ebf8e1c3a84f7 2,050 1.00/1.00 vMB 15
596,219 596,219 0000000000000000000beceafd3fa3d1ca4240266bf2f7c3197c66cf4feaed59 3,114 1.00/1.00 vMB 24
596,218 596,218 0000000000000000000e2f8fc163da302756377a39f71a5ee50dab178444d72f 2,918 1.00/1.00 vMB 34
596,217 596,217 00000000000000000014defdfe0d6190887f5607668490ec8ac9c6bd43569369 2,671 1.00/1.00 vMB 28
596,216 596,216 000000000000000000126849e07ad29103d62ff7a2f5519b37835ae773c633cf 2,050 0.99/1.00 vMB 15
596,215 596,215 0000000000000000000aeca1c42c2b776da0a53eab857f4cbaa2cf2545846253 3,189 1.00/1.00 vMB 12
596,214 596,214 0000000000000000000475517fbf0dcb8e1058a0f9a1dc21171fe4c3564aa6b6 2,555 1.00/1.00 vMB 25
596,213 596,213 0000000000000000000356de86095b30041520aaf931409a99983f88ac04d5a5 2,883 1.00/1.00 vMB 56
596,212 596,212 0000000000000000000150d94b5b86f2f55e52a682e180e5c76255aab791e400 2,830 1.00/1.00 vMB 21
596,211 596,211 0000000000000000001709fa9f0f0d3fcb538171e9f8703202ad037082c1148b 2,950 1.00/1.00 vMB 55
596,210 596,210 00000000000000000004275007a25dec9999859c7c160dd20a9e2464003e4a89 2,869 1.00/1.00 vMB 22
596,209 596,209 0000000000000000001791dc4004addf26da3be868bc648c7a596877a3f00e2c 2,756 1.00/1.00 vMB 21
596,208 596,208 00000000000000000017a012605a688ffa33964d4e63045d27b23cf092a8df50 2,289 1.00/1.00 vMB 14
596,207 596,207 0000000000000000000705d001477a6c0d9ac412ed36d102931a48deaa66303f 3,144 1.00/1.00 vMB 26
596,206 596,206 00000000000000000003f84251a86ef390a752a97b3b5eba2eb26158304d1e9f 2,688 1.00/1.00 vMB 42
596,205 596,205 0000000000000000000417bb3468edeefc157cc57122a4eb2a802590198dd1bd 2,031 1.00/1.00 vMB 15
596,204 596,204 0000000000000000000751206c01edb8e073c4f19bf0d26a60b3b9fe3a4e64f0 2,767 1.00/1.00 vMB 35
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.50 GB
    • Received: 12.42 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.