Loading Tool

Explorer IconExplorer

Memory Pool

41,725 transactions
27.70 vMB
0.07541443 BTC
Random Selection Loading Transactions
Max Size: 145.09/200 MB

Candidate Block

Mining Attempt 7b72c752607628b81055e4572dbf76be66f63dba83552e16ff42f435970d7d28
Version 20000000
Previous Block 000000000000000000013dd95464f52e03149d186d83b760a679c5196384c107
Merkle Root 014e2a528e5e8e6630ebfa764121415448f7ca1ba02cf469405a583202552ea7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,286
Size: 1.00 vMB
Total Fees: 0.02357719 BTC
Feerates: 150.79 > 2.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,865 (315,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,931 598,931 000000000000000000105cc19fed28473f1b1a694a7ce035311b1992a4191205 2,798 1.00/1.00 vMB 13
598,930 598,930 0000000000000000000063e5f0585125542f5c9691eaf6f7f54e67d59faf6ef3 3,016 1.00/1.00 vMB 24
598,929 598,929 00000000000000000007473669b62cf2576ef4e88ceca454c8f7997181bfad25 2,857 1.00/1.00 vMB 14
598,928 598,928 000000000000000000127cb416a6038477fcfaf98d50db099168cea1b43f5cf1 2,763 1.00/1.00 vMB 40
598,927 598,927 00000000000000000003c3d655b13910c9bd7260a0e08f1c83fb97cf924dec79 1,676 1.00/1.00 vMB 22
598,926 598,926 00000000000000000005f831d37153aa74c2e85d548c6cba9bce3cd4f48a7f95 1,930 0.57/1.00 vMB 21
598,925 598,925 00000000000000000015694fd7d0d95d6153baa85a13b36905db250b8d5ac26a 863 0.20/1.00 vMB 1
598,924 598,924 000000000000000000148416909bc46a4a7929c15176aa7e36f2c8c6aab1e75d 2,536 1.00/1.00 vMB 11
598,923 598,923 0000000000000000000f78b11ba397fb6373c9da996b6aab3e405fe1ea974f01 1,635 1.00/1.00 vMB 11
598,922 598,922 000000000000000000098b79a18f36e04325513236e23e28615e6d08541749e4 1,894 1.00/1.00 vMB 15
598,921 598,921 0000000000000000000e2d123300c7e649c9d8cde6493172756c4d624ffa3ebf 1,699 1.00/1.00 vMB 18
598,920 598,920 0000000000000000000d23933de96427aa28e09d2507b7b86d6a786503dd21d8 1,984 1.00/1.00 vMB 20
598,919 598,919 00000000000000000002af9912fbb242fee3cbd9ad0ca4b84d89894f03d9c5f0 2,742 1.00/1.00 vMB 42
598,918 598,918 000000000000000000046942c8acddaf7d6ce230850d389e7bbbcc0b8e6be413 1,513 1.00/1.00 vMB 34
598,917 598,917 000000000000000000019a2d235f5d2e42b0d3972948b564d5c69ee8b47eea76 770 1.00/1.00 vMB 72
598,916 598,916 0000000000000000000a0f1483611479d1bf4f9db37f8f34b19df21c6224887f 1,118 0.38/1.00 vMB 18
598,915 598,915 0000000000000000000485ea912f590a5576fd9b43fdd656f2721b61e6700d7b 1,077 0.34/1.00 vMB 18
598,914 598,914 0000000000000000000b660f42f3c5c2cdd8a068f3e511bce374f800eb7c15a9 1,907 0.62/1.00 vMB 11
598,913 598,913 0000000000000000000b5a258c316ccc45deb42f10127ac7d03bfcaceff468ab 3,027 1.00/1.00 vMB 20
598,912 598,912 000000000000000000137eb0de15ce6c1d2b18a18b32dd6ebf8cf86bbfddaee9 1 0.00/1.00 vMB 0
598,911 598,911 00000000000000000007ee7ad416b81af6f14a1881c34d8cf0051bc2bce968b2 3,029 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.15 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: 652.99 GB
    • Received: 13.82 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.