Loading Tool

Explorer IconExplorer

Memory Pool

82,353 transactions
30.28 vMB
0.14196552 BTC
Random Selection Loading Transactions
Max Size: 183.38/200 MB

Candidate Block

Mining Attempt f8171f66b64ee26547375b745681d1c0515a4939bf3658603f681ebddf4917b7
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root a5c218f41de66885532a8b4e4a27fb934e3a8b3e2451d38387f59a77bd395818
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.06447661 BTC
Feerates: 137.89 > 6.46 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (441,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,480 473,480 000000000000000000ad792563f02f13c5d92abede542425173a2b2c2e1336aa 2,161 1.00/1.00 vMB 333
473,479 473,479 0000000000000000002775e846cf7972a86c6e5c344300702c3d224d96bde118 2,116 1.00/1.00 vMB 378
473,478 473,478 00000000000000000010d40f2d228a8d872e74d70f2f699614930f771f866f7d 649 1.00/1.00 vMB 92
473,477 473,477 0000000000000000006b5905253992bf74b0fd2effcb4840b23f44f1af2ba859 1,427 1.00/1.00 vMB 217
473,476 473,476 000000000000000000c66633e8f1f68133f98dada56a08d2d00904cf5ba5f38b 227 1.00/1.00 vMB 48
473,475 473,475 0000000000000000001cc2d4999b5a45b7436aa3087debb94f89d82fb3d7b385 1,263 0.99/1.00 vMB 195
473,474 473,474 00000000000000000160e53f8998b405bf2410668a7b55c58a57c29872a1b1d9 234 0.99/1.00 vMB 31
473,473 473,473 00000000000000000160737e8e9c260cb23ca0a21afc1096d1df01ed5f7e6d8f 727 1.00/1.00 vMB 173
473,472 473,472 00000000000000000006a9a91c90e4c13587a29063ca9949a381a3873e9146eb 952 1.00/1.00 vMB 189
473,471 473,471 00000000000000000120103ce99436d4254c99c2769d750e53b6d1828d7312fa 1,385 1.00/1.00 vMB 84
473,470 473,470 000000000000000000a78344b93dc8b0487588ccb26e3afbfee6863a4f2c24b6 1,940 0.99/1.00 vMB 268
473,469 473,469 00000000000000000005771bf6bfca82294511bcd28d513a82cec400c5e4ee35 1,701 1.00/1.00 vMB 349
473,468 473,468 000000000000000000336b27e5e4b912defe22e63885872982f337f3913335d3 1,898 1.00/1.00 vMB 98
473,467 473,467 0000000000000000002003ea451a1e19ce0af74d4e23f070c351dcb0965b58bc 1,757 1.00/1.00 vMB 368
473,466 473,466 0000000000000000006c77340bf892839c31a5475e649cde0c594f0c9340e56b 1,717 1.00/1.00 vMB 119
473,465 473,465 0000000000000000002e70bc2ce62949090f10a295079efb5febb47eac1d8dc4 2,024 1.00/1.00 vMB 218
473,464 473,464 0000000000000000002732334e6451c152a06aca4e273bc29241d8b1096bbeb8 1,997 1.00/1.00 vMB 122
473,463 473,463 0000000000000000017527138f6bc87a92b80e02ead1c6716ca4ab70cb4a518c 1,928 1.00/1.00 vMB 180
473,462 473,462 00000000000000000131d906ce697dad813ee2b89098e9329c6d33f5cc124191 1,476 1.00/1.00 vMB 189
473,461 473,461 00000000000000000177419f71fc668a0b79488e363bb0575b5e796f12213c6b 2,591 1.00/1.00 vMB 335
473,460 473,460 000000000000000000bba397f9009da54ce47ce6ad8da25a7f4fff1750e611b3 1,958 1.00/1.00 vMB 277
Previous 10 blocks ↓
Total Size: 782.63 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.30 GB
    • Received: 16.20 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.