Loading Tool

Explorer IconExplorer

Memory Pool

76,637 transactions
28.56 vMB
0.06960055 BTC
Random Selection Loading Transactions
Max Size: 173.07/200 MB

Candidate Block

Mining Attempt 5730b170f068018ff04e520f99e84b95d0f0f2ea56ef92d71fedf1925a376994
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root f563f6616e0df4f702f21798c00162a7bcc70cea4faf6e10dd853306b5b47cc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,604
Size: 1.00 vMB
Total Fees: 0.01042476 BTC
Feerates: 71.79 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (564,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,281 350,281 000000000000000016bf6cdb81d71d8bc49295818d729d74246f61403a2f6a61 1,606 0.75/1.00 vMB 32
350,280 350,280 000000000000000006be82dec35d6aab58416b2c57eb0df6811424623620afcd 1,384 0.61/1.00 vMB 31
350,279 350,279 00000000000000000af6b0073c5a78141fae98d768e118920ec68a150261c0aa 1,179 0.75/1.00 vMB 17
350,278 350,278 00000000000000001387b316662237df1612c9e16c61b1284290d878d02d1df6 2,368 1.00/1.00 vMB 32
350,277 350,277 00000000000000000fe2a45d32e57a5ed226d402ed5c6b1ef97f71bdf70698ad 1,671 0.75/1.00 vMB 34
350,276 350,276 00000000000000000422895128abbd94dae213fe0de47ea806b6a4f20734caf8 1,620 0.75/1.00 vMB 46
350,275 350,275 000000000000000011535f9feb6b9a2c81181e404b8469f59e8d982e58efe0e6 150 0.11/1.00 vMB 14
350,274 350,274 0000000000000000081ce2cb24a4f90ce2d78ee8f0325b7c1e1de2a566f2525c 1,304 0.66/1.00 vMB 27
350,273 350,273 00000000000000000ce6f5a08fa185d00662aea6710abd268d5d80bd5a76357c 946 0.48/1.00 vMB 27
350,272 350,272 000000000000000013968d63d2ff5eb43b9d74720b951e9e61d096c3f61a3bf3 1,042 0.65/1.00 vMB 15
350,271 350,271 000000000000000007d0e081ad1de8253858a8c6d6a423cc2301b3e366c3888d 1,248 0.90/1.00 vMB 21
350,270 350,270 000000000000000013fd76c6ec1ea27e21226a10b227820d31c5bacde9138554 2,504 0.75/1.00 vMB 44
350,269 350,269 000000000000000002b58398cf52991fbdd3644999b54b98f26e9b068ebb63ff 417 0.26/1.00 vMB 24
350,268 350,268 000000000000000012bcb338a710bf7cabb5c42c6170bbdf2904473afd392c3a 768 0.46/1.00 vMB 20
350,267 350,267 0000000000000000137584b53368b0b2afad339b4aa87b107cd3c8a2cf00453f 1,188 0.64/1.00 vMB 24
350,266 350,266 000000000000000002b05eb499d433cb0dca8e213eea07d9a195662dec69a228 1,916 0.96/1.00 vMB 29
350,265 350,265 00000000000000000f85a8a6b1c9a5b03cc4baaae18abd9e40c8c5c4e2d81a08 288 0.13/1.00 vMB 28
350,264 350,264 000000000000000004c13e675f33dc62dc7b1aa06a474237b36ca3d8b737a22a 255 0.14/1.00 vMB 25
350,263 350,263 000000000000000009128f8af68f160dc78390c33d4c9ace960c6754b6099186 1,000 0.51/1.00 vMB 32
350,262 350,262 000000000000000009d0c0c841eee257376b967f1a9f0e26b0cc2b7377053dc4 118 0.10/1.00 vMB 17
350,261 350,261 0000000000000000010e3dfb6466785cbf098d304dd62a600bfadb5669135e33 742 0.36/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.