Loading Tool

Explorer IconExplorer

Memory Pool

82,911 transactions
32.56 vMB
0.09878223 BTC
Random Selection Loading Transactions
Max Size: 195.27/200 MB

Candidate Block

Mining Attempt 20f59f522a44b7d77df205a8b5ccf9a3661c4fc7b84ec2f78445f42db8f148df
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root c23c85b473757989c2f4ec9bf680f077255eb6686f995cad0814250425c917c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,999
Size: 1.00 vMB
Total Fees: 0.02355602 BTC
Feerates: 265.25 > 2.36 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (631,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,332 283,332 0000000000000001cc831b2d84fba2238622112b8542d124fda66e8ce9491526 519 0.25/1.00 vMB 38
283,331 283,331 0000000000000000fd8f4efdd04a099008af214d70cad3ae8278e70b4affb259 9 0.00/1.00 vMB 29
283,330 283,330 00000000000000003aa552e656448cab0c5de5ffc5c972ad9f7a6313b9ef7d6a 69 0.04/1.00 vMB 49
283,329 283,329 0000000000000000c108f7ee1b41f045c71ec17460e44bcf9419e1f16ae2afb6 224 0.11/1.00 vMB 45
283,328 283,328 0000000000000000668dd77f02d92d2476e91d7a1daa502cc567ca72c0d21a41 33 0.02/1.00 vMB 53
283,327 283,327 0000000000000000a7267eeac3dd2cba5b64993a35e8b74dbc805e3525048bcf 40 0.02/1.00 vMB 26
283,326 283,326 0000000000000000a229ac952073ac8363e054b6b300d166aa222b42f691ca01 182 0.09/1.00 vMB 25
283,325 283,325 00000000000000016864ffbb954cfa3e695333d7ed60c0e7e3dbb268f733019b 443 0.23/1.00 vMB 35
283,324 283,324 00000000000000003078dede5819fbf5a449f2c281eb5520b669ced4d99e5e5b 153 0.05/1.00 vMB 65
283,323 283,323 00000000000000001662dec516e15c267eb582347e5bb8e821b4216f90f0cb61 144 0.05/1.00 vMB 193
283,322 283,322 000000000000000146273ffa8ac7893bac1ad18287f46c1d2e1d092cc4636217 183 0.08/1.00 vMB 36
283,321 283,321 00000000000000014390c2aa96f6a344184ee6338baaaae6ab83ec3dfa43dec8 571 0.25/1.00 vMB 49
283,320 283,320 00000000000000017239271d40563187c7e5917461581939cae6a47d0010fc39 263 0.16/1.00 vMB 36
283,319 283,319 0000000000000000f087c429c5c4c1607123061063b241d21d08680423fe4778 114 0.07/1.00 vMB 23
283,318 283,318 0000000000000000e845de9fa810619d781f656bea0b50408cb1a24d27f4e72a 617 0.29/1.00 vMB 45
283,317 283,317 00000000000000017be9591a032b8d02d9a87a6ed2b9881a1eef7b061a41cfbf 634 0.25/1.00 vMB 39
283,316 283,316 00000000000000017fca0d72f1312b32c6d4b3b694811f57c1598e5cc74ca47d 1,033 0.64/1.00 vMB 29
283,315 283,315 0000000000000000e1f2c5bad7661a4b8c43ea2a138c03496a946f0dc38c2400 1,060 0.35/1.00 vMB 70
283,314 283,314 00000000000000012e9bbf2626854a2de2245d7d01e98d3a1592cfa1cccc53b7 835 0.56/1.00 vMB 37
283,313 283,313 0000000000000000e7dac06b610053a1d791cad2fb46f22dde6b51b7b6d745ac 79 0.05/1.00 vMB 26
283,312 283,312 000000000000000130c3acd3d665df0cb1f90c5e9bccbeb9891da1a2ffa0de65 425 0.29/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.55 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.