Loading Tool

Explorer IconExplorer

Memory Pool

29,047 transactions
27.18 vMB
0.04298614 BTC
Random Selection Loading Transactions
Max Size: 147.85/200 MB

Candidate Block

Mining Attempt 1a3d87f1fa766a741a2588492a44163a9da31749cce085e4aae62d804e231247
Version 20000000
Previous Block 0000000000000000000032b74d9a774a0000920444df20d3434338ade89ebe13
Merkle Root 82c1e2caa6cfc2fd473614bd34bfedb96bfb6845b2a1bb25ecb7870051af889e
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.01232171 BTC
Feerates: 108.39 > 1.23 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,846 (60,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,030 880,030 0000000000000000000169129fa148621dcb38858ec3808bc34156f8c80bf68f 2,387 1.00/1.00 vMB 4
880,029 880,029 0000000000000000000222a9adce763d6d0a5f841c4a8738afe870c876f2015a 2,059 1.00/1.00 vMB 4
880,028 880,028 0000000000000000000100fce52055d927bae2f14c1efd5e7c8b0ee9597d41d8 1,267 1.00/1.00 vMB 2
880,027 880,027 00000000000000000001510ea61c1355bbc9018ca501250109ea3b17a33c42d5 429 1.00/1.00 vMB 1
880,026 880,026 000000000000000000019580f2798884aab189eedd46c24f1bdd7adcba41c150 1,386 1.00/1.00 vMB 2
880,025 880,025 0000000000000000000103c7415bf1c0c9d891af4e788fb24978473c01fb6036 2,678 1.00/1.00 vMB 4
880,024 880,024 0000000000000000000012e9ab6bd4c4a42800017e6faeb3b4baa0ba833e4fb3 2,138 1.00/1.00 vMB 3
880,023 880,023 000000000000000000001872cd85e280dcd304ec7b37413bc4bc2abf5290c328 2,428 1.00/1.00 vMB 5
880,022 880,022 0000000000000000000236411f1b2b9133053782db4f09cee01a4ca61d5cf320 2,676 1.00/1.00 vMB 3
880,021 880,021 00000000000000000001edb6e69f887207a12ccb12a9d0e2c1cf2cb43fb2fbd7 2,229 1.00/1.00 vMB 4
880,020 880,020 00000000000000000001726b77d5a6659f0a8dbe0d1ede455551543fd9a58c11 1,197 1.00/1.00 vMB 3
880,019 880,019 000000000000000000020ec471a8bf3949300aab5a49d5d6e54aee7a4d9e78a1 1,967 1.00/1.00 vMB 3
880,018 880,018 00000000000000000000bb39704f189da436d0adbed0da2bb334f93cdaa519d9 2,581 1.00/1.00 vMB 4
880,017 880,017 00000000000000000000d0e90bbf63d1ab64d1f6b65b57474c28aea09a56981c 295 1.00/1.00 vMB 1
880,016 880,016 00000000000000000000e000944a8a674d0b1391b36487bf2c18695e1c06e3df 2,451 1.00/1.00 vMB 4
880,015 880,015 000000000000000000003769f388185f7e82056d5fe363c130072b6b8abf4915 1,157 1.00/1.00 vMB 2
880,014 880,014 0000000000000000000207cf12b78d3f25c9580476c2dd5c5bed9f7a29d67a5b 516 1.00/1.00 vMB 1
880,013 880,013 00000000000000000001f510d09f5baa753404c2e14265ddd7f8d8e3399fbd56 1,770 1.00/1.00 vMB 2
880,012 880,012 000000000000000000000bee16ab1c077049f2ef02324a8b8ae0c82a7141b55c 2,618 1.00/1.00 vMB 5
880,011 880,011 0000000000000000000098f3a248ddd0de35c95de6d9c60fcff62283a6f63b43 446 1.00/1.00 vMB 1
880,010 880,010 000000000000000000011505af217c4bb6bd16e3e125f6ec83ccd9f0c4cb5fce 2,587 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 828.26 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: 4,567.34 GB
    • Received: 246.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.