Loading Tool

Explorer IconExplorer

Memory Pool

44,623 transactions
27.44 vMB
0.06317554 BTC
Random Selection Loading Transactions
Max Size: 144.61/200 MB

Candidate Block

Mining Attempt 5c69c4203696e15c30949569bdb7a3c7d98a7091e7210c55e7792e0a1dd29e30
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root 59fb656478e9881fb35a71f0882a4078b2ec78950e3bdd689827d256ea4d507a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,775
Size: 1.00 vMB
Total Fees: 0.01162682 BTC
Feerates: 134.30 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (332,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,028 582,028 00000000000000000017868da4f3a9537aaa6a7cbacc6ce30adf6ea851cf3afb 828 1.00/1.00 vMB 1
582,027 582,027 0000000000000000000f975c3e66b2eb1ef68e329b42293949967a777f4d92ca 1,757 1.00/1.00 vMB 25
582,026 582,026 0000000000000000000af03c04a0b6127a13c8328d5922b27f06b5cceae2296f 1,844 1.00/1.00 vMB 35
582,025 582,025 0000000000000000002292c42dce9e183cb06750800d0b6593f8e7b87d04bc2c 1,808 1.00/1.00 vMB 38
582,024 582,024 0000000000000000000d05d7825e154a92054f979152dc8912ee3a01b85b1f44 1,789 1.00/1.00 vMB 26
582,023 582,023 00000000000000000008fa73897a6e245f4da53a4cbe543aefaedd34047eca09 2,572 1.00/1.00 vMB 19
582,022 582,022 0000000000000000000360e9e14fe3d05f864a4b638bd23374b7cb12e8f2b08c 2,971 1.00/1.00 vMB 47
582,021 582,021 0000000000000000001554d00076973c1c4ed250b8f27098d7b3060fce7d2677 2,655 1.00/1.00 vMB 81
582,020 582,020 0000000000000000001c1633d2b100bcfb32ff759f1f05a6818d7df321a87d0e 2,431 1.00/1.00 vMB 48
582,019 582,019 0000000000000000000284cad03114a664c7b66d9723bdf93052ad767b5fb8ac 2,635 1.00/1.00 vMB 27
582,018 582,018 0000000000000000000ef8bfed1ecc9a12258fc8337ed549c76bbf6bfb25006d 2,206 1.00/1.00 vMB 58
582,017 582,017 000000000000000000238d5e904df121e3db15ad9cd4e22ecf7bfbf7e2619333 2,958 1.00/1.00 vMB 110
582,016 582,016 00000000000000000000fa813b1894a9bd7745e3f4ee0ab7ecb393ac2f35dbea 1,870 1.00/1.00 vMB 15
582,015 582,015 000000000000000000243976a7ab7d7816db5692badeabda994515f3c904d48c 2,553 1.00/1.00 vMB 46
582,014 582,014 00000000000000000010a15619a1d9f428029b0c211176fb1852ba4aa45a559c 2,386 1.00/1.00 vMB 98
582,013 582,013 000000000000000000022bec2e2340bd5c74ccc6b42ebab35c9fbb0dd3e35406 946 1.00/1.00 vMB 12
582,012 582,012 0000000000000000001f9ef42e7d5f5d6d6f89347375aa72c27090aaa4773952 2,194 1.00/1.00 vMB 21
582,011 582,011 00000000000000000011a5e87612ac514614681e29031d8f2b0413d79e0d04c2 2,760 1.00/1.00 vMB 85
582,010 582,010 00000000000000000013680dae0234163c1b7af585990e694b621381d02b47da 2,517 1.00/1.00 vMB 12
582,009 582,009 0000000000000000000765da34df769989fb71103a2eacb45bc05966486933a0 2,550 1.00/1.00 vMB 80
582,008 582,008 00000000000000000015f0903dc485be953434c8963c84990c67ad406835336c 2,712 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.24 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.