Loading Tool

Explorer IconExplorer

Memory Pool

76,017 transactions
29.09 vMB
0.10255966 BTC
Random Selection Loading Transactions
Max Size: 172.01/200 MB

Candidate Block

Mining Attempt 91dc5569005dd6cee921ebf9ae047949966e38bd50a7c98da85a5f8ce924b5cc
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 6fd52d29ec9edbec60a94f5786b7dc090410d4ede730805dce308e0e56663eaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.04072657 BTC
Feerates: 201.37 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (296,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,677 618,677 00000000000000000002e69d91b027002b49b89c9f07a78da0b19c4e595ca543 2,379 0.94/1.00 vMB 7
618,676 618,676 000000000000000000090578e6a6e6c5793959d9e0072aae6c9d8c02bc3d1718 2,418 1.00/1.00 vMB 17
618,675 618,675 00000000000000000008d7cadb9521f8f14675335010f04c1d4464a794f820c2 3,439 1.00/1.00 vMB 13
618,674 618,674 000000000000000000093917a3e1502f4fd1e7f9ece85d376fc4b8b3e3956abd 3,331 1.00/1.00 vMB 16
618,673 618,673 00000000000000000007c55de9d0d50a7ff43aaa422f6d12cd0a78efe0103370 806 0.24/1.00 vMB 16
618,672 618,672 00000000000000000000132313e5dfb3149f75a618779322fc3ee8ab91b38af8 1,990 0.57/1.00 vMB 4
618,671 618,671 000000000000000000116bf1725df6c2a697bf14c1f9c8113f4e4a7f46949ffb 3,069 1.00/1.00 vMB 22
618,670 618,670 0000000000000000000829527ff09a63e6d0c3d4394b14fef5dd55060f1406ee 3,307 1.00/1.00 vMB 12
618,669 618,669 000000000000000000054bfced0bbea63b8e45120195e6bbb5154d2f4d568269 3,058 1.00/1.00 vMB 8
618,668 618,668 000000000000000000064d45aaf06c3ba47ebbac898d9ef7017d741e074bf014 2,879 1.00/1.00 vMB 15
618,667 618,667 000000000000000000081e4b2f59662cd689d48ed59b9af9796f6a691b00307d 2,279 1.00/1.00 vMB 16
618,666 618,666 0000000000000000000865095a2da647d8ff4648fd5722054f6f8d86a8d50bba 3,912 1.00/1.00 vMB 32
618,665 618,665 0000000000000000000c627f088ba1e7ed2568462221e86fa4a6d40fa41b429f 2,419 1.00/1.00 vMB 28
618,664 618,664 000000000000000000056297a0a08bea93f0c24d9f43ffbb4025941d32d931d4 373 0.16/1.00 vMB 18
618,663 618,663 000000000000000000059ef7a4dbc10e55cac00c8678af0f9deed02c2c8ccbed 2,019 0.61/1.00 vMB 14
618,662 618,662 000000000000000000082efe20b4bc34220745d897569961becbe2b5b15b6df8 2,854 0.92/1.00 vMB 17
618,661 618,661 00000000000000000000dd3a8cebb2b23a06bcd20ad41becb8a077346a008da5 1,115 0.29/1.00 vMB 15
618,660 618,660 00000000000000000002e120296245647245b1a819e7b580a9afa5c253d7701e 3,414 1.00/1.00 vMB 16
618,659 618,659 00000000000000000004e87d105ba43b677d1c1ff97d360b7386dad3089944eb 1,956 1.00/1.00 vMB 3
618,658 618,658 0000000000000000000d5630201e4d993653e7fa835cf3c175c9c8e76b32058d 2,295 1.00/1.00 vMB 8
618,657 618,657 0000000000000000000ea052c6c614391f60907ebf7ab8d447cc692ba2890a41 2,147 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.