Loading Tool

Explorer IconExplorer

Memory Pool

44,041 transactions
26.83 vMB
0.05552293 BTC
Random Selection Loading Transactions
Max Size: 142.09/200 MB

Candidate Block

Mining Attempt 931633cec0b9772abedcceef9f15c284fa79adbfbb9858f5511906d9f1befadb
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root bcb35951ea8103178e65d926174ebfa2598fd864fe593d93d713336bb86ac5d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,540
Size: 1.00 vMB
Total Fees: 0.00592266 BTC
Feerates: 100.52 > 0.59 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (612,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,768 302,768 000000000000000053239255a23c344902bc47df26ccd82dc424a9320a7b8f35 109 0.08/1.00 vMB 14
302,767 302,767 0000000000000000478df5596f322eefb8ad1aefd0bf7f8e870b4192f2accdaf 867 0.35/1.00 vMB 41
302,766 302,766 000000000000000036cd65285a865ac31377a2f0b262093bb53aeeb9503b65e6 88 0.17/1.00 vMB 14
302,765 302,765 0000000000000000453dc5a605ad4598387693c2e8fe98d99b5d19e2287061ba 966 0.35/1.00 vMB 43
302,764 302,764 000000000000000011ecf6202fbce41fd34169ba66ed8d52696358107aac1add 427 0.24/1.00 vMB 27
302,763 302,763 00000000000000002d66e3205bb096d034054e54b73251739c0230509a4535e0 816 0.56/1.00 vMB 75
302,762 302,762 00000000000000000863af0c031c83971ae37de68b7dbc471e3d4991ac8dca81 301 0.26/1.00 vMB 21
302,761 302,761 00000000000000002ef8d84012f00ced84676d95657ef3de131bc939c9c5fa3d 934 0.35/1.00 vMB 49
302,760 302,760 000000000000000046ef14fba678ad7d038ea9668d789ef6f17089ae849805cf 961 0.85/1.00 vMB 22
302,759 302,759 00000000000000001f89f2dcb4509a7d03401626f628a3fef1d76c0d0eb027ea 437 0.50/1.00 vMB 17
302,758 302,758 00000000000000006073405e0543424d58272c56106148dbe1d5a643be28847b 821 0.35/1.00 vMB 39
302,757 302,757 00000000000000002023d01555179ef3761338515366c0e259c094af46fda13b 1,103 0.50/1.00 vMB 34
302,756 302,756 0000000000000000425a491183428a499922ec09d896af69f156bf7f298a5364 1 0.00/1.00 vMB 0
302,755 302,755 00000000000000005c33b37d297b2b83686ca95fe64e0a33fd91a4eaf2d6bd7a 1,544 0.50/1.00 vMB 49
302,754 302,754 00000000000000002e50669097c5487b54c3a669140a3b3b7664ff47e1d4ff21 34 0.04/1.00 vMB 10
302,753 302,753 0000000000000000445e26c592c4890fef76d15e48fdf1844b90ed0a1870b429 76 0.04/1.00 vMB 28
302,752 302,752 0000000000000000199da16d1cfde83785e9027e52339fda420e3e867cc41dfc 388 0.27/1.00 vMB 28
302,751 302,751 00000000000000004f6d5a63266805cfc7aaf6d9764af7d11c0023e6ce3fb380 618 0.35/1.00 vMB 30
302,750 302,750 000000000000000036633926026febf99ba60c050580326c178bb67c2369a926 305 0.17/1.00 vMB 30
302,749 302,749 00000000000000001a6cea07eb211a5803cb76a3519e7a9d191c27b7f062a658 190 0.15/1.00 vMB 24
302,748 302,748 00000000000000000fcde74d4171c9eda04faae4b0350d2edee44b3b618c4de9 742 0.35/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.03 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: 650.21 GB
    • Received: 13.25 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.