Loading Tool

Explorer IconExplorer

Memory Pool

75,119 transactions
30.44 vMB
0.08911145 BTC
Random Selection Loading Transactions
Max Size: 174.54/200 MB

Candidate Block

Mining Attempt be06444fa0eb4d04f0fefbf446f55bb735af8c2c01096a0446be4f2a14a5be70
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root f85a8b8d4ba40daa185a92373c3ff246711782ebcae7f02228b7135112cfbfd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,402
Size: 1.00 vMB
Total Fees: 0.01570283 BTC
Feerates: 265.25 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (719,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,740 195,740 0000000000000626a5d2da85b9cc6afb52a08f9c1f98739db4fb49074d9e416a 35 0.01/1.00 vMB 115
195,739 195,739 000000000000023e9a3d9702134cccce1bf0aca3c8eeb6f202536c13b4e4d06c 18 0.01/1.00 vMB 93
195,738 195,738 00000000000004fba6db41afcf18998618a41b541b686a70f14c2e0d45c5ab3a 442 0.15/1.00 vMB 149
195,737 195,737 00000000000002187bda186f1aef08253bbb666cefe02997e3ca4dff702247aa 93 0.04/1.00 vMB 107
195,736 195,736 00000000000002be34724e39762636ecd42aa3659dd3ab06f0db297354fc0c14 186 0.06/1.00 vMB 153
195,735 195,735 000000000000025d750d940e876fec616775be9e40024506eada40af054ee0b8 60 0.02/1.00 vMB 100
195,734 195,734 0000000000000034236275c761868b57dd8b9c9fe19c5b3cbefde639b8f3bc47 4 0.00/1.00 vMB 108
195,733 195,733 0000000000000322e6996a238ea1d6e3fdc5d6bf8b9925a8e156585dad1b6698 97 0.05/1.00 vMB 113
195,732 195,732 000000000000064bf2acb03d8ecf1dddfcfefbdc031f9c1c5ad38ff5e1c946c8 109 0.04/1.00 vMB 111
195,731 195,731 00000000000003b5f4cee49c52b757b32a9d4dabbd87a12fd52f0a4a064eab4c 128 0.07/1.00 vMB 95
195,730 195,730 0000000000000609bbf1ca4d11d9c3b76ee63d1a12043f62d86c3d9117d92bf3 32 0.01/1.00 vMB 0
195,729 195,729 00000000000001a03acd2030842b7acab2c90384de097fd2f8717754f7bfce35 141 0.04/1.00 vMB 91
195,728 195,728 00000000000004e0e6233f0c439d3d39d438934cf01d1a40dfa818de661f0fb0 408 0.17/1.00 vMB 129
195,727 195,727 00000000000000a7ab6d931db9c7115bc27481c9bb68155bd050b19ad0d44349 132 0.05/1.00 vMB 145
195,726 195,726 0000000000000371173039c15e91734965e2d91c1bbab9db4b2d34beda16e5b9 71 0.02/1.00 vMB 146
195,725 195,725 00000000000002e1e450c1739ed286f44542bbcb6f399b313db57634425b0ad8 32 0.01/1.00 vMB 5
195,724 195,724 0000000000000268da99cd8ee280d66f5d00905244e9e13cee3e415d2737050a 17 0.01/1.00 vMB 79
195,723 195,723 000000000000010deaf99d1eb6ae5529985a056236ed1109675b8e4ab220b62c 80 0.04/1.00 vMB 198
195,722 195,722 000000000000059594129d6ce2d34aca09c6168a99f07192c30d2ef5576606be 122 0.04/1.00 vMB 67
195,721 195,721 00000000000003ac06a3a0fa96bfce8537654903419e6736d3b9bd35d3731da1 13 0.00/1.00 vMB 59
195,720 195,720 0000000000000266d2edcaf2a81cb2349cfd2ba3abab44e69160cc94ec24b311 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.45 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.