Loading Tool

Explorer IconExplorer

Memory Pool

81,112 transactions
30.34 vMB
0.11708819 BTC
Random Selection Loading Transactions
Max Size: 182.76/200 MB

Candidate Block

Mining Attempt 25d076e90ce6ed5636abf67a04bb10271faa505959429c01233510a53cab44f7
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 3f2e3349a0be593d2de99994efbb711ede0841fc2bdc2e2beaa385535719f979
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,136
Size: 1.00 vMB
Total Fees: 0.04345255 BTC
Feerates: 150.68 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (333,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,215 581,215 000000000000000000006997b47f1505ca8bde11cbdf6a39986697797ee489a7 2,273 1.00/1.00 vMB 63
581,214 581,214 0000000000000000001c8f7afd443eb530a2a4b695cab78a87b383e3b823dc93 2,654 1.00/1.00 vMB 33
581,213 581,213 0000000000000000000e35622c83c01b37ba399784fa9968f2aca25957210651 2,311 1.00/1.00 vMB 42
581,212 581,212 0000000000000000001f002b42b9ba8750209bc546603226ed73a37b2758e8d3 2,389 1.00/1.00 vMB 34
581,211 581,211 0000000000000000000aebf10dfe8e75006c4cf6769caec86a325b53017bf074 1,952 1.00/1.00 vMB 26
581,210 581,210 00000000000000000022d38f3c596f9b272d8bcbf7fd7cf6bd082fab9fc2752d 2,451 1.00/1.00 vMB 75
581,209 581,209 000000000000000000172591ac3375564d6122e60ff19a235da0eaeae4d10e43 2,379 1.00/1.00 vMB 51
581,208 581,208 0000000000000000001ed52ca5b9ffd8d4a3a4ff21f623dfe23f17851be11d7f 1,992 1.00/1.00 vMB 108
581,207 581,207 00000000000000000021175c7b9dde0587334ee681635c0872c210f86cdb6c2d 2,873 1.00/1.00 vMB 77
581,206 581,206 000000000000000000117d24b443c0967d7b39dcefe44701426706ddd77f3511 2,409 1.00/1.00 vMB 90
581,205 581,205 0000000000000000000d422fb59027ad2a78014d466e6efaea7301d42a544e0c 2,421 1.00/1.00 vMB 94
581,204 581,204 000000000000000000154e20bb704fd4793eee1deb70b0ac61f721dac9dc0f45 2,396 1.00/1.00 vMB 107
581,203 581,203 00000000000000000003dd37c862197e7eca53ac80d5bac47f538f21cebc68e1 2,540 1.00/1.00 vMB 121
581,202 581,202 000000000000000000154fa0d849d8974061054dca8d21b93b671cfe3275d5b5 2,469 1.00/1.00 vMB 44
581,201 581,201 000000000000000000182ddb0abae6d70ac4f0dba52f6d74a9ae7797971bc8bd 3,232 1.00/1.00 vMB 32
581,200 581,200 000000000000000000202c57a06c458d0e3a7cdc7586c7aaa11d4f074fe53437 2,791 1.00/1.00 vMB 59
581,199 581,199 0000000000000000002541d65cfe9429504e4754c21b9f16bd524625f891bc37 2,497 1.00/1.00 vMB 81
581,198 581,198 0000000000000000000624aeca9f23cd9ec824c2da647609b4a10cb60e5ff5a9 2,535 1.00/1.00 vMB 101
581,197 581,197 0000000000000000000e5a88921d9f2c7117ecfbcbddee8546e552a93e87a487 2,809 1.00/1.00 vMB 103
581,196 581,196 0000000000000000001e1a10cdeca38eb69bf0c21a7838d595850506dc389b3d 1,887 1.00/1.00 vMB 97
581,195 581,195 00000000000000000021cc25feee1084f3cac3f24fef8fee9f81d3cb4e224e9f 2,632 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.