Loading Tool

Explorer IconExplorer

Memory Pool

18,612 transactions
10.94 vMB
0.03211157 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.49/200 MB

Candidate Block

Mining Attempt 317b6e61237b5396919e8c59895c8588884514fbfd7ceecae9495933f2b8b24c
Version 20000000
Previous Block 00000000000000000001780729c0d9ab0c7fd43034d92ca125a01d650fbaf372
Merkle Root 47467e6b1ef554065e8d8efdab35527421ae694a867ca60885b4f88f676b5538
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,279
Size: 1.00 vMB
Total Fees: 0.00691316 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,355 (813,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,131 100,131 000000000004592c114ed28ebbeb7728e85ff87c6e2c272dcde78c316aea777c 1 0.00 vMB 0
100,130 100,130 000000000001404895d384bc70d37c796c0440948b8792090db3bc2734135f73 1 0.00 vMB 0
100,129 100,129 000000000003b6e4351f1e5defa669b69701a8e1ff311e45d817c110c6658037 3 0.00 vMB 0
100,128 100,128 000000000000435da7cd8f11bd66f9435187a8bffb7dce260b3c108e0568554b 3 0.00 vMB 0
100,127 100,127 00000000000343000d07a0e158b64d0238ea88aa36e9cc3431724324fdcc7d41 3 0.00 vMB 0
100,126 100,126 000000000003adf55c303e3d230feec8730610e44ff7cbfc10a99a8d03f9dbca 1 0.00 vMB 0
100,125 100,125 000000000003527a33a646d1e78964e318f7fbe00ddb0d4b1c027f8e9a7956cf 1 0.00 vMB 0
100,124 100,124 0000000000024c0f293136fe7b20fbf646a270b942c0e2e38d372395135e0c22 3 0.00 vMB 1,582
100,123 100,123 0000000000032d3e1e558a097d25384348c607a17641efab988a93d3fc2a3e00 2 0.00 vMB 0
100,122 100,122 000000000002f3798ac4e07ebe6ebdf8eab2707e8d50d068067ecab799daf727 4 0.00 vMB 0
100,121 100,121 0000000000028109572ea03840902140474e53d8e09f65a04c153ed8c2b29aa8 8 0.00 vMB 0
100,120 100,120 00000000000000c0930bc3046ce0fab487933b847c7226bdf0e86f4a7c094403 6 0.01 vMB 0
100,119 100,119 000000000000c0c893bf1f49151306773af69c74309ed943e0837367258124a1 1 0.00 vMB 0
100,118 100,118 0000000000027f08ed8813e0e76332f4513458467eeab1823b32963c1d8350f7 7 0.00 vMB 0
100,117 100,117 0000000000018596777510be02677959b26830eccc975e8bead25ca0c00e0bad 1 0.00 vMB 0
100,116 100,116 0000000000011aff196c9019e34225767fbbf82ecf840749b2f96125f100d827 3 0.00 vMB 0
100,115 100,115 00000000000059dd3bb043f8fec23a581c973e6a297936d96f81d30db7d39897 2 0.00 vMB 0
100,114 100,114 000000000003b243d751dc9ecad1381ec087ea5a0b118fee25d0941266269ab4 13 0.00 vMB 0
100,113 100,113 0000000000034f5dd5771489d62d055d86700c3bca6beea7e626a080a0595646 12 0.00 vMB 0
100,112 100,112 0000000000015421c36210a1f252b29faba84d1a9412e24d6f5ea4acbfa562eb 1 0.00 vMB 0
100,111 100,111 00000000000331b5fca71781aae86bc8b99e5196479c6b9d8ab552b37ce07524 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.48 GB

Node Details:

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