Loading Tool

Explorer IconExplorer

Memory Pool

26,604 transactions
27.71 vMB
0.06045508 BTC
Random Selection Loading Transactions
Max Size: 132.70/200 MB

Candidate Block

Mining Attempt 93c0d96321dea4a62f1cfd6783c692c6f1017e71fc6e257c1918a8529eae30c0
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 75f8c2ebe9c92a84f752bcc9c94655bbdb2845d52adc7aaa9692891289abfbe7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,911
Size: 1.00 vMB
Total Fees: 0.00762670 BTC
Feerates: 22.10 > 0.76 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (335,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,610 578,610 00000000000000000019dc293c075248d78a2e186183469709da6103cacbde81 2,605 1.00/1.00 vMB 70
578,609 578,609 0000000000000000000b68434da05a0e0406695c64879eee1ac2689d43c48a13 2,847 1.00/1.00 vMB 196
578,608 578,608 00000000000000000010ae80934d9fd2c1dd2222844e66c231d703ce63194ca2 2,725 1.00/1.00 vMB 67
578,607 578,607 0000000000000000000ff1f284bd62fa0fcd9ffcff7efdcc32f1337fa5095875 2,390 1.00/1.00 vMB 35
578,606 578,606 0000000000000000001a2622a722c7093e44e8d0dd94f91c5c27027ae4eb8062 1,851 1.00/1.00 vMB 35
578,605 578,605 00000000000000000007a3520778f77e8d8d6913026129d0d5a35f2bf6fd0c49 2,699 1.00/1.00 vMB 158
578,604 578,604 0000000000000000001b5e92247595a2e564a2be298d57037d8d86d43b0114a8 2,932 1.00/1.00 vMB 144
578,603 578,603 00000000000000000023c800c8c50b5224366046713f0847c48ff085413ed5f5 3,319 1.00/1.00 vMB 92
578,602 578,602 000000000000000000015e54872b558bb67c8676c3507c3853aaa784b1bb3292 2,226 1.00/1.00 vMB 66
578,601 578,601 000000000000000000259ce1149ae129e96644eee81c530c311bfec745d58619 2,466 1.00/1.00 vMB 177
578,600 578,600 00000000000000000010058b6ac1abe87fddb30d48996393b14fe3f4360b61ed 2,526 1.00/1.00 vMB 136
578,599 578,599 00000000000000000025aa3387026ebe4272eebfcaa4ac1407ddaa2cefb04467 2,088 1.00/1.00 vMB 82
578,598 578,598 0000000000000000000780c5660474d7be6898c4f3c1b63f62eae7bb81fdd29f 2,351 1.00/1.00 vMB 45
578,597 578,597 000000000000000000000be338968ca7eb5d1df3446a39e035471eb12d2f376a 3,018 1.00/1.00 vMB 181
578,596 578,596 0000000000000000000e38ce6156a94ba38a421415e71c126e6a64c3b2c56469 2,462 1.00/1.00 vMB 74
578,595 578,595 00000000000000000016e4d80ad190757791f33b1bdba26812dae3dbfbb9080a 1,743 1.00/1.00 vMB 87
578,594 578,594 0000000000000000001be46d186229db6c19b9686c942d13b25cdf81fdc28c91 2,737 1.00/1.00 vMB 127
578,593 578,593 00000000000000000002d8e7352271cc5423b4130758ac2e104a0e2d8ea23276 2,623 1.00/1.00 vMB 44
578,592 578,592 00000000000000000001791f463d849ce5363d751c91f7d3cd2ff18981ae221d 2,577 1.00/1.00 vMB 146
578,591 578,591 0000000000000000000485ab94f5ea60203aacfc9740b3e42700d7e7012f76d7 2,033 1.00/1.00 vMB 49
578,590 578,590 0000000000000000000e2e69219ffdfa9a992134ecbb6c07b00513d5cb44172f 1,991 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.22 GB
    • Received: 10.97 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.