Loading Tool

Explorer IconExplorer

Memory Pool

19,237 transactions
8.74 vMB
0.03393308 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.21/200 MB

Candidate Block

Mining Attempt b2d166b7a0b8615164e9ed6c26d5097a47a890e9241a39e7eee095a9b3ba4ddc
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 6c4d0817172c838299583449b71ca9e55216e6397186511c63d94e44bf735ccb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,814
Size: 1.00 vMB
Total Fees: 0.01489574 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (806,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,763 106,763 000000000002eb315e5ce5ed7aaf848442f9e3963651f2357a9e3936f75bd005 4 0.00 vMB 0
106,762 106,762 0000000000010d500a12541d09cb8bcb62ceb62cde163d79d6c70473885bae56 4 0.00 vMB 0
106,761 106,761 00000000000040527c37edb1f006d284aff43900618a59383117cc4ac656db73 28 0.01 vMB 0
106,760 106,760 00000000000273a6a00eb760756ed971caf941a8fb921a78fbab466970fd8f98 1 0.00 vMB 0
106,759 106,759 0000000000014c93d8eb1296453ebe596e166774b7be7845a485ccf7938ea108 1 0.00 vMB 0
106,758 106,758 000000000000b947c860315b3823e0d01249db05332614619071fb1adf4da7aa 3 0.00 vMB 1,986
106,757 106,757 00000000000275446054eab2fda14915a4e9f64fb0e7298e479d6e77aab9ea97 3 0.00 vMB 0
106,756 106,756 0000000000000154276f39116d1d8ba597130f2aff1b5412f664b2c5b05c120e 4 0.00 vMB 0
106,755 106,755 0000000000009b6cd7cd428a7df2dcd3b93f0b37aff49bd10d846a8e92218adc 2 0.00 vMB 0
106,754 106,754 0000000000002f0598d81a7fb5df2f56de7fc1f14964fa7afcb17a4af725de13 1 0.00 vMB 0
106,753 106,753 000000000002d21a5686da50b9dc5626e9a5fa4bf39d42c055222088abc1f9bc 1 0.00 vMB 0
106,752 106,752 00000000000144350f1556a44dea08f19683e5eca5affe193d1f7a94bb175b9f 4 0.00 vMB 0
106,751 106,751 00000000000198acf0bdf55b6a5cadc61c4216707eb523babfc2fa72b1bcd02a 27 0.01 vMB 0
106,750 106,750 0000000000020d95eae891ef2ad9d716d2b9198b34af66755ce5b3259668f88e 1 0.00 vMB 0
106,749 106,749 000000000000ad40893ed2deef8ce88cc14e2cc1265dc17733d05a171750543b 1 0.00 vMB 0
106,748 106,748 000000000001d7783ef77f0139c7944c78fe494625784948ce1de5f49ffa6da8 3 0.00 vMB 1,012
106,747 106,747 000000000000bd4fdb664355930ad11ce0e96d96a75ad8880808dfcbb8f0981f 2 0.00 vMB 0
106,746 106,746 00000000000043c06031e2fa87833ab5ad09666b5dc35780393a7459666c37d2 1 0.00 vMB 0
106,745 106,745 000000000000cdb76d6dc9a3a382ded89d745a604ca51288e9de0a8cdca01648 3 0.00 vMB 0
106,744 106,744 000000000002c455fa929cd4da8666ce90f075e3a2059d68738a2408cd16bbd9 1 0.00 vMB 0
106,743 106,743 00000000000210dd27b65b4fc0081279b5f2256cc58f37011630ae75e322121c 3 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.55 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: 251.68 GB
    • Received: 0.95 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.