Loading Tool

Explorer IconExplorer

Memory Pool

35,668 transactions
26.07 vMB
0.07209651 BTC
Random Selection Loading Transactions
Max Size: 132.56/200 MB

Candidate Block

Mining Attempt 2339cc004e9d7e7f90f7ba6e30c069e62d4bbf9f43200b173a283e7d466832f2
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 29e865adb97d70be3df877d98babf55bb1d5264fdfcc58b424dafc92bcfd0004
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.02393872 BTC
Feerates: 250.88 > 2.40 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (863,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,824 50,824 000000002026a605cd3b8715a44fc22f31960e6f7e08748809a50347a65c7567 1 0.00/1.00 vMB 0
50,823 50,823 000000000ea7d98b2060be16b31789bdf802ae0710a8559c737496ddca086840 1 0.00/1.00 vMB 0
50,822 50,822 000000001c0ecd67aa83ef47891e11f787618f1663b079caa49b2a7828be9cf2 1 0.00/1.00 vMB 0
50,821 50,821 000000000f8f5834e63796771bf1aaa94c33077f18397099bee6b978a8c005b4 1 0.00/1.00 vMB 0
50,820 50,820 0000000011b19ccd6505bf70b4b9706b0d90704214c80d97f52093124ebd5c26 1 0.00/1.00 vMB 0
50,819 50,819 0000000018f8b76acbc7f9449faed4cfa5f4e694b7c1b7b52c5280329c3823c9 1 0.00/1.00 vMB 0
50,818 50,818 000000000ff7bf5ae47c0cf95980f02d3aebf7677d41ce3de4384358be1d9fd1 1 0.00/1.00 vMB 0
50,817 50,817 00000000065f582d761e90616f4c3579b75fc0477d3c57a90941cf8a8e2bf49f 1 0.00/1.00 vMB 0
50,816 50,816 000000000541465f358802a9108844122d41afb34b26365a76c2a498b2739e12 1 0.00/1.00 vMB 0
50,815 50,815 000000001e84ba0470396a0551065bffa43bf020d609bf7b195b3708c45d8088 1 0.00/1.00 vMB 0
50,814 50,814 000000001a6f82637ad6bc78de2b91658526a4f4eb7756b72d2dac89b310f16f 1 0.00/1.00 vMB 0
50,813 50,813 000000000e41bed71400ee1c3fca843b8327b1073e12955edcda384262292ac0 2 0.00/1.00 vMB 0
50,812 50,812 0000000007c4ce1f50a25d7ea9d691f21530fc7069ab2819ec1e795d2e048b59 1 0.00/1.00 vMB 0
50,811 50,811 00000000068b053e81bcc444c94e48faf8d4cfb8384413820eefc5d201b83c15 1 0.00/1.00 vMB 0
50,810 50,810 00000000100254ed5b965899ef74b2081bbf157917ce20694057da782939af51 1 0.00/1.00 vMB 0
50,809 50,809 000000002045e108190755783012fd031b21bf0ca5927a35a48c3eefb5826818 1 0.00/1.00 vMB 0
50,808 50,808 00000000014fa08c34fb09c4ddfe1a5f6dc8c1215cfdaa6e696c2193c5990865 1 0.00/1.00 vMB 0
50,807 50,807 000000000d03c509db01ffdec00239f9601b7caac1dbf6dc4e4d9af4b842a6f1 1 0.00/1.00 vMB 0
50,806 50,806 00000000034f3a07e264832df601a1fe2d40a879caf34d642f6713ea68211927 1 0.00/1.00 vMB 0
50,805 50,805 0000000006e1121bf69bb9570189ed6630bb4cb02adb5f71879b6010abd1ab67 1 0.00/1.00 vMB 0
50,804 50,804 00000000002db0c609a024aeeaca0961e254dd7ec93e862dcdb778c5c153aaa2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.