Loading Tool

Explorer IconExplorer

Memory Pool

42,856 transactions
29.01 vMB
0.08969106 BTC
Random Selection Loading Transactions
Max Size: 148.39/200 MB

Candidate Block

Mining Attempt cace574d443938428c51379880d2b552ae3f0827917c72db1d781af9f7955043
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root cb15f903821491f42c37e1e767f3f8844bcad332d1b0f6ed0bc4c77c1ba81f14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,021
Size: 1.00 vMB
Total Fees: 0.03197791 BTC
Feerates: 88.27 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (672,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,524 242,524 00000000000000d0c44953a26da911cf509261e79a65f259f9fa80105f5c5d37 745 0.25/1.00 vMB 244
242,523 242,523 0000000000000027549a317cb18a2b42fb9ea50b76eb9e0846bee8656348656e 260 0.09/1.00 vMB 179
242,522 242,522 000000000000009a34aadf79d0d9c2a20630a5668250fbea352e6c6683ca8618 235 0.11/1.00 vMB 165
242,521 242,521 00000000000000adc61b59d1ef9baf8deee680d12bc89436480b664b09040eac 17 0.01/1.00 vMB 232
242,520 242,520 0000000000000060e927ffd99063882310dbc0457be4740221d71bd93da3fd73 312 0.14/1.00 vMB 186
242,519 242,519 00000000000000708bfe741ed1fdb2788a09ef45f3d0d43426177a7d731822cd 48 0.04/1.00 vMB 45
242,518 242,518 00000000000000a39bdbf44520a30b1a568519788cf2f060af03a5b182859dcb 517 0.21/1.00 vMB 606
242,517 242,517 00000000000000a982ff9bf7e512f9ae42cbe5aa21bde0cae1bee52a3943673c 337 0.25/1.00 vMB 126
242,516 242,516 0000000000000065626f5865d72f30fe09e8f7eae84ef56d0cb46bd6a6096f34 548 0.25/1.00 vMB 211
242,515 242,515 000000000000006e00316252e38b6756c8e3f931b10244e55c8b8e33bdeb7a98 498 0.25/1.00 vMB 457
242,514 242,514 00000000000000cb7ea6c5bd7378cae3359f3bbbfe5043f5b2c80cafcfc90e60 620 0.25/1.00 vMB 450
242,513 242,513 0000000000000002e78277c20c9a29ee96ee6e484a4ff5d192c36eef5591175f 433 0.19/1.00 vMB 118
242,512 242,512 000000000000005d1dd76e31528b5c5bc58d5886822f36bdf5c206963f277a04 542 0.25/1.00 vMB 159
242,511 242,511 00000000000000dae3d6549d50087ef3e611ebc22bdb5202e33855f7d3071c98 37 0.03/1.00 vMB 117
242,510 242,510 00000000000000d4fc5026c59bb7b90d7512b026fefd905f46e4499974f42796 174 0.05/1.00 vMB 15
242,509 242,509 00000000000000c44d81067142d9d12d0fd631d97cb6e911281c0b4acc9c600b 352 0.18/1.00 vMB 146
242,508 242,508 0000000000000089e8123e9f1b9fdb459bad2f8f3937bd8ffaac9ef88dcc721a 256 0.08/1.00 vMB 248
242,507 242,507 000000000000003730ffcc8296d9e443aa05ece9cac302cbb1ef0e210d3af6de 63 0.03/1.00 vMB 1,596
242,506 242,506 0000000000000064ffbee75a5ef86ac6b8495133a79e9b4f0f3c211e7ed47bb7 228 0.12/1.00 vMB 139
242,505 242,505 0000000000000078d84e357781fc8158f13877f05b75b0ddfd3584f2cdf4d533 191 0.09/1.00 vMB 204
242,504 242,504 00000000000000ac6df09cbae0b7b45c7dca0e7a488034de6b30a44938440113 128 0.06/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.