Loading Tool

Explorer IconExplorer

Memory Pool

79,850 transactions
30.22 vMB
0.10986846 BTC
Random Selection Loading Transactions
Max Size: 180.72/200 MB

Candidate Block

Mining Attempt fb0f673b34c08b5c58e0fb28f83cf4ffefe0186c3024d1d4c97e190b65b128a2
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 95a2c343b6b52b031a7e69957156636ddc30f1d9c02c2d428760bd8a57024dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,812
Size: 1.00 vMB
Total Fees: 0.03843750 BTC
Feerates: 151.00 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (392,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,237 522,237 0000000000000000001c5cfa78c01f220c1d4bb35b47619c558dcd6450eac3bb 2,217 1.00/1.00 vMB 58
522,236 522,236 0000000000000000002f6a53204f709e9f43c329cc6407956769f6b987d493f6 1,994 1.00/1.00 vMB 48
522,235 522,235 0000000000000000003ee12949eb3f34e57070063bcc6aec736101a05d174558 1,484 1.00/1.00 vMB 48
522,234 522,234 00000000000000000005c64433b36a5a2500c2c71e9ad042556bf1b173dad31c 682 1.00/1.00 vMB 30
522,233 522,233 00000000000000000035b853f0a2fd82fd251c7ac6a14ac4a951300c27925581 1,678 1.00/1.00 vMB 51
522,232 522,232 000000000000000000210856a862b628bcdc40b140c70b6aaaa9754641843e5b 2,104 1.00/1.00 vMB 18
522,231 522,231 0000000000000000003d422442d2dc2d48d7a4a35bf9bde33ee7dec2d177af48 2,268 1.00/1.00 vMB 43
522,230 522,230 00000000000000000031c3c2e569930e992533c064dfbcb3b7ef6a14b570ea47 2,268 1.00/1.00 vMB 38
522,229 522,229 00000000000000000003be98569f6e0412609fdbd1781f326cef6be5821c799e 1,885 1.00/1.00 vMB 51
522,228 522,228 0000000000000000001d4514b520f91667a53b08b39c96972abdafab55ed3916 1,769 1.00/1.00 vMB 14
522,227 522,227 00000000000000000020d97bd2c4bd323004037391c0b4d21a994daadc3fb356 2,458 1.00/1.00 vMB 48
522,226 522,226 0000000000000000002b4fce654800dc366a041f55e003882536270af3d6e6c7 2,601 1.00/1.00 vMB 47
522,225 522,225 00000000000000000006d8504be8fdfa4a5d16d38930b0ed9c2cd8fd29675520 2,101 1.00/1.00 vMB 65
522,224 522,224 0000000000000000000d6855d4ed5b62b7c7d1e35ec4348eee36f036e14c310c 2,120 1.00/1.00 vMB 62
522,223 522,223 0000000000000000000a29f20db1640d13c5b44dd41274079b8e61216bb7aa20 1,708 1.00/1.00 vMB 27
522,222 522,222 00000000000000000007fccc715df17c4fcc728dbd50920e6d2c567271620553 1,852 1.00/1.00 vMB 17
522,221 522,221 0000000000000000000c5336f70b3800545b06e0666a778e738a14166f8cb694 2,548 1.00/1.00 vMB 24
522,220 522,220 0000000000000000002c4da731f82be9c2ac78cfd09f3349cd3121db6a6134df 2,393 1.00/1.00 vMB 43
522,219 522,219 00000000000000000026f19ab8162c425ff74b27b39e865a89d47bf06bc02009 2,136 1.00/1.00 vMB 41
522,218 522,218 00000000000000000040aa2ec56c48ce2ff78b35a614112926622f417c5bed1d 2,287 1.00/1.00 vMB 84
522,217 522,217 0000000000000000000b1a2367469653fff841dc7ef7d9aba1ecc0104a133bc1 1,962 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.