Loading Tool

Explorer IconExplorer

Memory Pool

81,754 transactions
30.74 vMB
0.09853159 BTC
Random Selection Loading Transactions
Max Size: 187.73/200 MB

Candidate Block

Mining Attempt 1cc2edd6661f285ef3b641ce163d580d0c308d67c357adc09a3d8c0d5dde90f6
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 1cb164f2155c4a36e8bb88f6a0c4291207e3e7cba8c3ba77510acef8d76bebc1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02664167 BTC
Feerates: 301.60 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (21,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,195 894,195 00000000000000000000c272e5aaac85301f606686fd62724a7f4b2c71c41352 4,501 1.00/1.00 vMB 4
894,194 894,194 00000000000000000001c3eddd7cd578e311dae76f8654ed1df9ec98a3681cbe 4,336 1.00/1.00 vMB 3
894,193 894,193 00000000000000000000cc14ec31f61758659af2ceea4ec963be0dd088a75be3 4,610 1.00/1.00 vMB 3
894,192 894,192 0000000000000000000175456ec15e09b6227875d60aafbf1c6211eb33740578 4,452 1.00/1.00 vMB 3
894,191 894,191 00000000000000000001e32ba2227d88e84d25142d6f6f9828ee5adde895c584 4,384 1.00/1.00 vMB 4
894,190 894,190 00000000000000000001b95a511dbd99005a0615c2d0b2cd7d7e3a95eb22875a 4,534 1.00/1.00 vMB 5
894,189 894,189 00000000000000000000f80475e1b0576d412eab9e0933dd05a478aef6f32c01 4,316 1.00/1.00 vMB 8
894,188 894,188 000000000000000000003b6c246f4a2d9dd09b030ce647925c99a2e8c396fc72 4,250 1.00/1.00 vMB 7
894,187 894,187 000000000000000000000c159d534701027c35b805112df3f84e9b32a8a08627 3,843 1.00/1.00 vMB 2
894,186 894,186 00000000000000000000dbf75e06c1df1955dbebd9a656c98a16c697b1c745a3 2,988 1.00/1.00 vMB 3
894,185 894,185 000000000000000000009b2255b44061073627bfdd9019caf363d7dcae620ca6 3,289 1.00/1.00 vMB 4
894,184 894,184 000000000000000000020b1c2681abbeba6bad68d90c0ff0047fe1329d6963cb 2,585 1.00/1.00 vMB 2
894,183 894,183 00000000000000000001b9b8326b3ce8710dbe42b0f5579ece06144de8a2adda 3,400 1.00/1.00 vMB 5
894,182 894,182 00000000000000000000c88dacada5817c5a819b5129b270097b9d977d6a7967 2,174 1.00/1.00 vMB 2
894,181 894,181 0000000000000000000206e1d4001c417407e85456bcaf04d37f2a16a9c9f008 3,940 1.00/1.00 vMB 5
894,180 894,180 0000000000000000000191cec424d0502c4c154da61b66dcac76b8c193217a50 3,301 1.00/1.00 vMB 3
894,179 894,179 000000000000000000018ee62b240cebf487e6c46a8789f589e0577718e56331 4,384 1.00/1.00 vMB 5
894,178 894,178 00000000000000000000f50cc8e3b491da8bca6b97f77a44938de668c5ea2515 3,751 1.00/1.00 vMB 5
894,177 894,177 000000000000000000014e03f1e1991daee789f9db4879a14e3c9094c56ea357 4,010 1.00/1.00 vMB 4
894,176 894,176 000000000000000000009412823c80cefc5285c2f5dfb7d9c6487b25bb0cde19 4,154 1.00/1.00 vMB 5
894,175 894,175 000000000000000000007a94091c188e815186f309984bac478d656779f765ac 3,923 1.00/1.00 vMB 17
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.30 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.