Loading Tool

Explorer IconExplorer

Memory Pool

79,199 transactions
29.47 vMB
0.08420883 BTC
Random Selection Loading Transactions
Max Size: 180.20/200 MB

Candidate Block

Mining Attempt afb4db217c20d22bb3cbadd982e7774e1c1241df374c686d53a90dd9f0459821
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 0398f280a1d834f35b97fe0683945b2af5ad7a5e99d50707e0b33d3816ade25c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.01943175 BTC
Feerates: 402.60 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (442,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,175 473,175 000000000000000000269000c8dca8075c809b0c19e0116f0199d55705514199 2,382 1.00/1.00 vMB 96
473,174 473,174 0000000000000000003c02d190ca94ba83d82c395dae793e1b9300d040f73ed6 2,455 1.00/1.00 vMB 259
473,173 473,173 0000000000000000009676f5df201beea66b9fcb8caa67706af41e0d5ec18a19 1,995 1.00/1.00 vMB 177
473,172 473,172 00000000000000000173199925d86a703ddf8d2ae5e4b5d469d9eee2e89130da 1,820 1.00/1.00 vMB 355
473,171 473,171 000000000000000000c78953da1ca61fbda1fa7bd4305c6308ad9762805e4e22 2,204 1.00/1.00 vMB 346
473,170 473,170 000000000000000000ec8e12465e9a70a903344982f9cd1063189a85cfee0ee5 2,179 1.00/1.00 vMB 349
473,169 473,169 000000000000000000d2cbad18bb41683362c45e439f19127442e69a55759a1c 2,163 1.00/1.00 vMB 440
473,168 473,168 0000000000000000005cac2514898bd50fb12d4641aef015085302e8d618b5ec 2,132 1.00/1.00 vMB 107
473,167 473,167 0000000000000000012f4d7ffab1080471d4b860fbe9bbbe07f7bfb365435d40 1,908 1.00/1.00 vMB 115
473,166 473,166 0000000000000000013df242a229c164800f4472cb6696f7b8131c9409c701ac 2,369 1.00/1.00 vMB 116
473,165 473,165 0000000000000000011d755565e3cd9abb922ab6aefaaecc57cde5f03b34355a 2,227 1.00/1.00 vMB 362
473,164 473,164 000000000000000000475f3c918034bf159714f5980a197e73dacc3c5e8130ec 2,132 1.00/1.00 vMB 177
473,163 473,163 00000000000000000027c8a2ca30cdee6b2275069f02a347cfcf864aac39633e 1,892 1.00/1.00 vMB 219
473,162 473,162 000000000000000000b58c16053c6c0b82300d53d8b483eb14b3fc9e4cd541a1 2,033 1.00/1.00 vMB 323
473,161 473,161 000000000000000000ec9ead8375e0d0ac3efc54c772722469132091748b5686 2,202 1.00/1.00 vMB 377
473,160 473,160 000000000000000000eade104e83d8c7ebd22f8a25b08dd5c184a4bdce12e42c 1,725 1.00/1.00 vMB 164
473,159 473,159 0000000000000000006853ded3fa33ad0a9f938ee39f4fdb5ed954c39f8d8f39 1,682 1.00/1.00 vMB 300
473,158 473,158 000000000000000000950bcd3cf71907f5d6070a0163108f81d54ca31fde6422 2,221 0.99/1.00 vMB 417
473,157 473,157 00000000000000000057dd28f389b773076f1353fce0d4c0bcd351d3925688b9 2,224 1.00/1.00 vMB 184
473,156 473,156 000000000000000000c63c1c45a4ade42a9f4cd7ef87ff479c765178fa6ecca6 2,176 1.00/1.00 vMB 215
473,155 473,155 00000000000000000013d05816f2fc7eb41af4aa711e8b17b293b4d4dae70123 2,542 0.99/1.00 vMB 313
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.