Loading Tool

Explorer IconExplorer

Memory Pool

23,657 transactions
10.06 vMB
0.06303878 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.61/200 MB

Candidate Block

Mining Attempt 9fd053a8c5ab1244e5433d24f401bd102caab0c134d6dc4cc67f845e58f72cf9
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root bc58a58efe0ebabfec9757ada8d768ef6a0418562bb66fd4fe5fc6bae112ddb1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.03413736 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (689,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,565 223,565 000000000000036a150006a2de452991d2ee01cb31b85de890d68db1569c68ae 126 0.12 vMB 92
223,564 223,564 000000000000013f2088064a3e440976b32e579f96ca4c5fd6077007084b3ee4 616 0.25 vMB 189
223,563 223,563 000000000000019b07c6f4b9fbe719cccdccc0ac4d62d4e0918ada3fef09de0d 506 0.23 vMB 197
223,562 223,562 00000000000002da6abfe0c152cfef10ae3ec8658b4853fe90f830729e3795d8 626 0.25 vMB 233
223,561 223,561 0000000000000008411bce4214d8bd49dc09fde251eda7b0759c14a56180eb54 55 0.02 vMB 255
223,560 223,560 00000000000000d656365f5095f190866c2483d5f495771a4e85ee12f94cce28 251 0.11 vMB 166
223,559 223,559 00000000000003867b6c2261ae5d6a61b39b878cc153901bdfc75973e3517af0 32 0.01 vMB 72
223,558 223,558 00000000000002cd012142135f2ffed918d1692f974036fdd9d2e4528c177ea5 392 0.18 vMB 171
223,557 223,557 0000000000000067491a9359a9c524cde93d5119586d183964120a6bba4050be 587 0.24 vMB 251
223,556 223,556 00000000000003545276c24f959803b00c3895db6190283eae6c0dec6ea45742 414 0.25 vMB 148
223,555 223,555 00000000000002a59f3a271c3681411743086da26cf244ba3bce1b8dc38ed06a 321 0.15 vMB 215
223,554 223,554 000000000000034d13dafc08a5a3d04681e4e8ad093b61ca11a650a6a58e64c8 63 0.03 vMB 264
223,553 223,553 000000000000000106ee49ea47a30b18faa24e4eb968ee76c1fed6e25f5e7f71 279 0.11 vMB 256
223,552 223,552 00000000000003386177411697bceefaffffe214ff1e01e8b037777eb0473507 223 0.09 vMB 20
223,551 223,551 00000000000002d3f6850d462ccc8baae96e2f9d3f8dccab978b5268ed3157c2 183 0.08 vMB 186
223,550 223,550 0000000000000352606771c44734c6a24a3fd93955e636bb95003ef2eeee8ef1 329 0.20 vMB 174
223,549 223,549 00000000000002aefe2659289ad893230898604d63a875b5070c1b5f703f7b0b 532 0.25 vMB 179
223,548 223,548 00000000000002eeefd981d334a8b534c4d909f1254b566265635dcf4b19d80a 771 0.25 vMB 326
223,547 223,547 0000000000000153608a43ad7caf286553f833e0dcf40e2daee5dc19a8dc678d 118 0.07 vMB 177
223,546 223,546 00000000000001e8aed3543800cf99041a0ef44bf0dcf43a22164adf7c65fe2e 315 0.16 vMB 173
223,545 223,545 00000000000000b8c91c328188e68fced9cb554d19052dfd0ae155344ef2bae5 121 0.05 vMB 103
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 279.69 GB
    • Received: 1.10 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.