Loading Tool

Explorer IconExplorer

Memory Pool

44,136 transactions
31.07 vMB
0.09236857 BTC
Random Selection Loading Transactions
Max Size: 157.87/200 MB

Candidate Block

Mining Attempt 9c7995181902a31b2170bfad31247ffe1479330941562c6bb4b0081c447b1e97
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root b069f6f8e874c7df00f42fee0be9a884b18b98d2e437c5449f29fdaf5f89ff55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,082
Size: 1.00 vMB
Total Fees: 0.02962252 BTC
Feerates: 250.76 > 2.97 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (904,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,756 9,756 00000000e6c6176e34c2a981c13a16ebd4db095e0f4baa3a4b0cd9f65bed793f 1 0.00/1.00 vMB 0
9,755 9,755 00000000e2784200286121758beef4e8d0e279d6056ff648efa3c9470756619d 1 0.00/1.00 vMB 0
9,754 9,754 00000000c9e31abb95f10e3da098f903ab658cb2650eb071282b03f8082fbf60 1 0.00/1.00 vMB 0
9,753 9,753 0000000024242b7be82e18bd0876367df92004b369fc59dee3a99a451635b74b 1 0.00/1.00 vMB 0
9,752 9,752 000000003d4b483ce0f9258b7146fd817c6293bfc0ddf6463d9fa33cd6a612a1 1 0.00/1.00 vMB 0
9,751 9,751 00000000e96c66f3ece9feed66332d45d9260417aa64ed22a5516a5709200b2e 1 0.00/1.00 vMB 0
9,750 9,750 000000000130e59797893d4f2e5dc951e182ec170d6ba846ad84369529d547ad 1 0.00/1.00 vMB 0
9,749 9,749 00000000f40c565cd53f081da5c59e22b680758912d04a670cfecd3e181febd5 1 0.00/1.00 vMB 0
9,748 9,748 000000004c174d3ca3a59143a26c2e1178f647d4b9f198c251c69d640ca83b67 1 0.00/1.00 vMB 0
9,747 9,747 00000000dc3896448966c785d23f3f31778bdb7d7fbee201c676c0793a9bbd0f 1 0.00/1.00 vMB 0
9,746 9,746 00000000fc2b4cff82824737f1d58bafc8c6f32cc04e59241af27fd9e3362ede 1 0.00/1.00 vMB 0
9,745 9,745 0000000098821d4ed9bf9ea134102e88a46b64179a0c9dcfe9d47f4734780e9a 1 0.00/1.00 vMB 0
9,744 9,744 00000000932e1c579fbada13c7168d6dc307e09c9e1499926731018a73abe236 1 0.00/1.00 vMB 0
9,743 9,743 00000000f2a763b0145769996922672b59668d446bf457b349e428deedb63475 1 0.00/1.00 vMB 0
9,742 9,742 00000000e21c6bbc2a004516c3c69a0b4b62ed1c713d90d704ce486f8ffa5b07 1 0.00/1.00 vMB 0
9,741 9,741 00000000c8b469622049588e3719f880c112625e072ea59752414c61bd372486 1 0.00/1.00 vMB 0
9,740 9,740 00000000499e0f61d3b76d8e2a729dd140ae796d471a55d105daaf89ffccdf1e 1 0.00/1.00 vMB 0
9,739 9,739 00000000b7bbb7e50d86d3decd6ff8aa464a0acae51eca4306ff35b7437448b2 1 0.00/1.00 vMB 0
9,738 9,738 000000008d9f4089951a24ac34bf6310ebaa4fed57e0ad8ea2bd2d15daf66f14 1 0.00/1.00 vMB 0
9,737 9,737 0000000069bdbe2e36965d41c2c112ffcbfa826ca545e732c11c52db36ff793f 1 0.00/1.00 vMB 0
9,736 9,736 00000000eec7665c5362282340a688a1e9a880ca255ce354ddd72b000815612a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.86 GB
    • Received: 10.48 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.