Loading Tool

Explorer IconExplorer

Memory Pool

74,581 transactions
27.57 vMB
0.07184680 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 32c177c2b3a5f73c18e64c4fe0331a05742c607d2b2c9d368ee7aadf752b27bf
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 2e96f1af0c0ac4d1d6e33c49e3780a80f0f8be1fe7a682358888741ea46a85da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.01254738 BTC
Feerates: 150.80 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (374,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,931 540,931 00000000000000000025feb2fcfc726f7a7ddd4931f5462840cba23d00d4e908 2,142 1.00/1.00 vMB 24
540,930 540,930 00000000000000000020da656221759f510c26e0b0311d7b44abdccd0f4aecb9 2,430 1.00/1.00 vMB 22
540,929 540,929 0000000000000000001867f71b5da441ac84bdbc9924f943796741b982c9cae3 2,183 1.00/1.00 vMB 23
540,928 540,928 00000000000000000013f29bbfc14da0997b651d544b8421dbe591b3767b7e95 2,024 1.00/1.00 vMB 18
540,927 540,927 000000000000000000166981b50f28088e112d4b7c5ff82c39a343f740fc204f 714 1.00/1.00 vMB 5
540,926 540,926 00000000000000000006cda15ac0c36e65e16008b3e1c9321401c55516073af9 2,376 1.00/1.00 vMB 26
540,925 540,925 00000000000000000005d7565ed1dc51555401dd40d1b7d52a2e4100ca0df186 1,914 1.00/1.00 vMB 18
540,924 540,924 0000000000000000000825baed9484e4ceef99e4a1624e4ba6ab7c247ea0b1c1 2,153 1.00/1.00 vMB 18
540,923 540,923 00000000000000000026505d9e1ddd5535c7a3ade8249131a49c0d68d4b8fab5 439 0.48/1.00 vMB 5
540,922 540,922 00000000000000000015a844c0677fb864fde506ee7f3bedc50b7ceaa0cd758e 2,349 1.00/1.00 vMB 22
540,921 540,921 0000000000000000000e7b96a6f6316a8304d2d946977dc5af6e92750f7e0396 342 0.20/1.00 vMB 11
540,920 540,920 0000000000000000001e8ef36b4be4584a98da10048927c4889652e8316c21d8 529 0.23/1.00 vMB 24
540,919 540,919 00000000000000000005146f89619248b42f9ba5b99a8e6857cfb17ecee3371f 2,048 0.84/1.00 vMB 18
540,918 540,918 0000000000000000001bddbb1898ba898d1d44179036364aea5567863de6ff21 2,001 0.92/1.00 vMB 24
540,917 540,917 000000000000000000169e700c16387ac164342182e94fd97fa0bd46c3b94bf3 1,308 0.62/1.00 vMB 9
540,916 540,916 00000000000000000007472cb6f281c21a0127601e2b54967a05c968233568b9 98 0.04/1.00 vMB 40
540,915 540,915 00000000000000000027e2a2cc137a7cf19bc1b4c3e8e107e15b5e05df68b14a 2,150 1.00/1.00 vMB 20
540,914 540,914 0000000000000000001e4d1b99b3ce9ddb55eb89e5ade16cc49234503e05ffee 1,032 0.58/1.00 vMB 20
540,913 540,913 0000000000000000001a45e97209b2810a1f8ddbabfe78f491873f21cffe484a 60 0.03/1.00 vMB 10
540,912 540,912 000000000000000000213d3a6ab730179a0552e0c4976176760330c58f58c96b 846 0.46/1.00 vMB 21
540,911 540,911 0000000000000000000f04d882dc4bdf2d3a8bb4171b7fb5d29b741d270c03da 701 0.56/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.