Loading Tool

Explorer IconExplorer

Memory Pool

41,950 transactions
29.00 vMB
0.07111536 BTC
Random Selection Loading Transactions
Max Size: 148.68/200 MB

Candidate Block

Mining Attempt fd8aa29c378bb1cadb5481a049b57f68c6e62de29e9cfe4877d4dcbb86ba1710
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 63cf0cecf1f85c10722723ff89f241412a444c7f8813c4aff668724e19d3ee85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,625
Size: 1.00 vMB
Total Fees: 0.01461098 BTC
Feerates: 100.36 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (327,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,649 586,649 0000000000000000000ada7903670dcb37058e95394ad94b4091403f7eb3f193 2,225 1.00/1.00 vMB 31
586,648 586,648 0000000000000000001e0454beb46d110d9ba83f47c2f4f9b73574af67f98bc2 2,973 1.00/1.00 vMB 71
586,647 586,647 000000000000000000188dea03067f57c56e09a689a081acf5e095f716e39ae3 1,323 0.50/1.00 vMB 37
586,646 586,646 0000000000000000000a00b6682d77283b858fbea7e05e1b80f451629297cc39 2,216 0.84/1.00 vMB 39
586,645 586,645 00000000000000000004630698cd9f9bd7e9bfb8d810d0fd8b9f9afd55e47eb9 1,384 0.64/1.00 vMB 34
586,644 586,644 0000000000000000000a3dc115d500701014fd56977eb53ce2fb97f2f16e2171 1,768 0.98/1.00 vMB 27
586,643 586,643 0000000000000000001e359f892bcd4f47ca1f551b7eab152160ab8349c48310 473 0.33/1.00 vMB 4
586,642 586,642 00000000000000000019c658a7b6c96986dcc728d8a6705a7f37e352c6b02397 1,801 1.00/1.00 vMB 27
586,641 586,641 00000000000000000006876f2c9d4048ed7d0380efe16ee51da792b47e680881 1,559 1.00/1.00 vMB 17
586,640 586,640 0000000000000000001ef09e2a903dd6feaf6d3308c3ad5b20af4b1f8f5bc4d0 1,975 1.00/1.00 vMB 8
586,639 586,639 0000000000000000000a6d8476b1abb2c421ccaa40144d45dd113b2830f09c11 1,996 1.00/1.00 vMB 20
586,638 586,638 0000000000000000000cdde8caea71e2abe90961154675a8ee8ab538583d8507 3,015 1.00/1.00 vMB 44
586,637 586,637 0000000000000000001688281275f5d0f445b28c16de81b4cbe227dd1b772c76 2,527 1.00/1.00 vMB 46
586,636 586,636 0000000000000000001b0fba94dbaedd9848097137e0d0ee0df75c4767e41031 2,420 1.00/1.00 vMB 26
586,635 586,635 000000000000000000139bc922bd6986c23afae8af4c011dbce340c0b47c28c5 2,252 1.00/1.00 vMB 43
586,634 586,634 0000000000000000000cdcf8c90c55721ea9681a7adf6cdb618ebe68eea3d08f 3,079 1.00/1.00 vMB 83
586,633 586,633 0000000000000000001df6eb70429c34c2a7f7a05d9826a4fc137f44e7ab1c7f 3,032 1.00/1.00 vMB 71
586,632 586,632 000000000000000000137f7967119573017c2a03f280effc726cc4d6563342c5 2,396 1.00/1.00 vMB 36
586,631 586,631 0000000000000000001e8f5d404faf8e34c1e36415d85d762fc84f2b3ac20d94 3,016 1.00/1.00 vMB 70
586,630 586,630 0000000000000000001cc0ff81b73355b25811fcce62230b0b4dc51ab8de11b1 2,683 1.00/1.00 vMB 48
586,629 586,629 00000000000000000018593a166be2c0349ff7b68b5a9fe17ce20ebeb171b7fd 1,035 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.