Loading Tool

Explorer IconExplorer

Memory Pool

27,915 transactions
5.15 vMB
0.01594163 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.43/200 MB

Candidate Block

Mining Attempt 24493de5f73228638fd1f83da7b637ad44069102855ff1abdfa4c4a049b8a997
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root 527760ea249463c9c23415f1909808a45f7725fd4fadba278c9099bcbc173f9d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 262
Size: 0.06 vMB
Total Fees: 0.00252777 BTC
Avg Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (642,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,851 270,851 0000000000000000536425706847395378b7e569caf07caea7faa6f94b81770b 0.15 MB 179 25
270,850 270,850 000000000000000401964e1c6b8ae7a5e3e97fe43f0f5b626129046f39b863e1 0.25 MB 522 30
270,849 270,849 0000000000000000e84074e5100a17c1d1be4cb2128accb583271c1200a9a87e 0.04 MB 95 82
270,848 270,848 000000000000000348c16643507c7aea962c52dd5c83b189a413cff1743dc5dc 0.25 MB 685 95
270,847 270,847 00000000000000057ff936665ba1f110c93e12838cf3ec99d4d972588ca2911a 0.05 MB 77 17
270,846 270,846 000000000000000529fa2186fbd0d83cd5cb9aecfe2f8ac8c01789f2c944c5a9 0.15 MB 103 9
270,845 270,845 0000000000000000227043d61aeb58500101d21aa997a0ff777373ff4f55b14e 0.23 MB 368 21
270,844 270,844 0000000000000002922243510aa07ac953541aadfb6a7ab57f75d39fb76506a5 0.25 MB 650 77
270,843 270,843 00000000000000045a65ca7e16c90b399ac2e00be4f6551e390862ed7a66793d 0.25 MB 464 58
270,842 270,842 0000000000000003e7d86a4f0ddb1e36532f09d6766d08d5c37db300c4602107 0.04 MB 75 11
270,841 270,841 00000000000000040cb46e77fe6d9397a0d871c7103cd58e9fd41ec7082bcc07 0.43 MB 921 60
270,840 270,840 0000000000000000ec340f076d5fe3f71891b9cfc90455e8db0e3106ce3ec98e 0.24 MB 488 47
270,839 270,839 0000000000000006d578ad55fddaeed9efb8229413f59c42b0c23f9c23c1bb3b 0.28 MB 425 40
270,838 270,838 0000000000000003fd35c6512f8457849118b2e989a49b89493cd8d05089e633 0.25 MB 453 90
270,837 270,837 0000000000000004e9e9e8ceff97bfd84f85c4182ff0b22c617a35152f29d432 0.50 MB 1,065 74
270,836 270,836 0000000000000004ce930027a4a708ae2486ac7d42b92d14b8b031e06c067d47 0.35 MB 263 14
270,835 270,835 0000000000000000ae5afc53c168655e7a336a34da53f256d20b3053857c1ec5 0.35 MB 703 47
270,834 270,834 0000000000000006c125b94c6e915538f1d68912640f84b3a8cd1daf863c1093 0.38 MB 823 65
270,833 270,833 0000000000000006b62450b372112fd577a23aec217c083a79ec582974395408 0.38 MB 639 30
270,832 270,832 00000000000000063ff4f0d9a1d170c181fbc46258a2611e113d1351359c0f71 0.25 MB 639 107
270,831 270,831 0000000000000004a3a1c04504304d95d45aa23acf70f4b0a463f9eadca93990 0.15 MB 142 14
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 336.83 GB
    • Received: 2.93 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.