Loading Tool

Explorer IconExplorer

Memory Pool

80,478 transactions
29.79 vMB
0.07487263 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt 2b5ae47a0fe4b00fb507208d780ed2fb383ab52253f51ceef36130597395d2dc
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root e18f2e7a74a8f0d7590c986f42a3804f5c40812eec205955e77c45f5d1e8c9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.01421292 BTC
Feerates: 147.04 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (587,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,253 327,253 00000000000000000fe96f92736a8fa3a47e15ca0648b16136711fc95a760f3b 199 0.08/1.00 vMB 32
327,252 327,252 00000000000000001c8932207b40c9375ce59174f9797caee9dd7ad9460ae8b3 59 0.04/1.00 vMB 11
327,251 327,251 000000000000000007ee3eddd4eae86e997a6359dbe50d820afc0249a4b48d03 168 0.08/1.00 vMB 37
327,250 327,250 000000000000000004d9fca4f3c4768f8099796250d81993cde055b6e99cff4f 291 0.23/1.00 vMB 31
327,249 327,249 0000000000000000011e93febf4b6941128b7b6d316a68418423e54a2d5c8ed6 30 0.09/1.00 vMB 27
327,248 327,248 00000000000000000d79c8b45dd937c851222c07bdd2283d9f32f086a2c7f917 617 0.51/1.00 vMB 25
327,247 327,247 000000000000000010f279b890c1275fcebeef49d035ac9db0f426b306e5178e 480 0.75/1.00 vMB 14
327,246 327,246 00000000000000000517dd813a8441e5f1b7105b7ea10d9be70ca26e15e9b8f2 959 0.50/1.00 vMB 30
327,245 327,245 0000000000000000180f3095a79b020c7f8e9d5fc4bc56beda9e8001899a5b14 672 0.25/1.00 vMB 37
327,244 327,244 0000000000000000045ddaa4a056bb5ba265a6a61bc0f71cdee825c5733621be 97 0.08/1.00 vMB 7
327,243 327,243 0000000000000000063cfdfc3ac92db00fcd8d67bad91bfa85ca35c94478fa6a 856 0.45/1.00 vMB 29
327,242 327,242 000000000000000011fa3e5c817d254fc6fee6d0657a8ec95c3d1270efe08f6e 982 0.64/1.00 vMB 23
327,241 327,241 00000000000000000c6b322e81fd528f950bbafc499db1e5cb63f70e13f0c319 560 0.30/1.00 vMB 25
327,240 327,240 00000000000000001b1c33d7f5178967b7ee8a17486d5cb5e12a795608d270a9 690 0.65/1.00 vMB 17
327,239 327,239 0000000000000000154b18b5b7d3b34a2d9366c6d60b9efcad4598f7cdee958f 1,677 1.00/1.00 vMB 26
327,238 327,238 000000000000000013c0a59dff7cb1c604982e81ab24870924b0cf7d0b08fbb0 104 0.07/1.00 vMB 17
327,237 327,237 00000000000000001112aaeb1d5a4ca6210c5f816ec4ada0d97e5bc782c88d4a 1,882 1.00/1.00 vMB 27
327,236 327,236 000000000000000006f607016c0a74036acab89e6c007f688f3bd7435fd180ad 1,739 0.50/1.00 vMB 52
327,235 327,235 00000000000000000c2af079b051facc49f9c8cc50691cc64eaff59b94c2b94a 780 0.35/1.00 vMB 35
327,234 327,234 000000000000000014d61d27a1bd2f4f2438d93f21b9b57ee15005646180fcf6 474 0.25/1.00 vMB 27
327,233 327,233 00000000000000000a1077106eb88839a217ea6169122d0dcc28fd0f43a6cbdc 461 0.35/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.36 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: 662.89 GB
    • Received: 14.88 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.