Loading Tool

Explorer IconExplorer

Memory Pool

42,663 transactions
32.81 vMB
0.10975897 BTC
Random Selection Loading Transactions
Max Size: 164.33/200 MB

Candidate Block

Mining Attempt 6823a2324061d263526082f920e472393c4dc77935da8d59da37277cdd6a414d
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root 0c9f97664a50eeebd3f48c13d799a5351da46089b575edb79e9b95667a81aaf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,835
Size: 1.00 vMB
Total Fees: 0.03732581 BTC
Feerates: 492.15 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (906,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,296 8,296 00000000f4d669b83791d914f8d23fac895f1e248da856082078bcad41669b0e 1 0.00/1.00 vMB 0
8,295 8,295 000000004d057f5e39e780853e80c3447f2827344674d417b5715ed201397c35 1 0.00/1.00 vMB 0
8,294 8,294 00000000276544e3a758cda222e9291f01bd8d6fb6efe70779fd9bab600c7670 1 0.00/1.00 vMB 0
8,293 8,293 00000000229bebfd3876c8c63e98123e6246458414fe432ccbd2b8cda6e28674 1 0.00/1.00 vMB 0
8,292 8,292 000000002d6177898bde5832f2e6cad7d0f31511dd84a021b8b26ae1e546df1e 1 0.00/1.00 vMB 0
8,291 8,291 0000000060b58697f3a10a67d94f7437b734cbc761c80c79516c314ceca2811d 1 0.00/1.00 vMB 0
8,290 8,290 00000000caa0e60be223d5b7cfe335d6742ddb3f4006a2cb5a81d02e2d2884de 1 0.00/1.00 vMB 0
8,289 8,289 00000000e9666bdf76e2bbf2e3001ed4bb926cda54aaf2c72af365d21ba90490 1 0.00/1.00 vMB 0
8,288 8,288 00000000d973bc6a279b81b6da4d8fdbfd4242312181f4c094c420d3ac8c6a48 1 0.00/1.00 vMB 0
8,287 8,287 00000000f146640b532605b24eaa612e8096842605dbd3abd81f0cf226bdb88f 1 0.00/1.00 vMB 0
8,286 8,286 0000000070fc5453f6b820a1cdec8dfd51a6a0c229c2ac16f0b2807221ec39f7 1 0.00/1.00 vMB 0
8,285 8,285 000000006b4b456cd16c91821653c4c252afd9d085f28c804ea7aa54daa90a8c 1 0.00/1.00 vMB 0
8,284 8,284 00000000a5275ba694daa25c191959e7694df68fd4a10865f24cfc0283d99a24 1 0.00/1.00 vMB 0
8,283 8,283 0000000093cafa55c15b13f9eef325ce6cfc24efe2c98d00e0f326e56d623e2d 1 0.00/1.00 vMB 0
8,282 8,282 00000000336143357bbf9e497b7023108acff80a1a08b070789fabe856a4bb94 1 0.00/1.00 vMB 0
8,281 8,281 000000000bc1a45e6c7d12b0f009bc069bdb5f111ca4f02c768b543d20cde197 1 0.00/1.00 vMB 0
8,280 8,280 000000000f44e3e0d4a0936726c88a989772fe7c12ce7d62bdbfe01130ef86c0 1 0.00/1.00 vMB 0
8,279 8,279 00000000fef7255d9362d277b89cf9828b874b78e774690bc09cb3a09b4514f5 1 0.00/1.00 vMB 0
8,278 8,278 000000008cbae6bbf53ad8d4ebeedea04c889c3ec19804165a4b20a66f42afde 1 0.00/1.00 vMB 0
8,277 8,277 000000001098e5eeaface1388dd57a76983180699df43b1c06fd8ff0e3786c63 1 0.00/1.00 vMB 0
8,276 8,276 000000008f05edfb0fbbde763d148df2841f634cf1667488f9606cbb2df33063 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 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: 586.60 GB
    • Received: 9.47 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.