Loading Tool

Explorer IconExplorer

Memory Pool

77,149 transactions
28.52 vMB
0.09789198 BTC
Random Selection Loading Transactions
Max Size: 173.36/200 MB

Candidate Block

Mining Attempt e1899e34ad443b76ff95e29dde02a650101fc33a1cd95b0d0c3b9baf7eb8a0ea
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root 91ae83251d94eaa0cf934077b9bfdc28f5b9addfaf09dd0582b6ef490dc84669
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,346
Size: 1.00 vMB
Total Fees: 0.03338900 BTC
Feerates: 526.32 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (185,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,386 729,386 0000000000000000000628a17284c1a9e6032345f6ac7c3187cc6a4a972a8c62 489 0.21/1.00 vMB 8
729,385 729,385 000000000000000000068f13a472b57be6c40ecfc33743d87466fb3ae8991cf6 308 0.62/1.00 vMB 1
729,384 729,384 00000000000000000001a416da6874348fb5fa02b8f7914dfc09c4aa6cc372d9 1,563 1.00/1.00 vMB 6
729,383 729,383 0000000000000000000a239d64d539f84a433d6ce0a042107aa204d0b070848f 2,200 0.95/1.00 vMB 5
729,382 729,382 000000000000000000060cfd7347dd2929a60ac5961db0e28a5777b3bf8cbcab 3,248 1.00/1.00 vMB 7
729,381 729,381 00000000000000000003dac4e03fc56ff0ac318866988e693126ee378d99aa28 3,132 1.00/1.00 vMB 16
729,380 729,380 000000000000000000081e8b79f8e00589bf1aa4d4afaa7a6177afb2f8d458c0 89 0.03/1.00 vMB 14
729,379 729,379 00000000000000000002eefd87d780b2a81084799f838b1626baa433f0d3a5ee 1,534 0.64/1.00 vMB 6
729,378 729,378 00000000000000000002b585e50d4285f88ffbfefdf1006e575c989ade458bdd 1,244 0.85/1.00 vMB 2
729,377 729,377 000000000000000000058d7f0b964516c0efa16c33f79e5b0839ba6a37cdb72a 1,475 1.00/1.00 vMB 5
729,376 729,376 00000000000000000001534ebbcb0d4ff3815dff8d176e5e67ad4152be01e2c6 2,657 1.00/1.00 vMB 4
729,375 729,375 000000000000000000074f55ed6063d5e2781aecc76219aaca7671155a49596f 2,717 1.00/1.00 vMB 10
729,374 729,374 00000000000000000000b0628a47cf8758115bc8ff638b0172a84cded9ac7d1a 2,983 1.00/1.00 vMB 15
729,373 729,373 0000000000000000000a07633448324ac0b58b360170767a01f36db05e778c3c 708 1.00/1.00 vMB 4
729,372 729,372 00000000000000000001adab268cd28cf1d6acbf6ddc9783f725ae005611babb 1,739 1.00/1.00 vMB 3
729,371 729,371 00000000000000000009eb025dc0544ad4f2bd3d04addbe67e467ed8339dcd27 2,960 1.00/1.00 vMB 12
729,370 729,370 000000000000000000078a8113cb2f1a6baa1688f42c9c8d5a8130bc529e312f 763 0.27/1.00 vMB 8
729,369 729,369 000000000000000000073ac356e616fe22399777030a2a1f53d654ba1e731faf 2,822 0.96/1.00 vMB 8
729,368 729,368 00000000000000000003f9104d46f093cd26e039fad604c75820d5e233e7a9b9 1,655 0.88/1.00 vMB 4
729,367 729,367 000000000000000000002a7a30c4461421f1095e47325bd45380398f53323d0d 3,013 1.00/1.00 vMB 5
729,366 729,366 000000000000000000059a4a6c2c8806c554937c7362a84a6829b4037ca1155c 2,446 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.