Loading Tool

Explorer IconExplorer

Memory Pool

36,241 transactions
26.19 vMB
0.07251241 BTC
Random Selection Loading Transactions
Max Size: 133.81/200 MB

Candidate Block

Mining Attempt d8cee8a0c4d61b9ceb89b30239a8a83bbe8f95205227e0ba8562b6eacf601ba2
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root e268e05d4b9a8d747b25a3ca9a1257dc7d4a32ffe101d59587f647b9da039e57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,925
Size: 1.00 vMB
Total Fees: 0.02417106 BTC
Feerates: 713.01 > 2.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (92,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,281 822,281 000000000000000000017a58313c408b4acdcd72a6d5f858e79e90f8e5ed9a32 3,559 1.00/1.00 vMB 162
822,280 822,280 00000000000000000000ccc3ad4455fbeea8fdc388317d164d111fcc697b2ffa 2,861 1.00/1.00 vMB 230
822,279 822,279 0000000000000000000299d9834c791ee808b537dc439d9a8881eb97091b2379 3,815 1.00/1.00 vMB 228
822,278 822,278 000000000000000000042342b349e618c34be792ce1eac2eae099f5281b48841 4,552 1.00/1.00 vMB 242
822,277 822,277 000000000000000000041344e1a6879176263bb7fda934a364754411075eaea0 3,640 1.00/1.00 vMB 268
822,276 822,276 00000000000000000000d97c801203e55405c7279e96f2ff2bf8d83d775f8139 5,547 1.00/1.00 vMB 221
822,275 822,275 00000000000000000002f2f09fb327556325455e5fffbdabaf5cc420f36182d4 2,497 1.00/1.00 vMB 188
822,274 822,274 00000000000000000003f7fd0a6adfb996a3c401fd151e77aae313ff1a1b83b4 5,562 1.00/1.00 vMB 227
822,273 822,273 00000000000000000002767cb7e55e96976699c39eee5dbde911ca3f4843fa20 2,541 1.00/1.00 vMB 213
822,272 822,272 000000000000000000034cbbbb9d27add215d8a5e138a6d0d7082280b21d75e0 2,837 1.00/1.00 vMB 236
822,271 822,271 000000000000000000035f535e6133204a60dff42c0fa435b4d52e008004c13c 3,871 1.00/1.00 vMB 259
822,270 822,270 00000000000000000000cc1b79eb51163c0501f9d24058183c680d15d03e5684 4,333 1.00/1.00 vMB 292
822,269 822,269 00000000000000000000b7685a29c986df78a99f1f3cac8172a6fd5e11c6c2c3 4,213 1.00/1.00 vMB 216
822,268 822,268 00000000000000000000a01796aafae9fadaa7cd84905e01c8476dc35e01a5fc 3,911 1.00/1.00 vMB 256
822,267 822,267 000000000000000000002021e06af372e8a8857e2d858445e811aea5b2f14d05 4,192 1.00/1.00 vMB 321
822,266 822,266 0000000000000000000008bda92d3ae237a26d5f72fcec956c5c0da2cbd6eb71 3,877 1.00/1.00 vMB 248
822,265 822,265 00000000000000000001c48336833f7f385c9009aba94e01111d513a724551c5 3,192 1.00/1.00 vMB 382
822,264 822,264 00000000000000000000b088471882044a2fef3b8e17753060ebcc4ff20f70b4 2,677 1.00/1.00 vMB 249
822,263 822,263 000000000000000000042c09c94a8546952683018bae0335d250e6ba88c746a2 3,856 1.00/1.00 vMB 320
822,262 822,262 0000000000000000000412d88f3607bd245dc997aef86156a0c1e40de24abf54 3,410 1.00/1.00 vMB 368
822,261 822,261 000000000000000000023213c98659e6a3d5ca359a390637e3762d0d339abe4d 3,757 1.00/1.00 vMB 394
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.