Loading Tool

Explorer IconExplorer

Memory Pool

75,294 transactions
27.76 vMB
0.07892430 BTC
Random Selection Loading Transactions
Max Size: 168.83/200 MB

Candidate Block

Mining Attempt c0b0cc1f4cae79d5cfa6839fde62fc8e88d14b605f06bc41f3f4b7d53e3e107a
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 828f4b47341e2b9ccce43c39a111c541edc30b4dce3e0e292f3c958551a24d7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.01948977 BTC
Feerates: 151.01 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (161,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,658 753,658 000000000000000000003b5388e0f4345514492f6f6fda6013862c4de77942a6 2,114 1.00/1.00 vMB 8
753,657 753,657 00000000000000000004f1aeb25e6c553762a7073bf72e6672e3df84bacaec24 2,335 1.00/1.00 vMB 8
753,656 753,656 00000000000000000003e5f649a4e4fec28ab5230880f2adf1eb63bfe7ace990 1,529 0.86/1.00 vMB 6
753,655 753,655 00000000000000000000f92f5aa9b87d1edf85e5efa8f1c5c56e00bf223685ed 753 1.00/1.00 vMB 8
753,654 753,654 000000000000000000041c6aaff2f349be23b6764a1059051f26c52e55351a2e 1,212 1.00/1.00 vMB 6
753,653 753,653 000000000000000000067cc99212a71acdc73ba0f8d2cbb209edb1db4e4cf6ef 2,972 1.00/1.00 vMB 5
753,652 753,652 000000000000000000015df3fe9844af5f5357803a367802e30679eafd3acc19 2,957 1.00/1.00 vMB 19
753,651 753,651 00000000000000000004552891ceb4c1b5098f3f80594cf85af259e23f62ff7f 2,728 1.00/1.00 vMB 15
753,650 753,650 00000000000000000001d7fd4e0010d9cdc98e1608e8b02b0123f98959d72e44 2,827 1.00/1.00 vMB 8
753,649 753,649 0000000000000000000534b130f206f58390f83569d79c3fac006d9b9191dfb6 3,181 1.00/1.00 vMB 19
753,648 753,648 000000000000000000071560938feef72929cc714fc2e24471f08ba7fb8f61fc 1,745 0.66/1.00 vMB 10
753,647 753,647 00000000000000000008b223d4eebfbb6b3d3f63fb622aef3c4850cb2174f55d 1,760 0.81/1.00 vMB 2
753,646 753,646 0000000000000000000323f012a3d204803d99d3c05da658afd33d7710eb24ce 1,841 1.00/1.00 vMB 10
753,645 753,645 00000000000000000003175de03cac8f5e5c0ec32dd3ab63f8aa47ad2b33215a 281 1.00/1.00 vMB 11
753,644 753,644 00000000000000000006aea1c3b571f45ca060a3e7204cace9b46cf1caedbacc 2,238 1.00/1.00 vMB 18
753,643 753,643 00000000000000000001ecdaefd53ac38bd03a9c2f6b6543b09da709ceeb8ea5 92 0.05/1.00 vMB 7
753,642 753,642 00000000000000000002e3a984d990a141e3415470fde7f12aa1769daa630c89 992 0.42/1.00 vMB 8
753,641 753,641 00000000000000000005388b132f8e5d4099afecc0beb0b26903e40abf7dce21 2,384 0.84/1.00 vMB 10
753,640 753,640 00000000000000000007dd5fcb7a2584bdd127f5d8b6e67a80a653c07a347ad8 172 0.08/1.00 vMB 7
753,639 753,639 00000000000000000003c20a2ce3605c6126b305e8641d09e1dc3de64ee7ae76 1,128 0.59/1.00 vMB 7
753,638 753,638 00000000000000000007e4c1e1cb237a435be934f107cada39aa1af9a9e96e40 2,027 0.84/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.94 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.90 GB
    • Received: 17.62 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.