Loading Tool

Explorer IconExplorer

Memory Pool

50,530 transactions
30.28 vMB
0.08984089 BTC
Random Selection Loading Transactions
Max Size: 162.32/200 MB

Candidate Block

Mining Attempt a47331d3787822ef545eec5802d5e8644e665ab1621af4c82d7622643d7a6b62
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6db4262ce113ff84ccbf7725fec1dc6b761dc13301e0f67aac0e972dd3c3e6c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.02056053 BTC
Feerates: 100.34 > 2.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (749,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,335 165,335 0000000000000638d9bf8175d619f25a69f30dc11bc1e2fb0d9b475863a24dba 142 0.05/1.00 vMB 62
165,334 165,334 000000000000034f5a1611711e019f698fe459c06c8360835d35da3e006e0137 83 0.04/1.00 vMB 147
165,333 165,333 00000000000007dae0de72962af59aceb787d4728608065f2372071be8c33671 56 0.03/1.00 vMB 224
165,332 165,332 0000000000000102807a9392dbcb65c50d32b1c9ce05edf23c058a27cf0244e9 51 0.03/1.00 vMB 68
165,331 165,331 000000000000007eab2435b77abd131710e27cec84177862fd5b124585a7ba93 18 0.01/1.00 vMB 28
165,330 165,330 00000000000008a4f2794afe3c389bdbf455103b2373c2533a53be165d22853a 33 0.01/1.00 vMB 33
165,329 165,329 000000000000009338b1e039773f6ffd8444c9625de656c0588b84bcbbe6f4ec 133 0.07/1.00 vMB 98
165,328 165,328 00000000000002ea6e7885c081ce6ec1a97d2857d424797378f84dd00ce5cbf1 15 0.00/1.00 vMB 1,675
165,327 165,327 00000000000003fa3d473250bb4ff91cb0b3dca1e9f804e82fe2bd516d807a71 34 0.01/1.00 vMB 242
165,326 165,326 00000000000002a49cfb1b6beb1612744247bf0f438f040cde45a1d0c47ad95d 84 0.03/1.00 vMB 597
165,325 165,325 0000000000000bf87ffb2f63377fc8af9fbfac166fc2f1decb3c4664766b19d3 45 0.02/1.00 vMB 153
165,324 165,324 00000000000006de3c90a06de3ba888577e4135d2242b8b3472ccea2bdeaf5f2 25 0.01/1.00 vMB 324
165,323 165,323 0000000000000ba6d5358ec27a2f7b7b33e914f220cf71abb1382f5cc467b6c9 66 0.02/1.00 vMB 189
165,322 165,322 000000000000055a094a449b62cf2aad7352cc99f34b324f310c2d4e96dee0a3 112 0.04/1.00 vMB 38
165,321 165,321 0000000000000ac3aa2669d3c162f66e9c813b39c4fdbc7a9a438671b427bf69 83 0.03/1.00 vMB 156
165,320 165,320 000000000000055c4335bc841fa33668bf3b689a4799c711f4cf0e3ae4a10a5e 38 0.01/1.00 vMB 120
165,319 165,319 00000000000002cadb0b6b8616b3ef86359f0467ba0e2b5af64078a24e2c0974 10 0.00/1.00 vMB 36
165,318 165,318 0000000000000159e5fe9277a6699cef6d8e47bc2f64ca0eff523b92056b51cd 68 0.04/1.00 vMB 195
165,317 165,317 0000000000000b4ca161a165c3fb975661290280efaa97429ca12e4984abee2d 85 0.03/1.00 vMB 9
165,316 165,316 000000000000058d7864e34a53dae98370e5346a1ef5adbde432b8b2d78bac8c 110 0.05/1.00 vMB 143
165,315 165,315 0000000000000326c108c0a54250bd463e15152e6404df33b302b1eb6e88f206 9 0.00/1.00 vMB 255
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.