Loading Tool

Explorer IconExplorer

Memory Pool

77,151 transactions
28.65 vMB
0.06561736 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt d25ee4142418113570906b93cece086a9724c69fb5d372a55b65173142cd01fc
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root c773421aeeef1d2252ddb086aec79f9134711c8c9516303a08e5488d3bfa02a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,610
Size: 1.00 vMB
Total Fees: 0.00619564 BTC
Feerates: 20.01 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (369,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,041 546,041 00000000000000000010dd98fc19ddcf72d6a605d2a65db02375538dd24b5568 2,627 1.00/1.00 vMB 12
546,040 546,040 0000000000000000001969055de71741953ecae6e83f891ec13f9bd47675cd8e 3,174 1.00/1.00 vMB 10
546,039 546,039 00000000000000000011fdd975c860d60646b8fee811a03c26e7fbca0e4ca026 2,723 1.00/1.00 vMB 12
546,038 546,038 0000000000000000001d4b66e5f551d8f73b15983e365b62598c6d944a82d00e 1,480 1.00/1.00 vMB 13
546,037 546,037 000000000000000000062ebfec6f6b6487559217ec04f13e8319e783cd5b9e3c 2,987 1.00/1.00 vMB 22
546,036 546,036 00000000000000000002015a1f741f68b397f969abae749fbc6537dcc7e9aeac 2,637 1.00/1.00 vMB 22
546,035 546,035 000000000000000000186fd6d1343fc93ab83dee635ed992902fbe211c1ab1c0 3,276 1.00/1.00 vMB 18
546,034 546,034 000000000000000000232e1f4664333c6dfd0ae57ae1015c7b4d2633803ad5ea 2,771 1.00/1.00 vMB 31
546,033 546,033 0000000000000000000de1d1f8564c2f7995d680e5f081da1ebf389a13f069dc 2,506 1.00/1.00 vMB 17
546,032 546,032 0000000000000000001b2a0c99ae2f09bfd64ab82ec1a9af2edbb5c39db2be8c 3,439 1.00/1.00 vMB 22
546,031 546,031 0000000000000000000d6a63768f47b4944a6c099ce1b9b6d480c36d5a955892 2,684 1.00/1.00 vMB 40
546,030 546,030 00000000000000000020d9919384c10303bed82672eff4ff2d1517a4b43cb161 1,904 1.00/1.00 vMB 13
546,029 546,029 0000000000000000001a32c2ead8e597ad24eab31d22f2c31b9fa181b25a2340 2,830 1.00/1.00 vMB 25
546,028 546,028 0000000000000000001eb2afe36c61f32791967972b22b8a71fc6f56ddd6d62d 2,562 1.00/1.00 vMB 22
546,027 546,027 00000000000000000006681a3b30d531775f6d21117b4bcf01ccbe8d474fb745 2,212 1.00/1.00 vMB 16
546,026 546,026 0000000000000000000803ebb5c7dedde1f1966ba4eb037d5ea48c8a0e6e4103 2,567 1.00/1.00 vMB 24
546,025 546,025 0000000000000000000815f7e9a713304693d8c271c3a4b342a5f1a27e4a7d37 2,333 1.00/1.00 vMB 14
546,024 546,024 00000000000000000007a8dff4c429c744ffca3fd039865a3f0e7be2f5f3e39a 2,640 1.00/1.00 vMB 32
546,023 546,023 000000000000000000011815a6e30455cd99b710eb51fece017796f945c75fdf 1,543 1.00/1.00 vMB 23
546,022 546,022 0000000000000000001ae0e297d7f0757630006e1eca634ac5f1a8cb1b83c4fe 1,572 1.00/1.00 vMB 15
546,021 546,021 0000000000000000001a0bd3c4e35739e06351b6877bc3dfff24cf390c595958 2,347 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.57 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: 670.85 GB
    • Received: 15.85 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.