Loading Tool

Explorer IconExplorer

Memory Pool

80,878 transactions
30.85 vMB
0.07581898 BTC
Random Selection Loading Transactions
Max Size: 187.72/200 MB

Candidate Block

Mining Attempt 93786149626486e196a4c023f88eacd726449628f6561564425510f5f965b70c
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 55ed9a222b155e7e0b323fd8274d71730c94709778263fd422e5ab6638ed7fde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.00949685 BTC
Feerates: 265.25 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (863,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
51,483 51,483 000000001e8deb1d0be9a6796e56af4ce13e37e5f61762211d8271c837eb00de 1 0.00/1.00 vMB 0
51,482 51,482 000000001c2ef9fe2119918dbc9a647b241a7c6a1cf8a2382d82b59f2e3a44d2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.71 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: 701.17 GB
    • Received: 16.62 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.