Loading Tool

Explorer IconExplorer

Memory Pool

66,274 transactions
18.58 vMB
0.05801961 BTC
Random Selection Loading Transactions
Max Size: 121.31/200 MB

Candidate Block

Mining Attempt 0978f8fea792e9aac88f25e399d9024d5f6f9b7eadccf6bebc3114f752ed6518
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 9643f68762254eb485170b2262964c43299829ede75e4858a3f163bb067d494f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,841
Size: 1.00 vMB
Total Fees: 0.01596344 BTC
Feerates: 100.00 > 1.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (831,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,853 83,853 00000000001c0ce17cdddd5e621d653a5f80184f084fdba5ebd80ebb1e23141f 4 0.00/1.00 vMB 0
83,852 83,852 00000000001d1b1895976473604d9694fc46b1935de14a965afd99e7630d654e 3 0.00/1.00 vMB 0
83,851 83,851 00000000000bcc51963371e135be747d809640084c01ed8b2d71322da882bc07 3 0.00/1.00 vMB 0
83,850 83,850 000000000015b9edb280336ef2e1e6a20191ee8a0a72f5c896bd551c5fa6e9b0 3 0.00/1.00 vMB 0
83,849 83,849 00000000001b55d5e5a7e000b2df97e92f49fd273fc49102f1cd2dc7eeeec6dc 1 0.00/1.00 vMB 0
83,848 83,848 00000000000c48d9279f6f5f03457cb5e68e38a9e13c8117c97798cf3ca82cef 2 0.00/1.00 vMB 0
83,847 83,847 000000000025d61bac9b1644cde4033e7d17918e8f1e98c297f5113549b4812c 4 0.00/1.00 vMB 0
83,846 83,846 00000000000247b232fab31f90eda8ef93d04758d444bfbe066f399429e142a3 1 0.00/1.00 vMB 0
83,845 83,845 000000000009144162de0ca2f08581ce6a0dbbc48c3440621936df0d5c009f10 3 0.00/1.00 vMB 0
83,844 83,844 00000000000de93558115f40aeb6b3bafc10be29cd1ceb2c6d31be36e6db19e5 4 0.00/1.00 vMB 0
83,843 83,843 000000000006c512873670dc3bcff2c753c10d68a65c112ab99625823609d49f 2 0.00/1.00 vMB 0
83,842 83,842 0000000000250d5559b5a7a588501b2e531ab1140d1bc8866d82c2d8186f18cc 1 0.00/1.00 vMB 0
83,841 83,841 00000000000f25fa1efc36745b02de1cb98f99693e3424d9d17d4419ed3b12a5 2 0.00/1.00 vMB 0
83,840 83,840 00000000001502dac21afb7764c3cebafd624073b2890baf9920f3a6f16a340f 1 0.00/1.00 vMB 0
83,839 83,839 00000000000fad1742f4bf3ecdbc98d2b1b92cfb30040647a1a253281af32a53 1 0.00/1.00 vMB 0
83,838 83,838 0000000000275cf2f22aace824373f220ef61d2eeec9f2a1ad43525d85d68e77 6 0.00/1.00 vMB 0
83,837 83,837 000000000018e2fcdc7a40236cb821f780094dcb1bbc1a19c7284e099bc41754 6 0.00/1.00 vMB 0
83,836 83,836 0000000000021d7d969e6536a0b53ca95e20d2a9c58edeb5817072cbda01bd5a 1 0.00/1.00 vMB 0
83,835 83,835 000000000016c467654e15380bfbacb0225c4ba12cfd3d15580baead9ac1f734 2 0.00/1.00 vMB 0
83,834 83,834 000000000001c883b3fa405d22ba481c9e8fc549101454e5c649d12c4c6143f7 4 0.00/1.00 vMB 0
83,833 83,833 000000000002b184842136943ce802421cdf3fbeb1a503b61fe8db661502b236 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.56 GB
    • Received: 21.54 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.