Loading Tool

Explorer IconExplorer

Memory Pool

24,980 transactions
24.07 vMB
0.03261052 BTC
Random Selection Loading Transactions
Max Size: 129.31/200 MB

Candidate Block

Mining Attempt 4835b4c34fe9f478b2c8b3dfec36f67dc11a3cfe6f69ae3d0c3b9c70815d6fda
Version 20000000
Previous Block 000000000000000000012c481ce937b6c85162d376895f7f038d8d7b285f3b4a
Merkle Root 6fe4e6b27eeab093ad33c3d70348ceffd20e0b56de7086260b823c77a98df04c
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,933
Size: 1.00 vMB
Total Fees: 0.00608813 BTC
Feerates: 60.16 > 0.61 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,503 (751,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,402 189,402 0000000000000105f9ac1a248619776d6318200a9f65f9f71c111eed97b56c80 128 0.05/1.00 vMB 312
189,401 189,401 000000000000074171e74478711785b9cd59b76dc34eb047a7b3844253763c7c 137 0.05/1.00 vMB 105
189,400 189,400 000000000000078c17e9d38755542066b674ea5ac5d4062486ca3e7d3bad9978 11 0.00/1.00 vMB 15
189,399 189,399 000000000000040a734b3fd8ca775187d3db3c4b387b7d238ffe28c1f7bfc0eb 57 0.04/1.00 vMB 45
189,398 189,398 000000000000029479595ffee8dca2d6bdad2484921b7651dd250f97390cf3b8 404 0.19/1.00 vMB 114
189,397 189,397 00000000000004d6497ee74c7e440b9f2d89a2d0e35cd47b7e2a7b4f5320e43f 353 0.25/1.00 vMB 117
189,396 189,396 000000000000054a11b639cdd569577fc7b7cf1e33bb2edf7ce264ebfb99cbe2 18 0.01/1.00 vMB 61
189,395 189,395 00000000000008ff17e6c3fe743217d92c65a2d08472cb5caf8a5708218bccb7 49 0.03/1.00 vMB 78
189,394 189,394 00000000000008868d82f268ecf23bbb0ad18d654c53cea886a0ce3d9057a2e0 247 0.12/1.00 vMB 95
189,393 189,393 000000000000067b6952f93e1c839bc0a24b547c05fb67a4cfee55a77acf126f 55 0.04/1.00 vMB 40
189,392 189,392 00000000000006b9e59ffc916c4b05085a71466591abaf0c8b99b95d9843cf7b 351 0.14/1.00 vMB 132
189,391 189,391 000000000000019063d17cb001878d3b2efb3905326d3a97347ed22993db4219 535 0.24/1.00 vMB 127
189,390 189,390 00000000000001918a92ab9ce1a3b2eff0e86b9415694ecc91eea63d10c386a0 158 0.05/1.00 vMB 35
189,389 189,389 00000000000000d8b51040629833da6c48ef4bf4cba732e417003ab7c989727e 481 0.25/1.00 vMB 112
189,388 189,388 000000000000006f9cb0f52ee25cf139efefe22a5b8c6e1bf7cde7c046a33d50 127 0.05/1.00 vMB 154
189,387 189,387 00000000000008d75d5c8116511ffd526bd89926dd55b99f4abe0be56ac6b753 187 0.06/1.00 vMB 104
189,386 189,386 000000000000074ad0845cec77b6d1a7bb019876f2530b37ccf8d097520846d6 23 0.01/1.00 vMB 48
189,385 189,385 000000000000064017d191eaaedd637de5c6039a1d53de4b99637023fc9bb038 49 0.01/1.00 vMB 154
189,384 189,384 000000000000083917754044abb0705a088ab2b3cdf29e104fa9d3a708241251 132 0.05/1.00 vMB 151
189,383 189,383 000000000000058d3d775c4ca27ae0718de61330e7cc55777aa017df05861282 113 0.05/1.00 vMB 171
189,382 189,382 000000000000096cc9b1258fcf7f61f863c0f51bfe91e6c0dff2f6a3d6fab2df 84 0.05/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 827.66 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: 4,461.25 GB
    • Received: 243.54 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.