Loading Tool

Explorer IconExplorer

Memory Pool

74,183 transactions
27.47 vMB
0.06892439 BTC
Random Selection Loading Transactions
Max Size: 167.54/200 MB

Candidate Block

Mining Attempt 4ffd287a0db066f8bb61bd0c01c1cb46ebe7b17e9356d3798fcdf960ea9593e4
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 3d78e0361dec0c853678e14eee305d87da4165056e9ca4e4172b59b8ffa01f5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 1.00 vMB
Total Fees: 0.01036984 BTC
Feerates: 65.93 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (441,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
473,459 473,459 000000000000000000a0a5d10cb66e0109b07570dfa0b7bd789148c092195c21 1,958 1.00/1.00 vMB 174
473,458 473,458 00000000000000000083e7cb9fa44cc22cde1cd9c2e228b5c4532e3eaef91f75 1,839 1.00/1.00 vMB 253
473,457 473,457 000000000000000000e6e1102f060bd2a28e38aa2ce453482de639f30be3081e 2,316 1.00/1.00 vMB 264
473,456 473,456 000000000000000000d1f15e2e153d12b5facb0b57307f9d4ac147934c2bb682 1,745 1.00/1.00 vMB 273
473,455 473,455 000000000000000000c0b929daaa474e8d3de5693077de650b3f41e75b84cd99 1,035 1.00/1.00 vMB 302
473,454 473,454 0000000000000000000371f2fff30acc6f3d319fbbef5fedd952892d79e963a4 2,371 1.00/1.00 vMB 400
473,453 473,453 000000000000000000317809798619310958162174d48ab937287ab141451d1b 2,031 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.