Loading Tool

Explorer IconExplorer

Memory Pool

79,513 transactions
29.68 vMB
0.07434684 BTC
Random Selection Loading Transactions
Max Size: 178.42/200 MB

Candidate Block

Mining Attempt 4578acec7fdb991c70c27d81c7544fb5e2f437e8ee61a85e1ce9097aaf6e003c
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6df1260a99cba33595bcd5ea89694910e493158cb360cfbed0e0d0d20368d0ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,286
Size: 1.00 vMB
Total Fees: 0.01401677 BTC
Feerates: 74.18 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (518,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,693 396,693 0000000000000000051fbb40046aa8c34d40794413fa37e0d10f4d718d6a69cb 2,349 1.00/1.00 vMB 42
396,692 396,692 000000000000000002743f4f4018c4da99d02d9d92389bfd80ae11c7f15b4adb 1,009 0.47/1.00 vMB 33
396,691 396,691 0000000000000000042f13c4aad0390e1bfc602134817fbcbc1756dea85e014c 2,374 0.93/1.00 vMB 59
396,690 396,690 000000000000000003cbeeb274d1cacc534fecfa4a92e743693d7aab8a552d7b 2,054 0.93/1.00 vMB 37
396,689 396,689 0000000000000000065c4f04c78aa0bd550bc022b731a1714258f9eedd9f0660 2,439 1.00/1.00 vMB 51
396,688 396,688 0000000000000000035a0b3db23465f628c6051e7fb1ad5fc8e7bb8871d75308 2,200 0.95/1.00 vMB 38
396,687 396,687 0000000000000000058db53b222fd0d9bf80ca487a905a8940e38a776ea9c1f7 2,326 0.95/1.00 vMB 65
396,686 396,686 000000000000000007c01a6c86e06e2855d7d60442be4d713de7a5a6452d2c7c 649 0.99/1.00 vMB 12
396,685 396,685 000000000000000001212d4384d939ca026d50bb75e9cd7283164fb73d4d4111 1,209 0.93/1.00 vMB 23
396,684 396,684 000000000000000006cb57197451576a2565c76bd9b559b52b804725a6d719a1 1,539 1.00/1.00 vMB 21
396,683 396,683 000000000000000003d3389262a55217e9286c6c398ea8d9c91b49cbb9261ad3 2,754 0.99/1.00 vMB 50
396,682 396,682 0000000000000000001e7d9e5bf68fda5332ee606963b407353fc8b0f1f4d38b 1 0.00/1.00 vMB 0
396,681 396,681 0000000000000000038ce1d73d8b85de0b1e641760a3216aa4db51f46d4bf353 1,739 0.75/1.00 vMB 50
396,680 396,680 0000000000000000024225c5335545b2f812011a2949abb4e0cd2778389026ee 3,093 0.95/1.00 vMB 58
396,679 396,679 00000000000000000217e43a7e64b16cb82d579b4797d76cb287e79dd864987e 810 0.69/1.00 vMB 25
396,678 396,678 000000000000000008a1ba9e56ff45d337e062de6ed717b25ecf332a5b90164f 2,746 1.00/1.00 vMB 48
396,677 396,677 000000000000000003cf595a399167c23fe558011e21d3823a913a3226c1e6e8 1,541 0.99/1.00 vMB 28
396,676 396,676 0000000000000000040b96d694b300d9459287819004c5e4e6b51b7b81f37492 1,330 0.95/1.00 vMB 22
396,675 396,675 0000000000000000001d9c4c6621cda6642c10ca7b5050ae1e78131075058aa3 2,709 0.93/1.00 vMB 50
396,674 396,674 000000000000000003de1e6b6a7aa0d4bcdf36537c7386ebd6628ee9cc9b8399 1,048 0.71/1.00 vMB 25
396,673 396,673 0000000000000000062888caf7d52b0f40bf43a67ab63b579f303ed1d35aa977 2,438 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.