Loading Tool

Explorer IconExplorer

Memory Pool

80,867 transactions
30.93 vMB
0.10884159 BTC
Random Selection Loading Transactions
Max Size: 188.07/200 MB

Candidate Block

Mining Attempt bdc2f22776bba3204d81fdf0f698311ca7bfcfacd01f91c9fe79e5a9fbf971e2
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root 46835e77da15d0e362e48b426a52ab2c0ee72e814ec930a01909d9970eede613
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.04238236 BTC
Feerates: 101.66 > 4.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (385,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,597 529,597 0000000000000000000dfd88eeb3d2a6975767487d886cfcff6b8e95524613c4 18 0.01/1.00 vMB 50
529,596 529,596 000000000000000000005b33b182c260b333bb71e353e8099a4b0f4724457900 673 0.27/1.00 vMB 34
529,595 529,595 00000000000000000035adc9ead7396ed7f6a310368fdc1aafb885957b31419a 1,163 0.45/1.00 vMB 35
529,594 529,594 0000000000000000000b678e4c747b73bb9e3ed974b96227792dfffd7535749d 1,157 0.45/1.00 vMB 36
529,593 529,593 000000000000000000267d9937ad51278fb2d6d40a3e95c391da4f44b6e55e4b 1,408 0.67/1.00 vMB 25
529,592 529,592 0000000000000000000464aa73d7b60c4e64b3f9caca2046089c42b90cd4a767 988 0.39/1.00 vMB 40
529,591 529,591 0000000000000000001421cc383f8962c7e58f87cdb8ee91601ca3370da994f1 853 0.32/1.00 vMB 33
529,590 529,590 0000000000000000002fe951a47a870f2eacbe8c033c00eeabae0c57679ab29e 392 0.15/1.00 vMB 23
529,589 529,589 0000000000000000002bd09601f1dea06732a12d34ebc35cdb2dc4b28c7ee5de 1,748 0.72/1.00 vMB 8
529,588 529,588 00000000000000000023b31c2b6c8e62578566ec7a4031fd3e54edd00eb8d11d 2,235 1.00/1.00 vMB 67
529,587 529,587 0000000000000000000b901889053a4e993e90e8b377cbbf615edb38d3fd1a2e 740 0.27/1.00 vMB 42
529,586 529,586 00000000000000000007dc9052439e2bf06c97239213ca67aca970f33593a1de 2,062 0.86/1.00 vMB 33
529,585 529,585 00000000000000000009aad7f87cb0efdb18a46d695a9f8da093694a8d0b8d71 2,482 1.00/1.00 vMB 24
529,584 529,584 0000000000000000002202b6a4930b34c00595b52946c8cdcbe41e4b440cdafd 815 0.27/1.00 vMB 51
529,583 529,583 000000000000000000097a9fef056b2554fa18180b9478a0c977e690e3721fef 1,709 1.00/1.00 vMB 35
529,582 529,582 00000000000000000014d35dbe7dd8096153b6a459d5ad09b01e021c8b8f28d4 2,407 1.00/1.00 vMB 37
529,581 529,581 0000000000000000000d5d698f328a8bb1749bd57fc6cdab45d2c487495f35ba 1,510 0.72/1.00 vMB 30
529,580 529,580 00000000000000000028cc09065f347d268ff2cdeb367ef4aa73217809ca0056 2,137 1.00/1.00 vMB 29
529,579 529,579 0000000000000000001e5e48b75e744baaee342079ab7466ee6c1f3fff2a8980 1,001 0.56/1.00 vMB 9
529,578 529,578 000000000000000000193145ba9592b1e2fe78d56af6cd29c55582c783c2132c 698 0.46/1.00 vMB 7
529,577 529,577 0000000000000000001e40a63991a77dc221fa7e2644f56d35336f91a4523a11 1,188 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.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: 707.61 GB
    • Received: 16.69 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.