Loading Tool

Explorer IconExplorer

Memory Pool

82,620 transactions
31.85 vMB
0.09441481 BTC
Random Selection Loading Transactions
Max Size: 189.46/200 MB

Candidate Block

Mining Attempt 241a85dc832f52f193e2ad40e5c896c9c68a7185ac6de8642ce082d992276308
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root cb2145249445e0b16864d141552c18f7d6ad48007ad9a5bd936a03a1aef02433
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,665
Size: 1.00 vMB
Total Fees: 0.03081094 BTC
Feerates: 101.66 > 3.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (865,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,913 49,913 00000000157fa8664be100d5584060ae64688273d867663cdf9bf8805c2c20e6 1 0.00/1.00 vMB 0
49,912 49,912 000000000b42a9333b5fbd651a78fbf0b7fcaa86dcf47dfae1a60ad3e2851460 1 0.00/1.00 vMB 0
49,911 49,911 000000002465d2011de51fbca18a5c4873f0d21ca833c55effe09ed67fce7a51 1 0.00/1.00 vMB 0
49,910 49,910 000000000d0d6bec3cf7d675f83f618c05f34c156a7f53262cf2b05ecaf4c47e 1 0.00/1.00 vMB 0
49,909 49,909 0000000016051bb81e6a7db3549a5fac023b123594932a0707224094473a4bd7 1 0.00/1.00 vMB 0
49,908 49,908 000000000957e61fbcb61ec6e7b90db2f7f6d3d8c6b1b4be6e0c46c559301b54 1 0.00/1.00 vMB 0
49,907 49,907 00000000034bad7ab6e6c89dee166c139b0a2d1a54a67b50e09160eb9ded3511 1 0.00/1.00 vMB 0
49,906 49,906 000000001bd874b0ae724982c6d634acf690e82776002d06512dc68364925bc8 1 0.00/1.00 vMB 0
49,905 49,905 000000002364833633df53b6d585edc1499d461e6df10dfcd31296670a7278bd 1 0.00/1.00 vMB 0
49,904 49,904 000000000d552d272053cddaf0afbf491c7268edfbdceeaef55de49c98cf3f96 1 0.00/1.00 vMB 0
49,903 49,903 000000000c21a60ac340011f5d33074f20d113e56ababb975a650827bd937aa1 1 0.00/1.00 vMB 0
49,902 49,902 000000001353120d0c3b7875b04eb8503e5d336c052a2f86dc33c3ce5d8812d4 2 0.03/1.00 vMB 0
49,901 49,901 000000001fb8f6d144efeba1c36c661320b746a06f9dc890aad92f505255dbee 2 0.00/1.00 vMB 0
49,900 49,900 00000000151271963230005382bdd22f0d8f97c535f6e6c682343875195d584f 2 0.00/1.00 vMB 0
49,899 49,899 000000000c014c46c6a3c380401c10485b083dadd7f1d2d173bb6d179835e70e 1 0.00/1.00 vMB 0
49,898 49,898 0000000022eaac4e29725aee4bb82ff28bdc83138985d42930332c3159c44b63 3 0.00/1.00 vMB 0
49,897 49,897 00000000245957772bf89a326439657452308d3d94ae035185766fbbcbf9168f 1 0.00/1.00 vMB 0
49,896 49,896 00000000101d73ae08b2c98bdf0ff9c2ab815419a7077ccabc4b8d135c0cc82e 1 0.00/1.00 vMB 0
49,895 49,895 0000000024caa312d0c3c2b59ec692c7f024f37ce14454bb599bd5507bc86e04 1 0.00/1.00 vMB 0
49,894 49,894 0000000022a4cf0c0f2b2e556e28bf1558fb6f774b963f72ce92af2d07d170b3 1 0.00/1.00 vMB 0
49,893 49,893 000000000b8a195a3690bdc6f5459035ef41c40ddeaa52c72af608ac2190c575 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.31 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: 658.71 GB
    • Received: 14.58 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.