Loading Tool

Explorer IconExplorer

Memory Pool

44,652 transactions
26.48 vMB
0.05553573 BTC
Random Selection Loading Transactions
Max Size: 140.02/200 MB

Candidate Block

Mining Attempt eb413079b25935cf98bff2ff8d9707577f4abb8d6687dbeb38d9c3823fbc82e4
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 4b7ab68d6a654633146eb49e8a07d195540f727cfe0e675d6e584fe093406401
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00705857 BTC
Feerates: 40.21 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (179,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,211 735,211 0000000000000000000456ad78bb0003e878e3c577fc9f47c8b6534adb3d89c4 469 1.00/1.00 vMB 5
735,210 735,210 00000000000000000005f6f6a12a0db0eb8556789297b780843db877cd5ab2df 2,943 1.00/1.00 vMB 12
735,209 735,209 0000000000000000000595dfd27e99863eb9f47d0fb135443fe85361f7d997fe 3,009 1.00/1.00 vMB 8
735,208 735,208 000000000000000000088100ca482176b62bb1766d50c84e3e44dbb6ba799929 2,435 1.00/1.00 vMB 14
735,207 735,207 000000000000000000083d6e683d9a5f68e49fb87c7f8d97c0b45645433256c0 2,367 1.00/1.00 vMB 20
735,206 735,206 00000000000000000001b161dd60e3cd828519320ad18774203c4f0b1cdf2643 3,044 1.00/1.00 vMB 6
735,205 735,205 0000000000000000000914dca21b1b197604849f512c329ea4e9ba1fc270d2b6 3,184 1.00/1.00 vMB 10
735,204 735,204 0000000000000000000224737cddc19c52eb6d6a5807e27da01b83e8e08d51a1 3,723 1.00/1.00 vMB 11
735,203 735,203 000000000000000000013692b4d8bdcc25ace7124266fd03f154982b93de1d1f 2,616 1.00/1.00 vMB 16
735,202 735,202 000000000000000000057db9d801d77d1f42a01ae461fd033eab01aec9036889 2,118 1.00/1.00 vMB 14
735,201 735,201 000000000000000000022acb78025d7c88667fe35a44bc9a5844ce5b179ace95 3,032 1.00/1.00 vMB 13
735,200 735,200 000000000000000000058ad1c2e200f3c1c9e6967768468e6e78e4e5273e9a4e 1,913 1.00/1.00 vMB 11
735,199 735,199 00000000000000000005be79f89a8ee2038c7cecfb6f3235268a5c2b45ddbf07 2,328 1.00/1.00 vMB 11
735,198 735,198 00000000000000000000240f0ad553684d792463b43d5f4c47633979425348b2 2,850 1.00/1.00 vMB 13
735,197 735,197 000000000000000000013d5199fa3cfdce38973f308e782820ddf1538443528a 2,479 1.00/1.00 vMB 15
735,196 735,196 000000000000000000063831dea5cd0eb56959b5fdf8183fbc3855fb74f710dd 3,066 1.00/1.00 vMB 14
735,195 735,195 000000000000000000037d4d8a0cb43266f4302b6b4049eda29ca1e2d3a08d29 3,089 1.00/1.00 vMB 23
735,194 735,194 0000000000000000000215ab92be7c9a7f0b3b1ee59cfbc0ce460a3e8ed37540 3,193 1.00/1.00 vMB 18
735,193 735,193 00000000000000000004bfe124f6dba762f16de2b462d44919d1a56a81b1e019 2,766 1.00/1.00 vMB 24
735,192 735,192 00000000000000000001a59892f9b46badd7eaf3cc96c1d4c8915673db1cb809 2,975 1.00/1.00 vMB 15
735,191 735,191 000000000000000000056f7ab52aa22fdc8da94217b13a0e4936d2dd9561d0a6 2,831 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.92 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: 646.12 GB
    • Received: 12.81 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.