Loading Tool

Explorer IconExplorer

Memory Pool

77,120 transactions
29.01 vMB
0.08029482 BTC
Random Selection Loading Transactions
Max Size: 174.89/200 MB

Candidate Block

Mining Attempt 1bf69d0aa58e9cfc85679d490b52167c17c318c55f0f9b78dd9e3f84ab6cbb34
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root c0eaf89509c794a0a35bf462c9550a5d933cb93b940dbb6d532b18c07c8133e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,061
Size: 1.00 vMB
Total Fees: 0.01958014 BTC
Feerates: 100.28 > 1.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (317,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,736 597,736 00000000000000000007d3e84c439d92d15e5b595620fe4786d226ef799e8af9 3,417 0.98/1.00 vMB 18
597,735 597,735 00000000000000000009c9e2fed16b3f92532d073a086c30fc5704180b10bbaa 2,960 1.00/1.00 vMB 42
597,734 597,734 0000000000000000000841e6117fc8c33789feafc30de1702a72df8352d384e7 606 0.14/1.00 vMB 30
597,733 597,733 00000000000000000014707d10f7ec4be7c47f0a0db31ef1d366bc9df4dd546e 1,909 0.52/1.00 vMB 28
597,732 597,732 0000000000000000000ffba3ec63411eeae81ddcf3e89952956a572e6c4b1d00 2,153 0.60/1.00 vMB 26
597,731 597,731 00000000000000000005ca88c74bd7cd78c8c62464bf9a6d95d88f8048421421 2,907 0.84/1.00 vMB 28
597,730 597,730 000000000000000000073b705035dfbcfb6480716fcc706018f3698f5d74f597 135 0.04/1.00 vMB 34
597,729 597,729 000000000000000000026f2f5b177819eaeeddaf55ca14bc88bddf9ef88a1847 1,510 0.77/1.00 vMB 4
597,728 597,728 00000000000000000008c83f362fa92d88d64e7b562714ccae2f7aa235e99b3a 2,904 1.00/1.00 vMB 20
597,727 597,727 0000000000000000000eab452666748280d9a74e110c2348710a5f7352cc6146 451 1.00/1.00 vMB 6
597,726 597,726 0000000000000000000271fe0258d8c7c4ca516715f25b3b290ed60905d1a942 2,551 1.00/1.00 vMB 25
597,725 597,725 000000000000000000058d589c6ecc33f30d4bc10756365160cede0f580dcaf9 2,500 1.00/1.00 vMB 19
597,724 597,724 00000000000000000006fc2a0f64f83a5b2832c089edae96a8d75e51106566a4 2,597 1.00/1.00 vMB 12
597,723 597,723 000000000000000000157d8a1791f25d43c9f2d03c773ff013ed3c694a5800da 2,793 1.00/1.00 vMB 14
597,722 597,722 0000000000000000000f035dd96f8e5974e28bfe5683a9a7729604080914c8df 3,148 1.00/1.00 vMB 37
597,721 597,721 000000000000000000056cfe0e84953b4e077b5b791386aad89a7400039abf5f 3,094 1.00/1.00 vMB 63
597,720 597,720 0000000000000000000cb4d3aa971cd52cfb80028ae1db1fd99e0d35bf75c53e 2,076 1.00/1.00 vMB 11
597,719 597,719 000000000000000000133a4017b49daccd696a805e98094aa2a668d776f1a8e6 1,739 1.00/1.00 vMB 5
597,718 597,718 0000000000000000000ba73cbcc7c3807ec16a7842a4ad4d86991b6973e52ea7 2,540 1.00/1.00 vMB 13
597,717 597,717 00000000000000000009c6459705156fbe673fcab1638d4f34a19b4b503b755b 3,353 0.99/1.00 vMB 60
597,716 597,716 00000000000000000007c178d4a1ed2d1002d9ae4044e5dfbb2d89d6b6c4ab34 2,893 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.68 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: 685.04 GB
    • Received: 16.47 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.