Loading Tool

Explorer IconExplorer

Memory Pool

10,119 transactions
3.76 vMB
0.01289245 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.32/200 MB

Candidate Block

Mining Attempt 0af72b150f2067aa92000368dab90fb227160a83b9f47ff3e4e6199fbe53183e
Version 20000000
Previous Block 00000000000000000000c495509044cda26948fb752986691223e9ae88dacb36
Merkle Root 5ac553a63330eab23ef2953a3b87be868c9dcd373dac0fe31b45576d813bc270
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,866
Size: 1.00 vMB
Total Fees: 0.00867635 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,486 (668,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,109 245,109 0000000000000064f966ae3698f677327754966c1cb923515a5eee08c956c2cd 49 0.11 vMB 23
245,108 245,108 00000000000000c76ac7df71e02ed433a2f7eb7b25e6fe2f94d9e9247ef8361c 79 0.03 vMB 145
245,107 245,107 00000000000000ba36d58859c6241ed1802e583af9b1e126f1524882f66d9fa3 15 0.01 vMB 105
245,106 245,106 000000000000007cc96a15fbf51073939fc70a26bbe8fb9454496c5919100722 125 0.08 vMB 121
245,105 245,105 0000000000000004d05bb99af044ea70ed03deb15667c9011299f8d5dc7975ad 291 0.12 vMB 186
245,104 245,104 0000000000000014501634d7328c56780847157ed35241d477b9de43cb5bf8be 152 0.06 vMB 35
245,103 245,103 000000000000007c0d8eafe2881b800bb353b81fdeaa0a76ca3dd8cd697ce750 500 0.21 vMB 145
245,102 245,102 00000000000000427ab6b29237d34ca491d4395f92e91434c1f9e19c474304ed 205 0.08 vMB 160
245,101 245,101 000000000000004cce1d4056cb79df8774d1070ce09ecb6cd741aaff08764a73 53 0.04 vMB 93
245,100 245,100 00000000000000ae6b97cf8065b3a2b28d035fce6bcdac3c94e90dcec1c8ed8e 69 0.03 vMB 65
245,099 245,099 000000000000004edae0f07a24ba168309312daeb2015df4f7f703ea90bf67ac 170 0.08 vMB 142
245,098 245,098 00000000000000242330640b9a93bbe47a529616336a0041c2297f22d357d6f6 184 0.07 vMB 160
245,097 245,097 000000000000001f93dfaf5411ef963f67bee538b2872e7ba0a5fe3fd4ff535e 16 0.01 vMB 67
245,096 245,096 000000000000002e351aa518073b9b4849fd06300091492a9664ce7b182c74da 105 0.05 vMB 137
245,095 245,095 000000000000009c2d27c469e95870235c096640ca34fbf1c8ccf111765e702b 31 0.02 vMB 68
245,094 245,094 00000000000000aa4b4936783a84b8f36fe603cd15a45f4235f7d75db3b93824 71 0.03 vMB 65
245,093 245,093 00000000000000c34738d1b780c0d89cc0a47d75a55e5331e04fd321d6e30fcb 310 0.14 vMB 173
245,092 245,092 000000000000001798a1c6413b76cf8b03b5e7e42ad7986368a2ae04177b6086 273 0.09 vMB 81
245,091 245,091 000000000000003cf7634d7ad0af35ce4f100ca3c3fe676dd0b767c8dff9067e 81 0.03 vMB 95
245,090 245,090 000000000000005c68b8a6331258ffc7aab7c95a21f5ab6bf894c0e6e0827d2d 251 0.11 vMB 111
245,089 245,089 0000000000000080a72ad0c16ff28ef24e9732bd776eeb75f74c7014705d0186 4 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.71 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: 351.96 GB
    • Received: 1.70 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.