Loading Tool

Explorer IconExplorer

Memory Pool

20,490 transactions
9.01 vMB
0.05989235 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.60/200 MB

Candidate Block

Mining Attempt 259eb9622f40e51356eba9b4cffc66d624767f545fb6423f076f21c05b8dc104
Version 20000000
Previous Block 00000000000000000001e0990096d2cfa519a4455239a76e52f0e783a20ccb94
Merkle Root 8d712e58d765778b493662909dea6bbafcd2fca224a64109df9d6cfdd71e427b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,975
Size: 1.00 vMB
Total Fees: 0.03805286 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,414 (806,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,746 106,746 00000000000043c06031e2fa87833ab5ad09666b5dc35780393a7459666c37d2 1 0.00 vMB 0
106,745 106,745 000000000000cdb76d6dc9a3a382ded89d745a604ca51288e9de0a8cdca01648 3 0.00 vMB 0
106,744 106,744 000000000002c455fa929cd4da8666ce90f075e3a2059d68738a2408cd16bbd9 1 0.00 vMB 0
106,743 106,743 00000000000210dd27b65b4fc0081279b5f2256cc58f37011630ae75e322121c 3 0.00 vMB 0
106,742 106,742 0000000000001433f3563b37b3f2b10c5bfbb7474e358d8e72b7a3bb770570fe 1 0.00 vMB 0
106,741 106,741 000000000002371150808ea7d2876ad2843741a1859ac6ddd143840545820007 1 0.00 vMB 0
106,740 106,740 0000000000016c064358fe61e1a760ef842868e722931262f47dac2199acfaa3 19 0.00 vMB 0
106,739 106,739 000000000000a85b61b60abf7d4129a24045196d3c5ea20ffac00b26b4ceea88 2 0.00 vMB 0
106,738 106,738 0000000000007f9b9e145dd54526028b01740b40699e3614384b1efbe475a2ae 1 0.00 vMB 0
106,737 106,737 000000000001ba7c11247638d5547623ac76da41e230e65a3a66d7fcac862edd 3 0.00 vMB 0
106,736 106,736 000000000001f10ac329856a1dd2e75a8c8392e39b0d83d1b1509c3e939b2855 2 0.00 vMB 0
106,735 106,735 000000000000516290d77c1e550ec083e79c404570922cbe6f4a039eccc69090 2 0.00 vMB 0
106,734 106,734 000000000002cf002ea461ebf9d85f996681cb52ef8b01d715639ba18047ec54 2 0.00 vMB 0
106,733 106,733 000000000001d1a0b3b11f5bcb706744ad2aab89e39ad48ec09fedfe0c6d4428 4 0.00 vMB 0
106,732 106,732 00000000000097df0914a0eb27323554f98175fbe56f0f3dfba71dea76151be3 1 0.00 vMB 0
106,731 106,731 000000000000447cfe13bdca1aea5afe447649f443f9dca69432029a5ebfc3f1 7 0.00 vMB 0
106,730 106,730 00000000000140953014fa5c590c020889755c100519ab843d2a818ebb33239f 32 0.01 vMB 0
106,729 106,729 000000000002b540d7244d8ea3898d56ba769f609548d8ff7af4a8640f1dc73e 1 0.00 vMB 0
106,728 106,728 0000000000007f702942297b0b4879a7db909fbc930e0862273ed64d9cae2ba4 2 0.00 vMB 0
106,727 106,727 000000000001cd88814f9cdd39034111fe22166c60c9e8c4a0f967bd06d244c4 1 0.00 vMB 0
106,726 106,726 0000000000028dd59e59d70a3c2b6ea043ea54f948f665d4435aa015e0a2ded0 4 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.59 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: 290.28 GB
    • Received: 1.18 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.