Loading Tool

Explorer IconExplorer

Memory Pool

11,727 transactions
6.79 vMB
0.01605317 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.83/200 MB

Candidate Block

Mining Attempt 81da1f17bb5859a2a84be350fb6d43db274d8e2cf0d7dad1141ab62fb089c7f7
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 2c2a4c7e430a983852a8d40a8a718808e8785f0d1bce522725ac5aef34d15333
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 163
Size: 1.00 vMB
Total Fees: 0.00344183 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (685,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,356 228,356 00000000000001c7b149bf20e6e31b3842a79ea3641917394de805ed0f972bff 411 0.25 vMB 114
228,355 228,355 000000000000020255848af3c8f261b15b025a7c03efcfcfcf38d5db9f199ab1 278 0.17 vMB 127
228,354 228,354 0000000000000163e82628639bfc47e23ef72fdddaee101b1c93ded1bfbeed1e 356 0.19 vMB 155
228,353 228,353 00000000000000308a771701fa33acba5c83db8183e10e99fe8ab898770b9277 206 0.12 vMB 116
228,352 228,352 000000000000000f189a4474f218a71bc12d973ee81efad6e55a1efbf8af04d3 218 0.15 vMB 141
228,351 228,351 00000000000001b924f77581d4617fa6b2e7cd3bfe71c4c80f69746b87e3cdd6 444 0.38 vMB 106
228,350 228,350 00000000000000ebca4c9629d3745553b4dd3ec79ea59b87e4195236acd0f314 785 0.25 vMB 305
228,349 228,349 0000000000000197bdcf57c67a4eab9c01ce06cbd2a9598e4f79be603b724c7f 5 0.00 vMB 0
228,348 228,348 0000000000000127658786461d528f36d30381271ca9cd153731a315ec8ff204 206 0.07 vMB 39
228,347 228,347 0000000000000157f6c103476da6dbe5d8429612eab580308adb3c56ca70542d 275 0.18 vMB 138
228,346 228,346 0000000000000134dad50a961b5ab875f407752d4ca8c9c347a8fd81416c717e 460 0.21 vMB 211
228,345 228,345 000000000000027b3ff3cee7488b00683265b78e44d0cd5d1ed1cc506b2b086a 515 0.21 vMB 202
228,344 228,344 00000000000001175391794516e381bb72bb9196bdc0051edae43181de236a6e 293 0.15 vMB 127
228,343 228,343 00000000000001200ab3e37ef40abdad9729245b7a4d29dd30a5786d1b9d2b48 162 0.07 vMB 100
228,342 228,342 000000000000015446895de766a69195bbedbb551868682eaf39f68aa0304ce1 354 0.21 vMB 158
228,341 228,341 00000000000001338fd030ecd5823b42c61b0196bd335c0cb16ee83637381ca7 501 0.50 vMB 39
228,340 228,340 0000000000000159270e65df144b45a22bd6c5b6d9cf17b93288f58953617a90 3 0.00 vMB 0
228,339 228,339 000000000000023732b114883b89e0149228045939420d8224c58e8ab67e32f5 428 0.18 vMB 185
228,338 228,338 000000000000002a0bd37c0f44c2f35a75ede3b01f6710c0369a79dfdd4837da 260 0.15 vMB 99
228,337 228,337 000000000000002f6afc75f359c785e48c294a881ab5ace093ce84146f8c1f0b 174 0.07 vMB 112
228,336 228,336 00000000000000c62b74ad7e143cf9b6d59d57777b6c84ba801e5f8eb4ec2ede 341 0.14 vMB 183
Previous 10 blocks ↓
Total Size: 779.63 GB

Node Details:

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