Loading Tool

Explorer IconExplorer

Memory Pool

51,208 transactions
30.57 vMB
0.08773383 BTC
Random Selection Loading Transactions
Max Size: 164.18/200 MB

Candidate Block

Mining Attempt 8d40753f6cc847a673973a21b9c41fece360d186552f3f0013f35f49c0d333c4
Version 20000000
Previous Block 00000000000000000000fe6e83d1a3f483eb4c5d100e280790c42e8733167c10
Merkle Root a4dcdddc481344e9653f8fd6bc2a0e50e0bf160cbd4fc8f4c72a0208fd52946d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,755
Size: 1.00 vMB
Total Fees: 0.01832350 BTC
Feerates: 73.20 > 1.84 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,828 (738,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,061 176,061 00000000000008146a2824c1f26928e98f5e5dc738740bc0f464f5e1cf826cad 122 0.05/1.00 vMB 77
176,060 176,060 00000000000005dd852da591cefda5c8c6855d21f2d539cbb96bde855bdddee6 30 0.01/1.00 vMB 24
176,059 176,059 0000000000000367a903c2120f497bd6b1e81bd45357a81febdc1d3888dbd216 1 0.00/1.00 vMB 0
176,058 176,058 00000000000007bc04f1bfadb25cafa4da04282822eedaee8d77586b6ad4a30c 91 0.06/1.00 vMB 167
176,057 176,057 0000000000000357cca1b9a7bf6e119b86f103b3cead11e9dc3727aebd6aa58f 147 0.04/1.00 vMB 125
176,056 176,056 00000000000004ceb963c49e1c94588f919ebb12bcad853cb507ff948b72b7fb 78 0.03/1.00 vMB 287
176,055 176,055 000000000000046a54d920f37d3e9360135ee424ffa36484d27d7f9a140709d7 45 0.02/1.00 vMB 6
176,054 176,054 00000000000003f904cf77ff4cfe6977e1b2a2c12d0d1b0e1d060cf9ceab3aaa 1 0.00/1.00 vMB 0
176,053 176,053 0000000000000a4c48ee2c5fb9dc234192aa08ca8469a27ab921fbce0dbe9ec0 86 0.04/1.00 vMB 72
176,052 176,052 0000000000000203a86551bad328991899f5f1bee8e0ec3fdeef78e5cd7a80ac 110 0.05/1.00 vMB 92
176,051 176,051 00000000000006b4bcf393356e6e1eea944a57ca87ebf9fe5ebbad1dae9077bb 26 0.01/1.00 vMB 31
176,050 176,050 000000000000082c6a5891aca9dafe0be21e0d7168635d01a80cac8b218ff209 126 0.05/1.00 vMB 137
176,049 176,049 000000000000091a831a8191366b8b21b450c42094a16fa021debd9ff00a903e 76 0.03/1.00 vMB 62
176,048 176,048 0000000000000098fed31be999d316d45ecb1c7da53d21e5f48c4dc3607c2635 80 0.05/1.00 vMB 689
176,047 176,047 0000000000000545f3a86880dda7ec8ce34cdcdd1552b3637e2a210e91639d1e 90 0.03/1.00 vMB 9
176,046 176,046 00000000000008258c15882c2c8467368fec834bf6cbe234fdd3adfb7137ef70 64 0.03/1.00 vMB 33
176,045 176,045 00000000000004fde83462cabd89db52d6f51ae442e1de897b09793cb32166ac 27 0.05/1.00 vMB 105
176,044 176,044 00000000000002fec20f6771f7aa45bbc592738c877f4f742cd8c88bab799280 11 0.00/1.00 vMB 0
176,043 176,043 000000000000004219f265c8d3bd9936d91c2ea15e5314ad646f3166476b6d9a 82 0.03/1.00 vMB 121
176,042 176,042 000000000000033d9fac6485be5e3a4dc3ee34d92ac8bdd3b0e7720bf883cccd 43 0.05/1.00 vMB 108
176,041 176,041 00000000000008d90dcd536ce9353a8e2aa4eefe3359b567aec498eaad91d2a8 96 0.04/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.09 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: 651.45 GB
    • Received: 13.58 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.