Loading Tool

Explorer IconExplorer

Memory Pool

25,110 transactions
25.37 vMB
0.05845064 BTC
Random Selection Loading Transactions
Max Size: 122.61/200 MB

Candidate Block

Mining Attempt bf7abe51972dbc22303da682be03c7aa846ea91bef3f0dd7de0a4d47f3beba03
Version 20000000
Previous Block 00000000000000000001ba8a20a80418340a612809951dcc481799aa73d20526
Merkle Root b63618465f4f52dcba0a7bc6e5222f0c3baf04fb1ea3c33b14bcb5b417fd3444
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,661
Size: 1.00 vMB
Total Fees: 0.01228076 BTC
Feerates: 100.53 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,238 (866,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,204 48,204 0000000020899befed14bf6674c12f84ce9c241e84547c0d49808ba2a2dd4c35 1 0.00/1.00 vMB 0
48,203 48,203 000000001b603a086d6cf83f41847e8bebeccbe799d1a621caa5312dcbdc32cb 1 0.00/1.00 vMB 0
48,202 48,202 0000000016ecada0773064c619ed81eb2f8ca5f4a175ea729da818841682a77e 1 0.00/1.00 vMB 0
48,201 48,201 000000002e97973fe6957b66b0b39c47f327ef91d14810d5eda0d978cc418bd0 1 0.00/1.00 vMB 0
48,200 48,200 0000000033726db5ac513a968afc064d6c48def54f8baf7c2423a2f996ea2be8 1 0.00/1.00 vMB 0
48,199 48,199 0000000027dcbc83f7b5a47ae14889441ad17c34637b377f1efddf6315203ef3 1 0.00/1.00 vMB 0
48,198 48,198 000000001cb70d4dc716c5bc322991b19715269208c1db7e7615430f6f010fa5 1 0.00/1.00 vMB 0
48,197 48,197 000000002c19521448edbbf94f0948f4a3cc18557c6e9a3b1289d19931645c29 1 0.00/1.00 vMB 0
48,196 48,196 000000002d202068166915c01691be127d849e2ed7fb527b5cdd9d545ef7677e 1 0.00/1.00 vMB 0
48,195 48,195 000000001ab3d467848460cad814d684211f5983fbaf9514a0973757e3e35053 1 0.00/1.00 vMB 0
48,194 48,194 000000002b67f6e8b5f37e2d98baf48fba0e5efccfc1455905b8e2dddcdde058 1 0.00/1.00 vMB 0
48,193 48,193 000000002f9760a23eedf88f5599eb7814e75bb31342049a30d1449c43505001 1 0.00/1.00 vMB 0
48,192 48,192 0000000017db6e97158ba47f6daea4d0b245e46fc49e0ca03222fd73da4d4ee0 1 0.00/1.00 vMB 0
48,191 48,191 000000000472d79eb8e40c95acf4442ed3249103d13de282dcfc35dc7249fbd2 1 0.00/1.00 vMB 0
48,190 48,190 000000000d1a3b4c182badfd260cce887389ded8ed31f382761b1861e3ea0430 1 0.00/1.00 vMB 0
48,189 48,189 00000000309a4bd84b8706ef82e39f5d077d6dc3ef55033dfe0c5f3950e8d07d 1 0.00/1.00 vMB 0
48,188 48,188 000000000a74138c99cdab20faeeb720eb172f4de8e6f62bfd4c995ebd9586fa 1 0.00/1.00 vMB 0
48,187 48,187 0000000002d105339c3caa462bf37e8470dd23f6e20419ba673c19acd3cd25e3 1 0.00/1.00 vMB 0
48,186 48,186 0000000034d0c42dc203fae91b387b756aeb33aff03e7debb37cd9d5cd874f64 1 0.00/1.00 vMB 0
48,185 48,185 000000001c5f45591d9354acc668512fe9bad5b8349ed19bc09c3abe4fffa136 1 0.00/1.00 vMB 0
48,184 48,184 000000002402a52599e6395ddede3d94aa5ad8a6c7871e2bf1ed3c99d5f1efd4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 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: 576.09 GB
    • Received: 8.39 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.