Loading Tool

Explorer IconExplorer

Memory Pool

81,035 transactions
30.06 vMB
0.09471215 BTC
Random Selection Loading Transactions
Max Size: 179.27/200 MB

Candidate Block

Mining Attempt b50baffff5209747eb7f3f63dd9df50c7a5e02d8b7302f4156d15d1b84ec50bc
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 6028630752daf71b45d608014af1b82af2dc448cd2c1cd13d587d7fb781739b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,707
Size: 1.00 vMB
Total Fees: 0.03145217 BTC
Feerates: 100.37 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (436,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,042 479,042 0000000000000000004299292fe1d03fd7024d374450eeee051594ec95a4515f 1,325 1.00/1.00 vMB 52
479,041 479,041 0000000000000000002155e8c138b7257f0e99b67028d54a76ce3e630f8ae87e 698 1.00/1.00 vMB 31
479,040 479,040 000000000000000000d8058f4fc55dcf9f8adfeba68ac7b342b1cc3712d27e50 1,021 1.00/1.00 vMB 41
479,039 479,039 0000000000000000011a9a1fe6f343e0de9abff87ab7f6ae71f88c06f8be814a 1,011 0.91/1.00 vMB 49
479,038 479,038 00000000000000000130e59b0f90ca9819e0f335e7e8a0f00265b544cc25154d 1,113 0.74/1.00 vMB 68
479,037 479,037 0000000000000000010801bf10c1c99961b37a42bd26e1e09dfed34d87760292 1,286 0.99/1.00 vMB 55
479,036 479,036 00000000000000000005c210a7ca76cc44ebe9be072169e071f1c4d0f0af7cf6 1,088 1.00/1.00 vMB 16
479,035 479,035 00000000000000000011c2f6d27e71b3194ca6f937360fc3e68e0552b4f83583 1,837 1.00/1.00 vMB 125
479,034 479,034 000000000000000000e2b52455ab0c425ee28620e92893fa395f230a2e54b0f2 1,618 1.00/1.00 vMB 36
479,033 479,033 0000000000000000008f553e283e887d650916bdbe7c9584390a2267f2ad1595 2,435 1.00/1.00 vMB 156
479,032 479,032 000000000000000000bb05f32b087c72d9c9b4023bceff40083413f59c7c5a7f 1,084 1.00/1.00 vMB 30
479,031 479,031 000000000000000000075ad025c7976a390258a550cb36d65ce84b63611b8800 1,784 1.00/1.00 vMB 44
479,030 479,030 000000000000000000385e54d89348befdd8bd7f3623665e06f7c9129805a55c 2,446 1.00/1.00 vMB 157
479,029 479,029 00000000000000000139295ec4721f42b8c16ed3b08d0bcc906d5214facbce9f 1,393 0.99/1.00 vMB 118
479,028 479,028 00000000000000000031f4435488c9972b54b0b7e56e48d32da09fa3a018d5da 1,551 1.00/1.00 vMB 36
479,027 479,027 000000000000000000738fa59d50e4f399819503ee0dab296f6988dc363fbca0 1,957 1.00/1.00 vMB 96
479,026 479,026 0000000000000000007f16a9ae368e2656730230795b42fa92ad6aae2fe36905 2,108 1.00/1.00 vMB 78
479,025 479,025 00000000000000000063a8f1042024e8d1a98a7f98b29f48f9c29f915380fb59 1,611 1.00/1.00 vMB 105
479,024 479,024 000000000000000000fcaab0e8eb8520f6bafb9e3a38fbbffa66f1585b509892 2,060 1.00/1.00 vMB 89
479,023 479,023 000000000000000000009b1cb8cc22f30d942eaeabfdfb7dca5052b63067dce0 1,921 1.00/1.00 vMB 75
479,022 479,022 0000000000000000014330c31c76f6cf9ec84341c2a1ea78cf572d32650763cb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.