Loading Tool

Explorer IconExplorer

Memory Pool

84,269 transactions
31.59 vMB
0.13475886 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt f87ed85a7029a5e8abdf4a42c6df37de0dce4ac484607f874d43867f615e58c0
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root ca59f2ad8173d9609703b33c92e593c95668e71018fffe96f3f49b55dbcf92c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,142
Size: 1.00 vMB
Total Fees: 0.05424968 BTC
Feerates: 163.06 > 5.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (651,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,029 264,029 000000000000000e7c3ab6cbad7792c5072dc67b7956ed7eeb079ae2dcf2ac15 261 0.15/1.00 vMB 100
264,028 264,028 0000000000000003f16d107f1f4256fed57a3b10a22a8aac849f1aeb36a04ecd 46 0.02/1.00 vMB 123
264,027 264,027 00000000000000054a73b7acdaf12901ba6f399c758beb478a562d6622e14ce8 177 0.09/1.00 vMB 110
264,026 264,026 000000000000000153b5de331894c6e40b69bab75386f0e4a56bf52d503c8a61 63 0.03/1.00 vMB 103
264,025 264,025 00000000000000060cf67a9d803f583fe419e00bbe65e582209846e501c41f00 152 0.11/1.00 vMB 73
264,024 264,024 0000000000000014add89907110b6f6817a0e2be9697724f43b7b95a93f2f652 157 0.09/1.00 vMB 79
264,023 264,023 00000000000000134f4aa23bcd1cfa691ba93056c2dd1fbb4b7c0ebb7c92b2e3 82 0.05/1.00 vMB 62
264,022 264,022 000000000000000a19a52add4a64ad67b255e0ca6f6e4bf419a1bd7cd1b225ff 12 0.00/1.00 vMB 79
264,021 264,021 000000000000000102821e0bd6925142e5f23d3a9fa833747ac3fd44539df4af 174 0.07/1.00 vMB 100
264,020 264,020 0000000000000004e5d7356bec2aee54850d673115da914d7e61af54cdadaf08 217 0.10/1.00 vMB 130
264,019 264,019 00000000000000141efcd53f4972c2e1c44cd7543c65f182dea7558afc397f2b 401 0.13/1.00 vMB 47
264,018 264,018 000000000000000bed3b4c54b1490cfed22a4e425e5f60c4f5bc640edf81a0d0 458 0.21/1.00 vMB 121
264,017 264,017 000000000000000ac54f719ff57d02e75edaa86e031034b8130e0f9af5dd9cd4 155 0.08/1.00 vMB 83
264,016 264,016 000000000000000d47675a4d707180dd1b19bdede364b10c22acc11c0d554570 170 0.07/1.00 vMB 104
264,015 264,015 000000000000000848ebd97a4d3a7ce4c06943c951401846cd3d47bbeaae6b9f 39 0.13/1.00 vMB 8
264,014 264,014 000000000000000ffec0ae078cbae5bf255b69e96bff49dbbcdaee267977c5bb 165 0.07/1.00 vMB 43
264,013 264,013 0000000000000013a18ce079ff6d71d7dcb7b4efc064c56d696b5dbd150fcf5a 289 0.13/1.00 vMB 116
264,012 264,012 000000000000000790589f3d8f466cf33aa1fc0f091db44b6604c2baed001b20 95 0.03/1.00 vMB 84
264,011 264,011 000000000000000819bea7c9738a2f36dd9cca9e827229e5c3ea2cbf1c7f84c0 39 0.03/1.00 vMB 89
264,010 264,010 0000000000000015f60cac9a53a6b0ed9bf53d609421417c5b5fadb7a3ebfeb3 127 0.05/1.00 vMB 88
264,009 264,009 000000000000000674e3619378b09950e2269a11fa182da682253e3bad16f847 39 0.02/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.