Loading Tool

Explorer IconExplorer

Memory Pool

40,619 transactions
29.05 vMB
0.07372460 BTC
Random Selection Loading Transactions
Max Size: 147.83/200 MB

Candidate Block

Mining Attempt 4be907fc103c1a087efd6263ac6ef6cd4ca3221b5bf3f8b6c51bb1ce892b4bf7
Version 20000000
Previous Block 00000000000000000001da679658719cfccc2653ecbf8d9a60db7cdf4fd801ac
Merkle Root 0a5299a044a5006af7de4754ed2f8cb3f0ce0f680cc4238ed03ba6a4974f69f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,214
Size: 1.00 vMB
Total Fees: 0.01717676 BTC
Feerates: 451.74 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,538 (306,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,681 607,681 00000000000000000004028560d556142515f8b3728511d8fb25a1e73e234e04 1,443 1.00/1.00 vMB 23
607,680 607,680 0000000000000000000d784767d5f22758ba810ea845a4ce40f52ec7a6ce2e08 2,503 1.00/1.00 vMB 12
607,679 607,679 000000000000000000152002ee035c8a37a959e2f9d8bbb45bcd70f8ba3c1231 2,262 1.00/1.00 vMB 8
607,678 607,678 0000000000000000000168ddcee6e0cff96b2e4101fdd621bc09d5131e6d43b8 2,400 1.00/1.00 vMB 20
607,677 607,677 00000000000000000008466825e95c4796e909078254793e52294ce16718098d 2,900 1.00/1.00 vMB 13
607,676 607,676 0000000000000000000de1a197d0fe487160588f8fea34c6c37df3ac27977884 2,707 1.00/1.00 vMB 26
607,675 607,675 000000000000000000102f056a06bf96e4d0d7ce4320949c9aea7f70a0c2c3cb 2,397 1.00/1.00 vMB 7
607,674 607,674 0000000000000000000d33c1f3ba3b13181877c118badb23fcdb8ce2fe648007 2,429 0.99/1.00 vMB 14
607,673 607,673 0000000000000000000c82f8d70749c80d5e1bc61d767c490686377cd2c34c1c 2,279 1.00/1.00 vMB 13
607,672 607,672 0000000000000000000f330898015fa41ea34d4abcb92c4a77c5b9eaa1c8ac5a 2,923 1.00/1.00 vMB 20
607,671 607,671 0000000000000000000226d273b9047a3c86633ce92d780ab7eb85f662d77432 2,208 1.00/1.00 vMB 13
607,670 607,670 0000000000000000000acee2a4a85f1c2ad577ca3174a00c1c75f4efae7e5fad 2,661 1.00/1.00 vMB 23
607,669 607,669 0000000000000000001472dddddb90d1b48fbaf92e1a09a0b553693dfe184e49 1 0.00/1.00 vMB 0
607,668 607,668 00000000000000000013d3f18a707f8cb6d4457c9f413026d429751b0679ec98 2,195 1.00/1.00 vMB 17
607,667 607,667 00000000000000000008d0ea37c4d58b93d639d91bb4df02672c3c675708e54c 2,632 1.00/1.00 vMB 12
607,666 607,666 0000000000000000000b42bda91def496481c2ec10cbf1d9c6046f7f9282dd36 2,664 1.00/1.00 vMB 26
607,665 607,665 000000000000000000106cd1f76bfa860a0818204d118987ae8f95c191c7e662 2,881 1.00/1.00 vMB 23
607,664 607,664 0000000000000000000d56a543159a10700ae46332f57a33300ee731117c70e4 2,490 1.00/1.00 vMB 18
607,663 607,663 000000000000000000007a9d9fe2565d46c54889bf22ded6630a3f63415b1f66 2,771 1.00/1.00 vMB 16
607,662 607,662 0000000000000000000d7b2825811b47307528f50c2faeabba7dc8633430db59 2,872 1.00/1.00 vMB 23
607,661 607,661 0000000000000000000bd66cf796538c5e8570ab143ff170631c84087d64a4a3 2,712 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.44 GB
    • Received: 11.33 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.