Loading Tool

Explorer IconExplorer

Memory Pool

32,485 transactions
25.10 vMB
0.05071827 BTC
Random Selection Loading Transactions
Max Size: 126.76/200 MB

Candidate Block

Mining Attempt 96f577700757641e452f33bb4e3fb703934f3df6d077ce894f3029ed13dd49c4
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5382ccf960a1ab6f4b148a6a12a439fae312ac2436a4deaacd4d2edc360bc197
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,450
Size: 1.00 vMB
Total Fees: 0.00564202 BTC
Feerates: 713.01 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (864,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,004 50,004 000000000528e8aac90e3096abb7b1f3d52efa2cd8f12754614788cb43eefe11 1 0.00/1.00 vMB 0
50,003 50,003 00000000237ce1b692f5ef9f1f9ac64d62d5e6a24dcfec08633fa2d339434e2a 1 0.00/1.00 vMB 0
50,002 50,002 000000002066d7f9b134c30b5005b7bf5fbfa52f279883f1fde793dcdc964266 1 0.00/1.00 vMB 0
50,001 50,001 000000001c920d495e1eeef2452b6d1c6c229a919b28196c103ecffebabee141 3 0.00/1.00 vMB 0
50,000 50,000 000000001aeae195809d120b5d66a39c83eb48792e068f8ea1fea19d84a4278a 1 0.00/1.00 vMB 0
49,999 49,999 000000000845517b31c6820d83f25cff46429bf136a7515fe504116427e60f8e 1 0.00/1.00 vMB 0
49,998 49,998 000000001a793b5b7732ee306b1e4196132e0193fac6457801f1e16e6ec89e6a 1 0.00/1.00 vMB 0
49,997 49,997 0000000023e7a51bdd3713567b9b4c09209b7cfc015da2f28bdc21bd6ec740fe 1 0.00/1.00 vMB 0
49,996 49,996 00000000041600af5ee02e339bed18e9ebf762918bb10159782c30d0f1d962f7 1 0.00/1.00 vMB 0
49,995 49,995 000000001ef66634b2419482ca3bc8ed401e493b102e3fc09f41459f0e5fcb34 3 0.00/1.00 vMB 0
49,994 49,994 00000000004f9fc55d19e19a2f2f316f689fb0fd09bce594b27e61ce92cbb94b 1 0.00/1.00 vMB 0
49,993 49,993 000000001a70504142a7fe60f887b1248211dc4ab4c06ef1a1508c3d0756ffae 1 0.00/1.00 vMB 0
49,992 49,992 000000001b882457ef2821f7ff2e462263bb88c56ddeb5c97e6108a71c6014fc 1 0.00/1.00 vMB 0
49,991 49,991 0000000021b3a6d6b7526b3677c6015b1329844c8ec5db57f595a9e726a67f80 1 0.00/1.00 vMB 0
49,990 49,990 0000000019a7ef014dbdc4695dc079227c1811020557392eac649bf902ce6fc7 1 0.00/1.00 vMB 0
49,989 49,989 0000000004251478d1f46a31328c4077b7c070bb612fc26eb104363a8deadbbf 1 0.00/1.00 vMB 0
49,988 49,988 000000000f7e3d313773cfcd3ce65d34a553afc4c1b2c353469845b121f619a5 1 0.00/1.00 vMB 0
49,987 49,987 00000000117306860b73d33f47e4e7d6eb282e109d8a5dce8cbb72d342e0a62a 1 0.00/1.00 vMB 0
49,986 49,986 000000001240848be845eb5844570124f586b184e89e461c059ea9116c33b471 1 0.00/1.00 vMB 0
49,985 49,985 0000000009fce2e0262a473e215064bbce5712e587af02ee48a2a9195fe27782 1 0.00/1.00 vMB 0
49,984 49,984 000000000e87cbddbb0812423c15a096d9a592f3e3c462cc869a327ed30d463d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.82 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: 635.94 GB
    • Received: 12.34 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.