Loading Tool

Explorer IconExplorer

Memory Pool

86,425 transactions
31.75 vMB
0.10681642 BTC
Random Selection Loading Transactions
Max Size: 194.50/200 MB

Candidate Block

Mining Attempt 063754e3052b3bb9f12695d32218550b744467404ffaa4b0e5b2838ff41b569f
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 2f0ebc2852da015ce6043e25cdeff34319f228961d0b75505d353e288a622e7a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.02658372 BTC
Feerates: 1,236.26 > 2.66 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (338,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,603 576,603 00000000000000000002a7c69731c11af3dfea8353c0a09324eba05cbef624f6 3,008 1.00/1.00 vMB 131
576,602 576,602 00000000000000000028e03b3aa7dd07c3bb5de250e96859b8c426afcd3817c7 2,748 1.00/1.00 vMB 107
576,601 576,601 0000000000000000000dce4c76ddcfb16db51433c6a717ccbe42173d019d03a8 2,379 1.00/1.00 vMB 73
576,600 576,600 00000000000000000028d6c76e925448a08d6759c6621848c7274b8d43a3eda9 1,569 1.00/1.00 vMB 47
576,599 576,599 000000000000000000244f63567ff85ffda45a7c130a9cad3e36f1c828e22d19 2,096 1.00/1.00 vMB 31
576,598 576,598 00000000000000000027a5b2df118fea4e73441cf23db521651fe7641e5a5f76 2,510 1.00/1.00 vMB 82
576,597 576,597 00000000000000000016387b82db091012ee5174065fa70bb1592ba5ce88e8aa 2,744 1.00/1.00 vMB 31
576,596 576,596 0000000000000000001a1e1ebd1ee76494fa862631eab33679f257280f26eae7 2,751 1.00/1.00 vMB 92
576,595 576,595 000000000000000000221362174a3b23b21d48d188bbf4692014720146f6d590 1,937 1.00/1.00 vMB 16
576,594 576,594 0000000000000000002663b5be4cbb66071bfdbbaf359b646f65b71276082ad3 3,083 1.00/1.00 vMB 85
576,593 576,593 00000000000000000003b7392ff3ba814c2a4aae75a4106c10c334e04627cda6 2,838 1.00/1.00 vMB 156
576,592 576,592 0000000000000000002587954709fdf9a5c1d0726463cee5c0a66860358ab2d9 2,647 1.00/1.00 vMB 65
576,591 576,591 0000000000000000000cd3ed4fd1d948ddab7d2523545aa842c80c547992f136 2,855 1.00/1.00 vMB 158
576,590 576,590 0000000000000000000656a1d7c85fa0b5268f6203a58b4c2f3f465eae9e8abc 2,892 1.00/1.00 vMB 86
576,589 576,589 0000000000000000000b9668bbc5082fc47e2af94024e4e01386117bb83ac1a3 2,788 1.00/1.00 vMB 116
576,588 576,588 00000000000000000025dba6e36b54ced9b53980430b8e14bfdd6ecc179f5f42 2,350 1.00/1.00 vMB 124
576,587 576,587 0000000000000000001316e0b722bb0275a1f72ead9d0bb01d3e377649678c90 2,392 1.00/1.00 vMB 35
576,586 576,586 000000000000000000243d48bd71c527f18ccd4603e5fab40d9a414cd92fd429 2,399 1.00/1.00 vMB 55
576,585 576,585 000000000000000000127c3d54e032491cd20b5aaca4415a9d5862560f9b14c8 2,774 1.00/1.00 vMB 107
576,584 576,584 000000000000000000266cd81e8760d0a3040cb8e948b269a4dc980153bedbfd 2,010 1.00/1.00 vMB 81
576,583 576,583 00000000000000000009ab0a5044a88d66b392775c1033f0c2567696838c73c9 2,478 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.