Loading Tool

Explorer IconExplorer

Memory Pool

36,525 transactions
25.76 vMB
0.05950547 BTC
Random Selection Loading Transactions
Max Size: 131.96/200 MB

Candidate Block

Mining Attempt 92b248885aed2712652219a8035461b71ee63ba9e566825a9173b07a0b764e30
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 66b72ef0846969a4445215320a9c4794060f66e3e9dc77c4e6f9b1fb63060171
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,200
Size: 1.00 vMB
Total Fees: 0.01242922 BTC
Feerates: 170.89 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (337,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,151 577,151 000000000000000000224c00dc2450c1b7a60501d9d389add49b7e2cbad11663 3,125 1.00/1.00 vMB 172
577,150 577,150 0000000000000000002397f6eb7b850d7b00e25bb95b816551b20fbe3694e34c 2,432 1.00/1.00 vMB 30
577,149 577,149 00000000000000000004cc639020d05389fbb9d776d553b93986f89e96fca7ba 2,253 1.00/1.00 vMB 36
577,148 577,148 000000000000000000156572ceb370afb9fd7e6f91322296bf3ce2cc2f032430 2,417 1.00/1.00 vMB 74
577,147 577,147 0000000000000000001913563085c1e210f7d3a900b866fc7839046be519071b 3,082 1.00/1.00 vMB 174
577,146 577,146 000000000000000000098fef6536eb9318e159e485b2ac628a15508ba7fccc09 3,184 1.00/1.00 vMB 118
577,145 577,145 0000000000000000002838c2560b49c7a6bd26138de05b9df65eabed53f4cfc1 1,275 1.00/1.00 vMB 55
577,144 577,144 00000000000000000009cd3fdee4f50f56ba2e6083075fa07fc7807bab228a9c 2,520 1.00/1.00 vMB 119
577,143 577,143 000000000000000000184250914cdbf3c7fe033f217621a5ab1beb85e25dd5e3 1,559 1.00/1.00 vMB 25
577,142 577,142 00000000000000000001d6425a667f82547372eb6a0b8708ae81f9b7b0af55a8 3,105 1.00/1.00 vMB 31
577,141 577,141 00000000000000000023e08d77ec4e4703cc63aeb1c247ef21f1ab69a191af22 3,159 1.00/1.00 vMB 112
577,140 577,140 00000000000000000020463db6ce83ab120e9215005e105ef3e83f3b81ea6d9c 2,745 1.00/1.00 vMB 101
577,139 577,139 00000000000000000013507d7e7d008c8234a70313f8f4c6e6941193c7d1c2af 3,186 1.00/1.00 vMB 182
577,138 577,138 0000000000000000001c1837edb770bcb871cd366377e357c0ef62faeb4c8fd9 2,818 1.00/1.00 vMB 126
577,137 577,137 0000000000000000000d600cd8a7ee26f979480443cbba4bdfcbcdcca165f8f1 2,609 1.00/1.00 vMB 101
577,136 577,136 0000000000000000001cba3f8147a63092cfe641f753e5337b276f4af8244a12 1,865 1.00/1.00 vMB 64
577,135 577,135 00000000000000000027ab7e03ca6747ec12cef4ed5cff8507d7f1d2616ef0a5 2,841 1.00/1.00 vMB 83
577,134 577,134 00000000000000000007f38b84e2c50b356da4f79d807c4b9fb23d3c9fada1ea 1,783 1.00/1.00 vMB 78
577,133 577,133 0000000000000000000a4ebc96f622f42867650ea2a8c793a04e62fead108311 2,686 1.00/1.00 vMB 88
577,132 577,132 0000000000000000002229b065a300ed6325bd5f9880fe31836236c3547a1445 3,302 1.00/1.00 vMB 167
577,131 577,131 000000000000000000068e607dfb3fca1436e535fa735c46957bf0627adbead8 3,139 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.80 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: 634.70 GB
    • Received: 12.26 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.