Loading Tool

Explorer IconExplorer

Memory Pool

51,779 transactions
31.06 vMB
0.16635142 BTC
Random Selection Loading Transactions
Max Size: 166.57/200 MB

Candidate Block

Mining Attempt d365cb0d290d2b771eb88d6ec6739a00e26ea60fc64f8a96bd9df128da4797c0
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 2c6ff31c5374dd80c4c6e74d9bcbd913255c9947bf09185da26597cff1d54737
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,198
Size: 1.00 vMB
Total Fees: 0.08819322 BTC
Feerates: 477.45 > 8.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (291,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,047 623,047 0000000000000000000e8d6ff4560e921991276605c5d5a4cc24bf58ac6aa054 125 0.04/1.00 vMB 31
623,046 623,046 0000000000000000000f35e53df8873615d23fab91dcfaef921604e2fd633c56 1,607 0.58/1.00 vMB 3
623,045 623,045 00000000000000000007554dde28702687e4507e409d80237a81500b4b8d9280 2,923 1.00/1.00 vMB 36
623,044 623,044 000000000000000000135b6e51ed065d62e09a6089986c2132f28eb70a3c8de4 2,748 1.00/1.00 vMB 68
623,043 623,043 0000000000000000000a361c0ca9c447dac5618a7e3daeda8311b0b9b8e2dd35 1,879 0.65/1.00 vMB 45
623,042 623,042 0000000000000000000ee7226479a37adf5a36cb122edff157df712569cdbfe3 1,150 0.35/1.00 vMB 40
623,041 623,041 00000000000000000005be3449a412498b55f5f30ea95cbb949a57f1bcaa427c 2,189 0.76/1.00 vMB 17
623,040 623,040 0000000000000000000f6356b761ab99b35ae7b4a8ecc4ef3221c6946a2523d7 2,362 1.00/1.00 vMB 29
623,039 623,039 0000000000000000000e0e04f5dcd7045995765b82df7a778caf119a0a03eed0 2,313 1.00/1.00 vMB 73
623,038 623,038 00000000000000000002d758399c9fbf8db7285640cc8556470f7c1d21b43f35 2,766 1.00/1.00 vMB 14
623,037 623,037 0000000000000000000f2a39aeddad9622c092e6dff8514a43aacddb87d0139f 2,843 1.00/1.00 vMB 54
623,036 623,036 0000000000000000000956660d2c252cfc79129976641e22ec4bc31053439557 2,891 1.00/1.00 vMB 84
623,035 623,035 0000000000000000000bfc42b2fbc3e2f8971ed98c7df393c92c6a6c4a07687e 1,605 0.50/1.00 vMB 42
623,034 623,034 0000000000000000000818b11a8e2924e4f26dca2fee18c784b8d94e57ba2c4f 1,540 0.64/1.00 vMB 23
623,033 623,033 00000000000000000013c455f393ed582defbe17c4b726b3e079462cf6eec660 2,522 1.00/1.00 vMB 9
623,032 623,032 00000000000000000008f162e151f5ab20c1cd7f1a5fa6173d51ea888523855a 2,665 1.00/1.00 vMB 32
623,031 623,031 0000000000000000000bb63d45d9b8085e533b66d5745192e8c517b1851e8784 2,200 1.00/1.00 vMB 36
623,030 623,030 0000000000000000000ef1452933770d64e1c03f674b98faac207ea29d29421f 2,081 1.00/1.00 vMB 32
623,029 623,029 0000000000000000000d2e1ccffcd5b4b7430f2e93e05751e0d71f6d670ba005 2,946 1.00/1.00 vMB 60
623,028 623,028 0000000000000000000fc565279411d884453b0a763ae6949f22d8b5825c1f96 1,860 1.00/1.00 vMB 16
623,027 623,027 0000000000000000000a1f064de488dfeb803e13f02bc07c32c40bb83079c2f8 2,695 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.