Loading Tool

Explorer IconExplorer

Memory Pool

27,834 transactions
11.52 vMB
0.04327969 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.41/200 MB

Candidate Block

Mining Attempt a53637067d8dcdfb1c172a8ef73cb2fc70ce96dda838247a41e1719a25cd4500
Version 20000000
Previous Block 000000000000000000019bd8eacb07bf2ff53a28712cce82a4fa3ad7b4389a63
Merkle Root 7ec1d0944c3fd75264814a498813c5d70ed4507a48eb93796cc1f9cd6c6cfa62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,417
Size: 0.997976 1.00/1.00 vMB
Total Fees: 0.02375961 BTC
Feerates: 201.07 > 2.38 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,615 (716,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,253 197,253 0000000000000359cb24d324ffa6e6af3c2566f17ba21c93816d34b85754d958 24 0.01/1.00 vMB 90
197,252 197,252 00000000000003075d3b787b61f3b66d41e69afe0f57dd08fed010cff9fa2210 284 0.11/1.00 vMB 122
197,251 197,251 000000000000065e76d7c9fbd4a506a9b08bdfe8a94d6ab83ef8e80872b4d851 250 0.09/1.00 vMB 148
197,250 197,250 00000000000003f9dcbbc648d2324be9e4cac29d1357e31e8502509cd8c21bc3 276 0.12/1.00 vMB 134
197,249 197,249 00000000000002ec06d23d81bb172de59840a21b15ed34a8b35bacb37a3ab1d6 17 0.00/1.00 vMB 150
197,248 197,248 00000000000006a13476807717eba810cf78c124ec75eb7d4e102672dc1ad5ba 89 0.04/1.00 vMB 150
197,247 197,247 000000000000051e047178fd170c48792077b330058f298a6bc6b0f05d1579b4 429 0.18/1.00 vMB 132
197,246 197,246 000000000000052f2642490cf84bca71e58e7db5d586f0c09398a0ad21d52c89 124 0.05/1.00 vMB 143
197,245 197,245 0000000000000134b9e2ac8e79d364640f7b7e22ec114dd8a4597cd780ca446e 11 0.00/1.00 vMB 14
197,244 197,244 00000000000000970fd1e9737fbf93bdf71419c8c3018bda0325c11778a0f575 126 0.05/1.00 vMB 128
197,243 197,243 000000000000010f656b57ee0a439ff035adc32cd7d5bdb09dc3e967da381445 157 0.05/1.00 vMB 47
197,242 197,242 00000000000006a4135d2b83ce33ae8b103b17ecf7a48f51842cf234b7458cee 92 0.04/1.00 vMB 106
197,241 197,241 000000000000062c8ac8f32aa3925cedb19550396eb008df6e0f8a0b7d6392ce 383 0.14/1.00 vMB 170
197,240 197,240 00000000000000f2a2e2bb7cc0939eae1a2bdc49e70a4a0d2394bc91b70f7716 46 0.02/1.00 vMB 100
197,239 197,239 00000000000005a78bf2b95355c4d73db968b1ef9bc3fd41bdaebef304aa9e52 144 0.05/1.00 vMB 208
197,238 197,238 00000000000001de10da2559fb51b20f731fafd2ac65fd467fbed0cf0a4688b0 48 0.01/1.00 vMB 118
197,237 197,237 00000000000006812b52eee0da253d88988ea564a1ab36335ba648be1616d985 29 0.01/1.00 vMB 92
197,236 197,236 00000000000002e9dd4eb8bffe3b48442f05c51e89e30418219900520f8eae49 122 0.05/1.00 vMB 120
197,235 197,235 00000000000004c772cc051c0c45bd4178fd75ba997f96867c35fd39569453c8 11 0.00/1.00 vMB 7
197,234 197,234 00000000000001ee6f734159fe26934115ab04f9bc2d69cbac0701df1c021b82 21 0.01/1.00 vMB 316
197,233 197,233 0000000000000412ad32d3f0f2b5a915ff3761f35bf62f06277015220ea7f00b 188 0.07/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 779.93 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: 465.35 GB
    • Received: 2.78 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.