Loading Tool

Explorer IconExplorer

Memory Pool

44,081 transactions
28.15 vMB
0.09054036 BTC
Random Selection Loading Transactions
Max Size: 146.84/200 MB

Candidate Block

Mining Attempt ad07d1b895a69027aae7e4910fdc71008e377f5b68235c15717a302ea93a5bd8
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 835b74e153a0d9f77360145dcaed67113afe700446d92e68542bb5752c038afc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.02033194 BTC
Feerates: 40.21 > 2.04 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (249,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,708 665,708 00000000000000000007743b961abaabb527966efde39f94cd11d322206a1903 3,028 1.00/1.00 vMB 116
665,707 665,707 00000000000000000005e3379bea5cfefc38bedb7b6171e3f1f9118271e5953e 2,348 1.00/1.00 vMB 116
665,706 665,706 000000000000000000063ae4812c468564a17d611b560bd9a5a874e7cc3e60c7 2,895 1.00/1.00 vMB 145
665,705 665,705 00000000000000000000e3f4180a5d021c3af39d3300e5ac76079766ac07ef57 2,744 1.00/1.00 vMB 56
665,704 665,704 0000000000000000000528006f1d3da507aa5bf5ef619558e9cdc48037fcb849 2,303 1.00/1.00 vMB 102
665,703 665,703 0000000000000000000d2be548979ad2f328eb5037dd4f6a90e43b9268102fdd 1,406 1.00/1.00 vMB 126
665,702 665,702 00000000000000000005abbb4a23105afb10f28157e780e56c1eb8a6a8c3c50d 2,848 1.00/1.00 vMB 62
665,701 665,701 0000000000000000000957d68c0a678c8eec2b0e0a305fb21fe62fc1547b9859 2,603 1.00/1.00 vMB 145
665,700 665,700 0000000000000000000d06aa18dbad7f94d6c887b5b9b9bd1ccc65c57c13baaa 2,272 1.00/1.00 vMB 99
665,699 665,699 0000000000000000000d0c1892b2f93769eab0363fb6f9bb59b9fb9c7d74e708 2,393 1.00/1.00 vMB 86
665,698 665,698 00000000000000000008d8b6db2c606ac0bd45489334a8b033c74c97b48756d5 1,913 1.00/1.00 vMB 54
665,697 665,697 00000000000000000002c2b014113786662c2f89246b402c7db0fff0d8b4e335 2,907 1.00/1.00 vMB 104
665,696 665,696 0000000000000000000cb06a5c58439d1b719e985c9ed0ee47bba642989d8962 2,181 1.00/1.00 vMB 73
665,695 665,695 0000000000000000000a2862b985ec5c8f38eb62f558ee6232d9b5a618cfdda6 1,923 1.00/1.00 vMB 75
665,694 665,694 00000000000000000009d1acc5e9b6ba3821904ca9246f70fefefbc8c093a8a9 3,068 1.00/1.00 vMB 126
665,693 665,693 000000000000000000087ac852c536ff9d1a7f5fc1aba13d7530334181ef7f5d 2,093 1.00/1.00 vMB 83
665,692 665,692 0000000000000000000d2e9f16acdf2c3390e5e9f1a7506fa7ec26a2e006a2bb 2,235 1.00/1.00 vMB 132
665,691 665,691 000000000000000000066cb163d3f078fc0a2023409d818b058321c75a449c9f 1,347 1.00/1.00 vMB 67
665,690 665,690 0000000000000000000310684aa64323b935a876d1d7862122174c9ddf9b01ea 2,031 1.00/1.00 vMB 83
665,689 665,689 000000000000000000015a976e8562c0cc4c1f341379da1e4792d3b3c442c63d 2,257 1.00/1.00 vMB 70
665,688 665,688 0000000000000000000cd3bca091231c0599592d1a96cf87dfe679f85a3b13dd 1,512 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.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.