Loading Tool

Explorer IconExplorer

Memory Pool

78,567 transactions
28.86 vMB
0.10979964 BTC
Random Selection Loading Transactions
Max Size: 175.20/200 MB

Candidate Block

Mining Attempt 0b3c7b07a5d0279e9f4f5fdfbd87df280ab5fe656d25f0fdff29b86208096d81
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d45df0a5f6ac64a71d72a3c10cfaf1964b7214766d462e85a9eb321c496b8d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.03893074 BTC
Feerates: 602.26 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (382,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,176 533,176 000000000000000000272497d7b3589d79aa33211e9967225c4e65a2b51de590 239 0.11/1.00 vMB 17
533,175 533,175 0000000000000000001dc80a29f66e5e45ef5c3800d33b9671b7928570e30071 1,069 0.36/1.00 vMB 27
533,174 533,174 0000000000000000001abc40be92fc314147f2e8ba0d895db4304bf5fe1eb46d 360 0.11/1.00 vMB 20
533,173 533,173 0000000000000000002cf2a766235516f5c91c01dc153065af27c35a130f31b8 439 0.18/1.00 vMB 16
533,172 533,172 000000000000000000323ba43f7f2b031469fcc79aca9c77afa5e4d4f2cf1184 1,565 0.55/1.00 vMB 27
533,171 533,171 0000000000000000000be26df80d6659e3f7ed21dc4d021ff543fe9352fd601c 685 0.22/1.00 vMB 19
533,170 533,170 0000000000000000002e1aa6b303b6243b6eb8bd23b893f2118f2795c0c45181 347 0.12/1.00 vMB 32
533,169 533,169 00000000000000000002f6bd6ab29d5136f8414e71398d2cc4b53c2a5642fa1b 715 0.25/1.00 vMB 36
533,168 533,168 0000000000000000000411cc732130dd6c26422e85a11987ffc8abc36abba6b5 278 0.08/1.00 vMB 17
533,167 533,167 0000000000000000000751c52538a01f10eaa9d8db302f8582b7f8618eac6d60 1,259 0.51/1.00 vMB 23
533,166 533,166 00000000000000000011a653dd4687a2abc11c4a5c2138e0a65121353a4c3023 890 0.34/1.00 vMB 17
533,165 533,165 0000000000000000002b8f6d27de68b62f5a09bc9424c7860664fcf4aa8f6d18 620 0.27/1.00 vMB 20
533,164 533,164 0000000000000000001f9f5ee7fb19af8f949afe2e3751fd0d0f373398710f20 1,988 0.76/1.00 vMB 16
533,163 533,163 00000000000000000016abcde011782bdd25e589b56460edf6578711ea1b072a 495 0.16/1.00 vMB 14
533,162 533,162 0000000000000000001c2c1fe569c8f31895b607c869095141a5f61e12556e3b 703 0.36/1.00 vMB 17
533,161 533,161 000000000000000000287de38e312cd7ca02ece9f363ab05e246eb4a99dd8169 653 0.27/1.00 vMB 27
533,160 533,160 0000000000000000002e5f7b5b2a16ada77443b21b335f72a3f11e22b659842b 354 0.15/1.00 vMB 7
533,159 533,159 0000000000000000000ef76d98c5a0768c213ddd4edaf6d3b71501ed7d0fa6d8 742 0.31/1.00 vMB 18
533,158 533,158 000000000000000000064de852c99a8203e92b2a95377f3632e26a9e26da405b 1,596 0.64/1.00 vMB 25
533,157 533,157 0000000000000000000c95ecc6b486c0ae69f2e3ac941a8dd2ab4bfe2e081472 688 0.23/1.00 vMB 29
533,156 533,156 0000000000000000002d3566bd3255bd4775e0af4ae17d83f2e787154bd8cebe 172 0.08/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.