Loading Tool

Explorer IconExplorer

Memory Pool

43,147 transactions
26.84 vMB
0.06968326 BTC
Random Selection Loading Transactions
Max Size: 141.33/200 MB

Candidate Block

Mining Attempt 9ec32480e31ba0583fc28b260722aa758dcf26fa41658730e60f5709469e5c77
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 17b190eba4ed8ade0532cf34d043f5f08df1a6ca5000f44dca1c8426276c4ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,509
Size: 1.00 vMB
Total Fees: 0.02014646 BTC
Feerates: 197.49 > 2.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (244,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,193 670,193 0000000000000000000a4288979be317aacfc55eab1754f122f629d3b264a287 2,994 1.00/1.00 vMB 184
670,192 670,192 0000000000000000000d0806d498ebe37c81960ba66987dd30f1eab9c9330c74 2,053 1.00/1.00 vMB 171
670,191 670,191 0000000000000000000465f6ab8f2e31dbb9530f65b699fd2aaa0c52e6ef45f1 1,542 1.00/1.00 vMB 181
670,190 670,190 0000000000000000000b3f25217076a20dbc915467daa4d33145a3bbd2d13e7d 2,634 1.00/1.00 vMB 170
670,189 670,189 0000000000000000000b8d3584b649a85577b55b5ff609363e1f9cbf30d3af2b 2,820 1.00/1.00 vMB 189
670,188 670,188 000000000000000000075f043575b3f1714f51884d0344e4328a492ca9846e8a 220 1.00/1.00 vMB 158
670,187 670,187 00000000000000000000909d81cdf0e2584db57ad4b025e650f5a382be77fd15 1,437 1.00/1.00 vMB 164
670,186 670,186 000000000000000000051f684b9ff05cd187084782906ceb9ee4b8fc67a2b603 3,214 1.00/1.00 vMB 178
670,185 670,185 000000000000000000008c4125ddd5cb240b573d74c80ff5641ef226e140ca96 2,659 1.00/1.00 vMB 190
670,184 670,184 000000000000000000073febdf65f3d0a25c7647bcd25a4b1592eeb46381d62f 367 1.00/1.00 vMB 159
670,183 670,183 0000000000000000000219a5cb8ac8fef151a639214640f7fa3298429ad64156 1,061 1.00/1.00 vMB 160
670,182 670,182 0000000000000000000782b261a9b281838e6086a4785f67898cf481ad184955 2,960 1.00/1.00 vMB 162
670,181 670,181 0000000000000000000050b0753164dc7a1c9cc5855bdd69b375d6e76933dc7a 2,560 1.00/1.00 vMB 169
670,180 670,180 0000000000000000000a71bdcc9e0f077b3545fa2667786b6c7098cde947e43f 2,590 1.00/1.00 vMB 180
670,179 670,179 000000000000000000012880d3b59e6616138b7e6b2aef404039ba61eb8432c3 1,122 1.00/1.00 vMB 180
670,178 670,178 00000000000000000001a5fc4e6e0a0764ef6c4cea5384a66fa26064ec1f2941 2,281 1.00/1.00 vMB 171
670,177 670,177 0000000000000000000bff31f0a73a126fff61e0be776e8cc3ab9ff2deb87018 1,651 1.00/1.00 vMB 184
670,176 670,176 000000000000000000012072f5d79a32b37ded45d9cc808c269e5ca73f02de05 2,077 1.00/1.00 vMB 177
670,175 670,175 0000000000000000000788760a2a56e368b111ec548ee849e8194748ae529f5d 1,210 1.00/1.00 vMB 129
670,174 670,174 000000000000000000040a9e6a3ab372483f3600cd6c9198d9c3f27e04fa0634 786 1.00/1.00 vMB 165
670,173 670,173 00000000000000000005c363a951d8404eacbfb63d948f5e840ae379215b8267 2,170 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.