Loading Tool

Explorer IconExplorer

Memory Pool

77,969 transactions
29.06 vMB
0.07040086 BTC
Random Selection Loading Transactions
Max Size: 174.02/200 MB

Candidate Block

Mining Attempt 7f8b907cab5c90f755d0b8fb01269418da428cb29d8d14c7905e022998a476a9
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root e0e275707520d3a2e43dd94b42e05868d92bd1d8c66b7077c02fc3bf5890c887
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,295
Size: 1.00 vMB
Total Fees: 0.01130527 BTC
Feerates: 73.20 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (459,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,305 455,305 0000000000000000009bf94ac1263b61a20e5981695195fec187a99c3ecec6f2 2,562 0.86/1.00 vMB 264
455,304 455,304 000000000000000000cd1f602a49735d1ccc739ac1a414351507d3370325563c 2,762 1.00/1.00 vMB 211
455,303 455,303 000000000000000001078ba50b67ce73a3ae9d1fe8b9363902be5406d65d83fb 2,316 1.00/1.00 vMB 207
455,302 455,302 0000000000000000001fcfea01104fed1d6fb40abf569d527e9062c31313ad3b 1,730 1.00/1.00 vMB 146
455,301 455,301 000000000000000000711e6542534de46072cea29b33be9153923066c13c676e 2,083 1.00/1.00 vMB 200
455,300 455,300 0000000000000000009b156d20dcee9be4b615515004df226a20afdd50cd0113 2,258 0.86/1.00 vMB 131
455,299 455,299 00000000000000000119540109dae83c8ad927c2ab2471bba28c65256db6d6e2 1,548 1.00/1.00 vMB 128
455,298 455,298 000000000000000000a344a60c39677d28ef1ba9e955f90b7a6fc14c3d10ca63 2,290 1.00/1.00 vMB 202
455,297 455,297 000000000000000000264bd4f5737e4db780b60936624f6b41d3f7020ae36a97 1,829 1.00/1.00 vMB 142
455,296 455,296 00000000000000000070e5797094d004d723b461ab26ae4943285ec9cb053084 1,118 1.00/1.00 vMB 155
455,295 455,295 000000000000000001c6c1a4a31efa1cf5014ef2bfb396bd85fdd6883690d822 2,016 1.00/1.00 vMB 169
455,294 455,294 00000000000000000185e4a76a0c9e9b4c38f139002989f9fb5568838f8e7e70 2,180 1.00/1.00 vMB 203
455,293 455,293 00000000000000000100314d9b015e1a0c7d6d211a91bbd08ac738b90471eeb4 2,352 1.00/1.00 vMB 208
455,292 455,292 000000000000000000e0548ce82eca7f73b3b8a6d718e61761d422d35c59d42b 2,668 1.00/1.00 vMB 202
455,291 455,291 00000000000000000229ec1abaa5145ebfa1e8830f7f484f4cc65c5f34346b2a 2,664 1.00/1.00 vMB 85
455,290 455,290 0000000000000000014cdcbc08dbfbb8ba8d7fa6824081151129e5fde079abc7 2,544 1.00/1.00 vMB 132
455,289 455,289 0000000000000000007a407929b13cad8d17b1f24b1bdbbe5d476df26b43cdac 1,840 1.00/1.00 vMB 201
455,288 455,288 000000000000000000a7c5e7b6d76446c8284228251bf0877565881279d7a293 2,104 1.00/1.00 vMB 182
455,287 455,287 000000000000000001d1b23d9c3814319d4552fef3674df54dcecd91f68673c1 2,181 1.00/1.00 vMB 133
455,286 455,286 000000000000000000fa0c7aa7cc07fdeeebd6675d83cc388f385ea92571cf2a 2,176 1.00/1.00 vMB 144
455,285 455,285 00000000000000000170fb4ace76be1a175421e56c5c37f97697450f4a24ad56 1,772 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.