Loading Tool

Explorer IconExplorer

Memory Pool

48,409 transactions
27.98 vMB
0.08090322 BTC
Random Selection Loading Transactions
Max Size: 148.39/200 MB

Candidate Block

Mining Attempt 3f7632d0ee49b87cbb8ed2367a90f12afab1c69fc0c267d988262fb8eb952c8d
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 16d63ae05653aee81d2c2821697b881a6ec75605d1ee07b90ab32f4cab873beb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.02535065 BTC
Feerates: 318.30 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (334,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,228 580,228 0000000000000000001cb9056501154e4fc4fba935914e7c02d07ec05fd14e62 2,726 1.00/1.00 vMB 113
580,227 580,227 00000000000000000014839541e60f7683487796adac136935d7f60329392d12 2,253 1.00/1.00 vMB 97
580,226 580,226 0000000000000000000679fb879ecd5aee4f2587ccb91f02e23e1b10c8810707 2,562 1.00/1.00 vMB 85
580,225 580,225 0000000000000000000a20e97aaac8bdb67ca378b44f829e29157263a9656871 3,205 1.00/1.00 vMB 134
580,224 580,224 00000000000000000024f5e8bc6a53161c07a98bb081de0b8d1d3b648532f976 1,992 1.00/1.00 vMB 88
580,223 580,223 000000000000000000111574820e1ff0ac1fdf9dd92db9e6b03d64d3cedaea4b 1,049 1.00/1.00 vMB 96
580,222 580,222 00000000000000000000b029424185e9a5fe75f654d30231cf8df22625a09169 2,328 1.00/1.00 vMB 123
580,221 580,221 0000000000000000001133eab151d88551ccd37123eed57948a1f71db66595c9 2,198 1.00/1.00 vMB 117
580,220 580,220 0000000000000000001f2a2951ed6cc8d1458b3a44aad136cec5f661bbc4eacd 2,367 1.00/1.00 vMB 66
580,219 580,219 0000000000000000000a5db56750250d97f84e7a7f3a9d34d18c9d662353dd5a 2,281 1.00/1.00 vMB 99
580,218 580,218 00000000000000000015d7e6283de7e5229cb9d02a3f42284a78eb81a86bda00 2,607 1.00/1.00 vMB 103
580,217 580,217 00000000000000000008c21f24d8f3ecd678ecfebdd22898e68676ebaa89a72f 2,724 1.00/1.00 vMB 106
580,216 580,216 0000000000000000000df20b53ea71ab723dd8d285d9f5dd0aa40f9ed04bb2d5 2,636 1.00/1.00 vMB 95
580,215 580,215 00000000000000000024ed29d3857f27fcb8229f4224d0e2201d9101afbbc196 2,072 1.00/1.00 vMB 65
580,214 580,214 0000000000000000001a3121eca549636195f5b46604853018e00a3c9d261b1a 2,803 1.00/1.00 vMB 143
580,213 580,213 0000000000000000001c71b908ddff33d8e3ea828b0fa2d6327f66e314cc6e6c 2,271 1.00/1.00 vMB 83
580,212 580,212 0000000000000000000191086a4512c0a09e45fd09c735475ebd3e169da0e690 2,110 1.00/1.00 vMB 86
580,211 580,211 000000000000000000056e3a873ddf5301b7e56107f757ced5e56635d8ce60fe 2,312 1.00/1.00 vMB 82
580,210 580,210 00000000000000000022ed2e412e5c8fdb4eef4ae1d9b604408321b53e686b57 2,334 1.00/1.00 vMB 178
580,209 580,209 0000000000000000000473c1cf7cbf99fd70f8005338e5d30102d75668f1cde0 2,618 1.00/1.00 vMB 15
580,208 580,208 00000000000000000004f9ae8570ee14aeac0a0cd9f4e7a0d941a384b691b950 2,597 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.