Loading Tool

Explorer IconExplorer

Memory Pool

77,019 transactions
29.04 vMB
0.07818567 BTC
Random Selection Loading Transactions
Max Size: 177.71/200 MB

Candidate Block

Mining Attempt 9de9dff71990b50233c68308d17026ce2993b03cc80af67cb7a184051e755035
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 478dd330ff633dfbda6d5d92fc7d81f2100ed9e56d4309e50abf571a5518e2fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.01470549 BTC
Feerates: 301.60 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (863,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,504 51,504 000000000e2f79ecee157f0269b3c920ae5e736efec1acbe27075c26ce6e357e 1 0.00/1.00 vMB 0
51,503 51,503 0000000000ee45a8f037d34e4cb7e6c254dda49d413cdc84fdeb47df87510a77 1 0.00/1.00 vMB 0
51,502 51,502 000000001a223ceff19d45214dda5ae6b2d0575763fc3ac5f90d2eaa18798035 1 0.00/1.00 vMB 0
51,501 51,501 000000000688dfe6b71522d431a7da0aa293d6a00e121c0a4cc20f0aadd1961a 1 0.00/1.00 vMB 0
51,500 51,500 000000001eb03b26176e70b7d4e35108df00daca033a86beea0ce9ef0f0aea8b 1 0.00/1.00 vMB 0
51,499 51,499 000000001d8fbe983d7435c4d4848a82c4a9f1f5100865f701f6c5b673e11574 1 0.00/1.00 vMB 0
51,498 51,498 0000000003bf49835a8d28d2e0f17a6d8e97a003f47854209e2ae44aa757df42 1 0.00/1.00 vMB 0
51,497 51,497 000000001cd4136930ddd429f0aa93933932208a37c9861f243ae18e28d17eca 1 0.00/1.00 vMB 0
51,496 51,496 000000000216d455eb5337bd57bf2161749a9d105d061f38ab63f6b412966a14 1 0.00/1.00 vMB 0
51,495 51,495 000000000b7ac13fe6dd3098b4e85e979092cce51ac6411c699dcd1a085ebfa3 2 0.00/1.00 vMB 0
51,494 51,494 000000001d2c3ac6b9e506777702aaeb02d6c886e845ea099a9cae2bca9bbc94 3 0.00/1.00 vMB 0
51,493 51,493 00000000050f3f1c771cfda320fa1c7976e05ae4da7cd0daea377ffd251f3616 1 0.00/1.00 vMB 0
51,492 51,492 000000000d60d01e2dcc49b3b1fd54b81216426fd6b9b04914a6ab109d564f70 1 0.00/1.00 vMB 0
51,491 51,491 00000000186e3f766e9a1bca7b93e26fc1a1d26730dfcd5a47f1dfc460d70c73 1 0.00/1.00 vMB 0
51,490 51,490 00000000124e3a266576fb5722225e8acac0d4cdd3f970dee8ea6c0f69a54b0f 1 0.00/1.00 vMB 0
51,489 51,489 000000001aa0fbee853e0477a4ffd08a9d21cde13ef39ed937a388484cf7dc42 1 0.00/1.00 vMB 0
51,488 51,488 000000001019ad0953368340928d73c1b082c2553abddf1585f3cbae4a6f5eea 1 0.00/1.00 vMB 0
51,487 51,487 000000000084757855520df965884723ce7de2bcc49b0863f7ab94c155182110 1 0.00/1.00 vMB 0
51,486 51,486 000000001257dfd47a52ead5d2288ecfe8f5403b77e4b296bedfc34f70c0a150 1 0.00/1.00 vMB 0
51,485 51,485 0000000015cc14de232634958bed8fa9fd6bb3a9d0b99dc187cdc2cbff857943 1 0.00/1.00 vMB 0
51,484 51,484 000000001e941fdb203cefd1863c6b9809fbfe4c48511e468514d70f7ec703a6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.