Loading Tool

Explorer IconExplorer

Memory Pool

80,728 transactions
30.59 vMB
0.07099680 BTC
Random Selection Loading Transactions
Max Size: 186.42/200 MB

Candidate Block

Mining Attempt fdd7cf0f7c6da56d10f5b1a7b5d2f2a9dfcdec4454cc6e2d5e1898639d3bc90a
Version 20000000
Previous Block 00000000000000000001a127feb492d2c14d9243c7583ddd9d976606f48a6cfc
Merkle Root c726fe27e84ff1a41e040be84224e39eaaa08991ce3d59063f1b74ff090b3070
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,069
Size: 1.00 vMB
Total Fees: 0.00506598 BTC
Feerates: 103.09 > 0.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,189 (372,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,029 543,029 0000000000000000000868c5eac591d4df331b4c8b4b12c33d40dfddac3feaff 2,562 1.00/1.00 vMB 40
543,028 543,028 0000000000000000000a318feb2fcf7c2c9dc43c2d1de1606bb5f0cc6dc1d115 2,973 1.00/1.00 vMB 12
543,027 543,027 00000000000000000003006dab6f32132e7eeda37d2cca4a961339bad35b1e80 1,858 1.00/1.00 vMB 11
543,026 543,026 00000000000000000002b9aa66adf1c22cefcd49b2458307da1f8666fa82caed 3,025 1.00/1.00 vMB 29
543,025 543,025 00000000000000000021458a28259a43c55d028a47934a36a3f9a7149c810073 2,841 1.00/1.00 vMB 16
543,024 543,024 0000000000000000001dbb31e360a793031119eb6ae156d99cdf8696285c427b 2,471 1.00/1.00 vMB 23
543,023 543,023 00000000000000000021fbc83f5cfaa4a6f7affe061c99c53e8fadd2e6379078 1,638 1.00/1.00 vMB 17
543,022 543,022 00000000000000000026fdc98608e2161f6d64ce5d057de9b5dd861574cdb714 2,342 1.00/1.00 vMB 21
543,021 543,021 00000000000000000001eb433761fc053bc17adc46b877c9d6cd7db317db9b2b 2,231 1.00/1.00 vMB 40
543,020 543,020 0000000000000000001a3909d3307d9273ef2984d63f9713866dc148bc1d46d0 2,069 1.00/1.00 vMB 42
543,019 543,019 0000000000000000000822fdd6ed2430633fc505fcd7826fd6cc919786a2e148 2,356 1.00/1.00 vMB 19
543,018 543,018 000000000000000000189dd1882e1248cd92b4408b4ae724d1c003e6682fba18 1,761 1.00/1.00 vMB 15
543,017 543,017 0000000000000000000d3ace9bd79a7f872d85473a68af73f210815decac3e6b 1,571 1.00/1.00 vMB 42
543,016 543,016 00000000000000000010bb97cb39d101e88303e02031bd7b0c13a0e5f2cd7983 1,694 1.00/1.00 vMB 58
543,015 543,015 0000000000000000000df8e3bd03421b49144f15ee5f0ddea097399be8fd2e22 668 1.00/1.00 vMB 69
543,014 543,014 00000000000000000012d1b7bc19c0247a792af45e80e1d828803b3bdd3e54ef 552 1.00/1.00 vMB 55
543,013 543,013 0000000000000000002530efb6b63804c02558dc10d7fca233785f3b2bc34291 1 0.00/1.00 vMB 0
543,012 543,012 00000000000000000016b8de18911507a46b95c0488336564adc6a9d46cfdc6f 2,418 1.00/1.00 vMB 26
543,011 543,011 0000000000000000002274bf9b489f7b240cf7b00a95e35c1544fae0fb4cf085 46 0.03/1.00 vMB 9
543,010 543,010 0000000000000000002030c7be87c3c2fe86456bc10d2d20882512e14f50400c 540 0.22/1.00 vMB 13
543,009 543,009 00000000000000000006e660c77cb1f7f9723bbcd598ecb1cbd746fe0259f26f 50 0.02/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

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