Loading Tool

Explorer IconExplorer

Memory Pool

38,787 transactions
31.86 vMB
0.10108991 BTC
Random Selection Loading Transactions
Max Size: 157.96/200 MB

Candidate Block

Mining Attempt 3117f674892370c162a126fcc52ffa258acba218edcd4109f2d0c1ea8cfda238
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root a858cc95fd794f91c616bdf5c90d4e0a8ceb615b3f1fc164f9bf2aa2af49d9b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,372
Size: 1.00 vMB
Total Fees: 0.03579278 BTC
Feerates: 179.53 > 3.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (880,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,028 34,028 00000000c6ed6fde18cd239d2e01b4b0384aac45a18f0c640a1331b3e4659dfd 1 0.00/1.00 vMB 0
34,027 34,027 0000000032f709d666191c09df9c1cb84a2a055c54a6937212e4afe870fd9ccb 1 0.00/1.00 vMB 0
34,026 34,026 000000006e21decc209297ce30587ac787fa00107972f300304cf9cc2c1174e8 1 0.00/1.00 vMB 0
34,025 34,025 0000000035df37453cc75c603e351ebd50e800b3fdab7cdda2a2a0d4a449b9dc 1 0.00/1.00 vMB 0
34,024 34,024 000000002d9e96310387cea2d2fc01052b537b5a01aca8cefb6f716caef275c7 1 0.00/1.00 vMB 0
34,023 34,023 000000003030b613879fae20be5b589a6aed5356752d1e8983a61508a9010720 1 0.00/1.00 vMB 0
34,022 34,022 00000000ca406bee2873d32d2c0b758e68136946dbdf9e0ff7e3871484f5f3cc 1 0.00/1.00 vMB 0
34,021 34,021 00000000a9b5641cd2749badd0b719b1f2e5afcfde94bcff5b78cd934c381e4a 1 0.00/1.00 vMB 0
34,020 34,020 0000000068b867e64c60eba3806655a27077cd4a447d9c5b39048fbdfe7452d5 1 0.00/1.00 vMB 0
34,019 34,019 000000006f0b2960b7c8e1533df7128140641632e7cc2c64bc32f57cc27b7171 1 0.00/1.00 vMB 0
34,018 34,018 000000007bc25d1ff3c1323ffa1c89b2d297d49f26351b5da54f3e67500a889d 1 0.00/1.00 vMB 0
34,017 34,017 000000008fcb02e21c0ecd3deea4f1144f6d2499dae876a9b1d2aa52a306a42c 1 0.00/1.00 vMB 0
34,016 34,016 000000004eb3306ce359a1e1e05d8f428e1ffdc20f74663efdf8402e54795447 1 0.00/1.00 vMB 0
34,015 34,015 00000000329073c8bc102c4fd67de7bf0bd1c1963e8754cccbcf05fd0225dfe9 1 0.00/1.00 vMB 0
34,014 34,014 00000000cb5bb9b513996a9328d82827ae8958b0485b98490f0d86b003809a9f 1 0.00/1.00 vMB 0
34,013 34,013 000000004820dd74bf57518d8b725c7d1f949a807c19d903a9a98b636cb86e19 1 0.00/1.00 vMB 0
34,012 34,012 00000000781aeddaa3ed75c1216a694444824b0de0409efd8922562bd417887e 1 0.00/1.00 vMB 0
34,011 34,011 000000008fb4ae2f66ef563f155fc85bbf8d9465ce4cc8df0a111212c411ef31 1 0.00/1.00 vMB 0
34,010 34,010 00000000d3851ac395cbac354914ddf253b0dcc729f3107497897b84f0ac9ecf 1 0.00/1.00 vMB 0
34,009 34,009 00000000367b1dd3134e66cfc4e8504a723d3306ea169ba639c53cf78c90a539 1 0.00/1.00 vMB 0
34,008 34,008 000000009092145b642923fabd9c57c4c4a48bebada711614d49654759738936 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 582.86 GB
    • Received: 9.30 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.