Loading Tool

Explorer IconExplorer

Memory Pool

43,100 transactions
26.44 vMB
0.06063626 BTC
Random Selection Loading Transactions
Max Size: 138.94/200 MB

Candidate Block

Mining Attempt 352dc2f1866a838b4389a15521699f854961638af54b7cdc45265f7e79e48897
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root f84b6f04978259a1b7b77fd5c626393a5256de764aeb211f984b8f790c68e651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01215649 BTC
Feerates: 150.92 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (339,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,936 574,936 0000000000000000001bc2b5504c313babb82a92235f877d9fe4ac52b058f2d0 1,775 1.00/1.00 vMB 83
574,935 574,935 00000000000000000009f2374f87a6dfef5d0bed241e1936eea98ea8441e6fb4 2,445 1.00/1.00 vMB 17
574,934 574,934 000000000000000000162a04517d31090fd9bad7478d6d171f45a2fd941f58a9 1,585 1.00/1.00 vMB 27
574,933 574,933 00000000000000000000e9a89316ab5a31e2a266f18f859c626e998d24c196ff 1,788 1.00/1.00 vMB 37
574,932 574,932 00000000000000000008d3d39d520bca6ff356c1bbac8f7e4b32abe264f0c1ed 2,275 1.00/1.00 vMB 65
574,931 574,931 00000000000000000025632eb97a26f48140ea7ad24c588c94a490e83b79640f 1,842 1.00/1.00 vMB 70
574,930 574,930 000000000000000000027eb7da46bdd492255a85d1b1e56cfb1e9f1c7e856b4f 2,534 1.00/1.00 vMB 62
574,929 574,929 00000000000000000022941b49173f3662ee374a8552993a3c512169766e4284 2,812 1.00/1.00 vMB 33
574,928 574,928 0000000000000000001545ad04612f5fa43b81ca6b65efd991b95995a7c5d98d 2,818 1.00/1.00 vMB 52
574,927 574,927 0000000000000000001a6fa63f9e7e5cbe06ba339aed9639296497005df6f591 2,864 1.00/1.00 vMB 64
574,926 574,926 000000000000000000100bd90827eb05e9999835591c97d6c643aabcee5a57d1 2,976 1.00/1.00 vMB 85
574,925 574,925 000000000000000000185d8a673a261058d51869aca2a32cc430e85e087cf0e0 1,455 1.00/1.00 vMB 55
574,924 574,924 0000000000000000000b3b958a474f9cb7aae8f0f1fddbd17bb77b705e1961fa 2,752 1.00/1.00 vMB 69
574,923 574,923 0000000000000000001ba2346810a08a14e0b64e076afc13af0cdbf9997cffd7 2,837 1.00/1.00 vMB 72
574,922 574,922 00000000000000000011f589af76d6e2d8c80a172483ccdf372c3c9c3801a381 3,177 1.00/1.00 vMB 72
574,921 574,921 0000000000000000002553c3b024543c430a993bbbdcc29f7f0c3213a7a0e913 2,289 1.00/1.00 vMB 79
574,920 574,920 0000000000000000000ef9f228c0eafe9b2ffeaec073e071177054af0ee43221 2,340 1.00/1.00 vMB 77
574,919 574,919 00000000000000000012960e0a30c13be2600f58b7cc3aa0377e956d1a3328f9 2,544 1.00/1.00 vMB 74
574,918 574,918 0000000000000000000f367c4863d17d5c9e99b49bf535375d5dda96784c65d3 3,234 1.00/1.00 vMB 77
574,917 574,917 0000000000000000001a2bd98a9a5f92c023e8abf48702c4b1884f41f4653eb4 2,375 1.00/1.00 vMB 80
574,916 574,916 0000000000000000001b0f9259908439216bd03777ae24b5dff562bac243da15 2,151 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.