Loading Tool

Explorer IconExplorer

Memory Pool

41,138 transactions
29.08 vMB
0.07283324 BTC
Random Selection Loading Transactions
Max Size: 148.42/200 MB

Candidate Block

Mining Attempt 9d6f7fa5a4e0588f8b853d9e66efa89456f9cedf90960b8ec6d60fcc7206442e
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root df0a95c075ed573ad924e8905e5fac32975890065c6b171d75c6606405ed180f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,661
Size: 1.00 vMB
Total Fees: 0.01618208 BTC
Feerates: 101.61 > 1.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (318,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,278 596,278 000000000000000000065023bcb3164f5f38f96575d94b4bf8199b55f7edaf6f 2,493 1.00/1.00 vMB 14
596,277 596,277 00000000000000000008b1aab2c81f29c3f7f4b0f02b5236799ac10fd165271e 2,561 1.00/1.00 vMB 30
596,276 596,276 00000000000000000007d4ee3cacab59f31d6188173a58c0d872736cbfd41e24 3,134 1.00/1.00 vMB 15
596,275 596,275 000000000000000000048eaa12a1d59d011abf2a7b751dc8301451c966a35b94 2,696 1.00/1.00 vMB 18
596,274 596,274 0000000000000000000118d6cbaf664243f8e2f34e27e3affe2242ca38ddc54f 2,697 1.00/1.00 vMB 21
596,273 596,273 0000000000000000000a34daac973ff57e45d4e20d57ce4edd78b97aad1cf67b 2,991 1.00/1.00 vMB 32
596,272 596,272 0000000000000000001047b593390147df9a50f92fe509d832b69ea2219b0e1c 1,027 1.00/1.00 vMB 23
596,271 596,271 000000000000000000023cdb5c9973112e0fb30cae554c4fb68ab3561f7871ff 2,997 1.00/1.00 vMB 26
596,270 596,270 00000000000000000006e02916139bf8bfd05bf61ba312afe67918f5755d5a81 1 0.00/1.00 vMB 0
596,269 596,269 0000000000000000001003c8a0440e6528bc0f0a2dd5178d8382ec0875836721 1,695 1.00/1.00 vMB 38
596,268 596,268 00000000000000000015a09220d59dcbf66e0e484563c76fc8f9278d4e0b0668 2,922 1.00/1.00 vMB 38
596,267 596,267 00000000000000000017422f631ff5211fa18f981289f2d8413214957b2793c5 2,831 1.00/1.00 vMB 49
596,266 596,266 0000000000000000000a074d6a890f25e9a401942f30ef616115520602cd0cc3 2,887 1.00/1.00 vMB 13
596,265 596,265 00000000000000000007bd9430c13b3eacfd492bf6a1e777aae15f8f90f62ec8 2,752 1.00/1.00 vMB 23
596,264 596,264 00000000000000000001b6b64d00daa02940136749879f5e3f79c3144a8847e0 2,534 1.00/1.00 vMB 31
596,263 596,263 00000000000000000010fd665aef852e02c4896eeb91f245a70c53b2716fb0e4 2,836 1.00/1.00 vMB 24
596,262 596,262 0000000000000000000be6f5c2773b04bda68b36f0dd541b2ca9eb9dee2b6270 2,227 1.00/1.00 vMB 24
596,261 596,261 00000000000000000008a1b7eae93164e54d526e06a946ec511822ce5294cda5 2,777 1.00/1.00 vMB 40
596,260 596,260 0000000000000000000f54c61bc72d40d0ccc633b49ac048d9e7649c444440e3 3,181 1.00/1.00 vMB 31
596,259 596,259 00000000000000000012c3d70b8c776eba3a0a81e12a2f3902165a729bb74a6f 2,046 1.00/1.00 vMB 16
596,258 596,258 0000000000000000000324d9070a2a4a01a9e5bd1144faf8fa7790d2c3f0fd97 2,429 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.23 GB
    • Received: 11.31 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.