Loading Tool

Explorer IconExplorer

Memory Pool

33,692 transactions
25.17 vMB
0.05235112 BTC
Random Selection Loading Transactions
Max Size: 127.87/200 MB

Candidate Block

Mining Attempt af64726768335cc4723b78c460113d5d2f0f1cb268bfd56a4e846ec6694fb031
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 86b1c1f9f2c08db129210645b9eac0f612a0b6efda7959bb914a2932372fb52a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,556
Size: 1.00 vMB
Total Fees: 0.00695640 BTC
Feerates: 508.49 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (496,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,168 418,168 000000000000000004a18153b9c12329ad17ceb859d7e8b49d8b3bedac06a6c8 1,158 1.00/1.00 vMB 28
418,167 418,167 00000000000000000334bf5a5d29b67ebce7025312b619d8e5b0035ed4e32ae0 256 0.11/1.00 vMB 67
418,166 418,166 000000000000000000d0b807f948283d8f70de0c0a66b65e8bfdc86abec1b4a8 1,261 0.72/1.00 vMB 56
418,165 418,165 000000000000000003c6a3f2fc45c5fb36e980bcf86b574a984307710c1a618c 1,015 0.40/1.00 vMB 61
418,164 418,164 000000000000000000117a919112d8b97ee4f45d239f42c298150abd58e6bfda 778 1.00/1.00 vMB 15
418,163 418,163 000000000000000003fd574fac8be65e0f97ca777367481744d389f7e4cc9b4f 1,874 1.00/1.00 vMB 57
418,162 418,162 0000000000000000005c7978aa02f05d8fbbb4a0d99f515407e5ef5701045afc 2,337 1.00/1.00 vMB 69
418,161 418,161 0000000000000000029376fbebf8b0cbc952fd2fa59c79389d1db64ca7ab57b4 344 0.20/1.00 vMB 44
418,160 418,160 0000000000000000007f70feed6567e414b03549b01e0e6c74c1f15d7401cd9f 797 0.50/1.00 vMB 46
418,159 418,159 000000000000000003476cc2798a6c03fcf9a5b69eec58298f9ce532e6dcce9f 913 0.56/1.00 vMB 48
418,158 418,158 000000000000000001652ec2acee8ca9da2e9591d433036ab229ab5df52d114c 151 0.12/1.00 vMB 32
418,157 418,157 000000000000000003ad9ba2bb0a28b9bc4eaeff6cb4501079236e43465d013e 927 0.75/1.00 vMB 33
418,156 418,156 0000000000000000053bbcc2d4b2bc15d8af2a64b64edb2269ed3d87ea0b26e9 1,352 0.84/1.00 vMB 48
418,155 418,155 00000000000000000182582653d3aed65196fbf83a316ef7fb1e9cd0dddb51f8 27 0.01/1.00 vMB 119
418,154 418,154 000000000000000001de3431f5ec35d1d1305aa61a99628098f0e2edc296ab0b 1,449 0.88/1.00 vMB 47
418,153 418,153 0000000000000000001b9d3f4112480cda9b061c24310165d5a985dcc0ee37c7 237 1.00/1.00 vMB 4
418,152 418,152 000000000000000004b74ebec5d594e3192643e027c61277f219671e815dbd96 259 0.71/1.00 vMB 12
418,151 418,151 00000000000000000394a477ef6d48f5d9aa4b2d14488bfdbf3adfdb0caa5187 524 0.98/1.00 vMB 11
418,150 418,150 0000000000000000015878b49202316242594bebfd0f979a8ecace4ce91d9b7e 2,227 1.00/1.00 vMB 49
418,149 418,149 000000000000000003db40a19761efc0ac3101410b20cc3b1c8c3902d55d8d25 2,250 1.00/1.00 vMB 62
418,148 418,148 00000000000000000511dc0575089edc5f330f3b25de67acc4c933964e468a11 2,901 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.