Loading Tool

Explorer IconExplorer

Memory Pool

80,754 transactions
30.05 vMB
0.07824131 BTC
Random Selection Loading Transactions
Max Size: 181.07/200 MB

Candidate Block

Mining Attempt 9176f9a9d65b8520ff110625fdc856344de48c214f7c14b3e5337488588fc6f4
Version 20000000
Previous Block 00000000000000000001d919ed88fc3960fd2643a2dd9bda2746788e7fade853
Merkle Root 48dbfa177b44ed1ea08e49fa5a1add837ee66b436394e001348c7a344c80b33e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,232
Size: 1.00 vMB
Total Fees: 0.01666944 BTC
Feerates: 302.00 > 1.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,986 (707,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,550 207,550 000000000000008950737a87cb6a4fd97ef5847f0add9088590e4562cbd2c907 537 0.22/1.00 vMB 159
207,549 207,549 00000000000003977573275831357d300d6ef786d9ac842132aee9a119925925 164 0.09/1.00 vMB 102
207,548 207,548 0000000000000151b8c28c4ad30ccf503580c42e4be88ba42faf63c7d0e44af6 256 0.07/1.00 vMB 277
207,547 207,547 0000000000000226b2c83383459f7d4440ab13c5e9d456357be06274b876c4f4 378 0.16/1.00 vMB 173
207,546 207,546 00000000000003a6a5f2f360f02a3b8e4c214d27bd8e079a70f5fb630a0817c5 509 0.22/1.00 vMB 217
207,545 207,545 00000000000004151d13c5cc4e823b141d4abf54c26c6ab28132897a1c55c530 19 0.01/1.00 vMB 15
207,544 207,544 00000000000004d5c36dc3bb4d8e8e70bb408f41507bfa8aed80613942160c8c 67 0.03/1.00 vMB 161
207,543 207,543 00000000000001bea89538ef859dedc5c4d918870b0a83d9e4e5aef4e7c0e418 158 0.07/1.00 vMB 209
207,542 207,542 00000000000001cfee8d4bbab25cab9987e0e8f77f0eb5501a6bb5fef635c24b 7 0.00/1.00 vMB 323
207,541 207,541 00000000000003a1744a0f72d2d4e124db79be9de1aea94f4834ba04b27f00b0 88 0.04/1.00 vMB 296
207,540 207,540 000000000000039b95c24a32dd6f77ce8276c9d9d95e5103b524fd831deb307f 158 0.11/1.00 vMB 121
207,539 207,539 000000000000015f1cba274f5dbe2fc01b6df283df69961c18685c647fb97aa3 103 0.05/1.00 vMB 82
207,538 207,538 00000000000000b5a0dfe4e52aaf4e927778db0e7fd727797eb75b4631acbc47 15 0.00/1.00 vMB 98
207,537 207,537 0000000000000129107ba1e4c4c8234b5b40f892bf702726639b80734d7c0149 37 0.01/1.00 vMB 181
207,536 207,536 000000000000027e355c4fd3ab9b31d37ea60744c5db52056245275bc2e1a971 51 0.03/1.00 vMB 254
207,535 207,535 0000000000000493ddb68158e54cf54720d7ae4ca41724436f24c22d32ce805f 83 0.04/1.00 vMB 85
207,534 207,534 0000000000000209ce0e850ed587703d5f12350fcc0735be8b28223d86a70cfc 312 0.12/1.00 vMB 203
207,533 207,533 000000000000039cdf597c530a12621aff88951a4d2b2d6cf6896efa82104883 148 0.07/1.00 vMB 91
207,532 207,532 0000000000000295578bcd11b07613c6ae4aeaf1f4c299c7f42be81b365c6131 260 0.10/1.00 vMB 218
207,531 207,531 000000000000007760f8feb05c84d49dd565b5d84d1453c78f66a46f2357aff0 176 0.09/1.00 vMB 136
207,530 207,530 000000000000006fa5a29ba508f2a7f6c4997f6698ce0be8935a72249d20b4e8 364 0.15/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 782.37 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: 663.52 GB
    • Received: 14.91 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.