Loading Tool

Explorer IconExplorer

Memory Pool

82,053 transactions
30.30 vMB
0.09260880 BTC
Random Selection Loading Transactions
Max Size: 182.48/200 MB

Candidate Block

Mining Attempt 0743fad457cbea3d8369ecaf4d6431b4eecff52a7d55d9fcaac5e3625901be4d
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4cef0fd8a18649f6bc4db9579d5a8480ae96c6e2199c0ea85f92a08413d0e236
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02979601 BTC
Feerates: 454.44 > 2.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (140,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,923 774,923 000000000000000000034edcacf36005ea5982426211ed61acb6ffe605342971 1,414 1.00/1.00 vMB 17
774,922 774,922 000000000000000000024d122d7aa1058060780386a244c0c73d0554ebcc7d8c 999 1.00/1.00 vMB 26
774,921 774,921 00000000000000000000b6c3960b2d024e462e30951b8f08d9201445f2145e7e 3,278 1.00/1.00 vMB 29
774,920 774,920 0000000000000000000519b39cf357d262ff36a4dc1719d7a3c11dbd6a277148 3,042 1.00/1.00 vMB 44
774,919 774,919 0000000000000000000287942024f4978c2d2938a02a3f868016efa4adcf9c84 2,210 1.00/1.00 vMB 17
774,918 774,918 00000000000000000002382da20361f5b18d98182c1ab544304328f1d980e011 2,805 1.00/1.00 vMB 17
774,917 774,917 0000000000000000000188899715994ce62e52ada398c4fd7d7180e3049beba0 2,886 1.00/1.00 vMB 27
774,916 774,916 000000000000000000060eeaa2fb55f4548fcfbcf6b4d703eff5b3a1ae905b46 2,549 1.00/1.00 vMB 28
774,915 774,915 00000000000000000000cf592e3da30d922426af4e20abc9dc57f79cf5270eec 3,578 1.00/1.00 vMB 30
774,914 774,914 000000000000000000063ca02dac11d02f72799c11565b8e66e44e7e31d1660b 3,603 1.00/1.00 vMB 37
774,913 774,913 000000000000000000023cae07685f3bfcb3a39ce81f3bcece9e292da751840a 2,458 1.00/1.00 vMB 48
774,912 774,912 00000000000000000004686184abacf2a1f5d07449d7dc33e9d4e40b6f763dee 3,526 1.00/1.00 vMB 32
774,911 774,911 00000000000000000006087ee2fbc61d92e08507f64f9f9f5e07c6128d3ddce8 3,594 1.00/1.00 vMB 31
774,910 774,910 0000000000000000000601c1a18999bccf1038e468ac56a995aa9a47b951f4d3 4,151 1.00/1.00 vMB 32
774,909 774,909 00000000000000000003e44152d28b5514ab11a8c9bd673d032fc52e3712e658 1,978 1.00/1.00 vMB 37
774,908 774,908 00000000000000000001d5827462bb28a02a40104bb66080fe7144df8cc90f2b 2,692 1.00/1.00 vMB 41
774,907 774,907 0000000000000000000407973b0774c0e7fa23aa85fabe23d810db61064bc4bc 2,341 1.00/1.00 vMB 22
774,906 774,906 00000000000000000006b721da8dc5e40fbc5c81497fcbaf913da4faff330a92 2,813 1.00/1.00 vMB 33
774,905 774,905 000000000000000000004c1ea1ca5786f945af2817bed4cefc342fcd2e8305a4 1,834 1.00/1.00 vMB 33
774,904 774,904 000000000000000000019e564535d7da76c298f2ac738c9ce37ce11613fb5dc3 2,144 1.00/1.00 vMB 16
774,903 774,903 00000000000000000002c10bfd05d99434606971446a85ec36131f739f3c4baf 3,422 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.