Loading Tool

Explorer IconExplorer

Memory Pool

80,224 transactions
30.33 vMB
0.08504285 BTC
Random Selection Loading Transactions
Max Size: 185.14/200 MB

Candidate Block

Mining Attempt feff84602ee3e8a15ef933e56de17dbe639030ee5be94bf91b928361cca0cfe4
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root cb16816e22d275a5c5aa96d67f2dce22fb4e22f9eeec59f61fc9eaf356254631
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.01717347 BTC
Feerates: 100.65 > 1.72 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (362,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,793 552,793 0000000000000000000db8b0141f6dceffc2f9f15236d37df272942eb423f96d 2,708 1.00/1.00 vMB 43
552,792 552,792 0000000000000000000354c7d6c05da9b4f229bb39dbae00d711eda1bc7e257b 2,381 1.00/1.00 vMB 17
552,791 552,791 0000000000000000001647aece992e4e7fb81f64951e1dcbb9b7e277764c3637 2,379 1.00/1.00 vMB 25
552,790 552,790 0000000000000000000d22e050c88b585836aa02238954a28632dbf6bce1f420 1,840 1.00/1.00 vMB 27
552,789 552,789 000000000000000000198843512fe91113f93f5c7dcb3f8d557d3caacc74d8d3 2,694 1.00/1.00 vMB 62
552,788 552,788 0000000000000000000d3d3a1fe5a637c13dddb0be06fa57e4fdc04fc1558664 2,369 1.00/1.00 vMB 61
552,787 552,787 00000000000000000024e6d4238ee3ff2ab57d49a11962fe7843ee7aa580b424 2,778 1.00/1.00 vMB 37
552,786 552,786 00000000000000000017b0943f003962da3ea3b9a0669c0c2b9ee308a949ae13 3,342 1.00/1.00 vMB 10
552,785 552,785 0000000000000000000245b4cb358fb84deb37f23e33b9a3ff46b9f2e21d461c 2,276 1.00/1.00 vMB 16
552,784 552,784 000000000000000000059e37862514c11be47fb2ce5da282c6570f4246a257f9 2,363 1.00/1.00 vMB 33
552,783 552,783 0000000000000000000f19cbfe2b78572860dfe0a8f342ae1402c57e2a1f87e2 1,164 1.00/1.00 vMB 20
552,782 552,782 0000000000000000002a3958a80d81e10906907987d07509d77da768bda1b08f 2,194 1.00/1.00 vMB 27
552,781 552,781 0000000000000000002d8bfe513adf426624be67633675b4836caf8557b7a619 1,889 1.00/1.00 vMB 29
552,780 552,780 000000000000000000001c38f1e627c3c1e9d2df0bf23646c112d67ea58494f8 1,468 1.00/1.00 vMB 15
552,779 552,779 0000000000000000002cc7b1575c002e3bc6a828f7e288270146f585534ace29 2,653 1.00/1.00 vMB 37
552,778 552,778 0000000000000000002c4b1b0034f8b65e61247437f4f18c937b85c9af3d09f2 2,860 1.00/1.00 vMB 36
552,777 552,777 0000000000000000001269dc10a3987d6e8716368ab282a164456bd1dd21b107 1,840 1.00/1.00 vMB 34
552,776 552,776 00000000000000000026bf96b411ea5153130e4242465a89815ea012cad49ebe 1,128 1.00/1.00 vMB 67
552,775 552,775 000000000000000000277e1f653122fb6ed1e6415a11bbb0100986d16f3afe98 730 1.00/1.00 vMB 53
552,774 552,774 0000000000000000002698c46029d6cb26b3f0242611b222177fbd47b8966d2f 3,447 1.00/1.00 vMB 20
552,773 552,773 0000000000000000000ddbab01aeb43f3c599714fa82ceb283c8ad2490c090c7 2,735 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.29 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.