Loading Tool

Explorer IconExplorer

Memory Pool

28,191 transactions
11.14 vMB
0.02724116 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.51/200 MB

Candidate Block

Mining Attempt 69f0011d0d8796b6f05638bf59dd16133145e6ff488f4e0a532c0e6474b2be04
Version 20000000
Previous Block 00000000000000000000581d582331f7e341a5c2b56b389ada1f46646a953ea5
Merkle Root b8e8e7631aeb45c3ad5190a2c23341976cf4daa819482787df477e82d9c12a24
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,681
Size: 1.00 vMB
Total Fees: 0.00827698 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,530 (742,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,490 171,490 00000000000000ef9955a32f6f9e9350b870211fd4cd9a45208dea40f3fb9d0e 99 0.05 vMB 82
171,489 171,489 00000000000007e6d8e42e23dbe1c2d7b32220fcdf6360bce8c76e23d1bd2163 79 0.03 vMB 35
171,488 171,488 00000000000009e9536afdea57b901018609855fb37a62d3d084480970691200 37 0.06 vMB 46
171,487 171,487 00000000000001b4ec5dcefd8cb88b561646532725214645586309ff25c05894 61 0.03 vMB 277
171,486 171,486 00000000000006a77803f4bc7cf0a666fa48123fcc031bc1c63d13102df3c8d0 25 0.01 vMB 56
171,485 171,485 000000000000092943a97307897d1c87f13c6df2153b4a208c03f105e3e621c1 169 0.05 vMB 106
171,484 171,484 00000000000001d2086568d6fbffe27ba9838f4599da79f2bdbbbd191234c4fb 1 0.00 vMB 0
171,483 171,483 0000000000000130a8790364328398d474147b888857b21fddd1ca6a7a4ffe2d 5 0.00 vMB 0
171,482 171,482 00000000000006812858e7d0215b81bc5dd702013c4630c45e6812aa9a44b906 43 0.02 vMB 26
171,481 171,481 0000000000000acdd464e397c2b2a80e8582b9fd7c1207da702e3a3d53e4c1f4 27 0.01 vMB 215
171,480 171,480 00000000000006a62ae09db0ebae385b1c830a453ee4912e0b6db32d98401284 40 0.02 vMB 31
171,479 171,479 00000000000009e8d468ea270918c64ab7626c9e903967f1c585571b34d00f74 43 0.02 vMB 87
171,478 171,478 0000000000000ab63291dae74adbe4faf9bab0d00fa78825179c61e67ae08a23 40 0.04 vMB 80
171,477 171,477 0000000000000a7e1d4a8b081cf74bfeb4192a5eb4663d79b11a156e2dc984f8 1 0.00 vMB 0
171,476 171,476 000000000000077194c8c869bb2f3f73f8498960b02de142274b230efaec4e63 83 0.03 vMB 76
171,475 171,475 0000000000000873109b1009792634a347e8946cc81d4085bf92afcd27d31ce0 1 0.00 vMB 0
171,474 171,474 000000000000064b3d5fa3fa109ccc5841620c1a0858d83a20541df77c45fe40 72 0.03 vMB 43
171,473 171,473 00000000000007c038ea3430bc75db2b9692c5230f7380fe78ba1f6d56f8f251 88 0.03 vMB 59
171,472 171,472 0000000000000120163d69d3de36b006c0e3d9b5513a749d670693c95200e0c3 21 0.01 vMB 56
171,471 171,471 00000000000004af3f05548ab434a0bcc10b1bced8e54788dd8618a17c1b39b0 12 0.00 vMB 18
171,470 171,470 000000000000042d6de83918508cd94280079cd6440c34faec07cb38143d39c5 49 0.02 vMB 116
Previous 10 blocks ↓
Total Size: 779.78 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: 402.19 GB
    • Received: 2.08 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.