Loading Tool

Explorer IconExplorer

Memory Pool

39,810 transactions
27.68 vMB
0.06920740 BTC
Random Selection Loading Transactions
Max Size: 141.58/200 MB

Candidate Block

Mining Attempt 208ac66ae06342de47260cd4cfcfaa50dca8625c1f8630b660a37f6ba34ce29f
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 46e2a42c43fb2f069e62960b7bec12d4253e1d738d664466f47b6eab4a30daf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,519
Size: 1.00 vMB
Total Fees: 0.01643544 BTC
Feerates: 100.95 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (246,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,009 668,009 0000000000000000000427f343e4cca5793af6982e12b698c8716103374b94da 2,424 1.00/1.00 vMB 78
668,008 668,008 0000000000000000000257b60fc9f068a5917f83bfeeb4815c0087a116df8f49 2,094 1.00/1.00 vMB 84
668,007 668,007 000000000000000000063735cf00b7a5d48148d6d1ab3a2147a837f6a4e074b8 2,643 1.00/1.00 vMB 93
668,006 668,006 000000000000000000027078a58dcdd1e34a1f67b458c5f2e94447b412542459 3,256 1.00/1.00 vMB 104
668,005 668,005 0000000000000000000a0516fb3ca4b824b4d0bac47c898fe017efb503dbfc90 603 1.00/1.00 vMB 13
668,004 668,004 0000000000000000000142d834ff1d589572b84d9b0c13f3b6640d3b46fb51ae 510 1.00/1.00 vMB 19
668,003 668,003 00000000000000000001e87db8e0d61bb619897a9296afd2dc099da1b267bcab 1,021 1.00/1.00 vMB 42
668,002 668,002 00000000000000000005afbf5da7899d2486cd9bfef86c9e7793015d6f11f793 1,361 1.00/1.00 vMB 36
668,001 668,001 0000000000000000000a5a880ea55a35c2e4ee4425fa888eb714f6a7ed0a70ed 495 1.00/1.00 vMB 12
668,000 668,000 00000000000000000000f608724d1e152a875384e5ed06ae4a889c5a6c19c2f1 2,341 1.00/1.00 vMB 19
667,999 667,999 00000000000000000006c8bd8f7ef2b5f792ad2cc1dd7c3ad654db82edd62de0 2,605 1.00/1.00 vMB 57
667,998 667,998 0000000000000000000ad56e99255768d19b1910fd6273a7efd8ee7092f5f080 2,421 1.00/1.00 vMB 29
667,997 667,997 00000000000000000009560c0033a9a79ce1b6e52e691db89dc7ef4332c2ec65 2,348 1.00/1.00 vMB 69
667,996 667,996 0000000000000000000b0483c24692437bf47295bc937c6005cbfaf4d10a3a0f 1,824 1.00/1.00 vMB 81
667,995 667,995 0000000000000000000184ce26a093d6427b998e04b395e2d5d720a7c8903eb6 1,817 1.00/1.00 vMB 40
667,994 667,994 0000000000000000000541381e227584988d7c1550e14e9adb9f229f36804031 2,489 1.00/1.00 vMB 85
667,993 667,993 000000000000000000011c945a1b9a8378463cb6d491a3f4f4a449f519e79b37 1,292 1.00/1.00 vMB 36
667,992 667,992 00000000000000000004b3835952e30039dcbccb1b0ba59e16edfefe9c17bcf9 1,200 1.00/1.00 vMB 7
667,991 667,991 0000000000000000000ccb17db2c9ca1a649d3cde47cc2fa39e28ecde29d4e71 1,502 1.00/1.00 vMB 14
667,990 667,990 000000000000000000007f4152c5b7e46f728f248b913a2814d7b2c527100f13 516 1.00/1.00 vMB 9
667,989 667,989 0000000000000000000c3e6cf44917763b8ee2c0b194463d98e9b6ef10225ac8 1,191 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.