Loading Tool

Explorer IconExplorer

Memory Pool

75,389 transactions
27.89 vMB
0.08271779 BTC
Random Selection Loading Transactions
Max Size: 169.73/200 MB

Candidate Block

Mining Attempt 421ce13a1b8530b51abba55c82f8ed8076ad7bfd7f92aa1a113b13aba017e55e
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 22406161b573282ff3d3c906c778f58928d37907ba62da6bdeebebd0542e0e43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,363
Size: 1.00 vMB
Total Fees: 0.02291740 BTC
Feerates: 100.21 > 2.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (372,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,031 543,031 000000000000000000192b9ebfeaae8610f704e39cb8d1996e8f82b75e372d89 2,586 1.00/1.00 vMB 8
543,030 543,030 00000000000000000026779c94075f6ae767bfbab637dc15c17e33d403c1e530 2,859 1.00/1.00 vMB 20
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
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.