Loading Tool

Explorer IconExplorer

Memory Pool

41,043 transactions
26.24 vMB
0.07325149 BTC
Random Selection Loading Transactions
Max Size: 136.64/200 MB

Candidate Block

Mining Attempt f94a6856296e3fb43786b0b13107fb99392e3c864a55ccecec20c085005e67c8
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root f56a9870995aae9865e0108d47a67d6e81d4f2005c36c4c5a0dc70ab80fcab0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.02482607 BTC
Feerates: 150.98 > 2.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (301,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,609 613,609 00000000000000000001d20b5c89556261bd6ab4989c08d40187bf929753d3e7 2,448 0.66/1.00 vMB 7
613,608 613,608 00000000000000000007348a424e195aab912a6455b3a95b3536dc71840d13d1 2,399 1.00/1.00 vMB 22
613,607 613,607 000000000000000000117bfece4b462c24413a0903dfa58ac12e85e5808a8eae 1,504 0.54/1.00 vMB 17
613,606 613,606 00000000000000000009ca5b1c7ff900dc7d4456a9966fe43d7741d5bfec1f02 160 0.05/1.00 vMB 12
613,605 613,605 0000000000000000000dadeee37d5c488cc41308ef567a2b9090da33c13d3bb7 2,097 0.62/1.00 vMB 11
613,604 613,604 00000000000000000002765d7ebda9df9980654be67579419194908009cfa8a8 135 0.04/1.00 vMB 9
613,603 613,603 000000000000000000056a10f22c74bd3e089c7c714f91ac09b9358b62477942 2,050 0.61/1.00 vMB 13
613,602 613,602 0000000000000000001245bcf8d73f892de8e44bbe054bcf47d7102e9a72a517 225 0.06/1.00 vMB 17
613,601 613,601 0000000000000000000deba8e6b193cdcba4435e65abb725a108852f2109f0c5 878 0.24/1.00 vMB 14
613,600 613,600 0000000000000000000b4d165b80913d9d84307726af6e97322a9dc57206a046 1,252 0.33/1.00 vMB 12
613,599 613,599 000000000000000000106f5d48843e48cbd48af8c14d8c3bf8c50cc5f66e26ed 865 0.25/1.00 vMB 12
613,598 613,598 0000000000000000000bdc0945be7f51ffb41696982dac028e90f3abc2341b93 1,813 0.54/1.00 vMB 11
613,597 613,597 00000000000000000010dd9b2eb9e2e65bd14738370d59eaf5a312ac4dede529 56 0.02/1.00 vMB 9
613,596 613,596 00000000000000000005b18998f03a0b9e4733ebcff81421dc39160b956ae82f 2,037 0.76/1.00 vMB 13
613,595 613,595 00000000000000000006a67bc61f0c887a0be6e66ce3c862d5e08b5ec31db5b3 1,300 0.35/1.00 vMB 14
613,594 613,594 00000000000000000003c24a21b747182582bdb05b7505eb699b7ade717bbf80 2,084 0.96/1.00 vMB 6
613,593 613,593 000000000000000000109043fc2097836198db9d80510667520196f7849e8bee 2,954 1.00/1.00 vMB 7
613,592 613,592 0000000000000000000dec23e7e5dc70d5b1e4e5f7620c5fe82fad79723d6f13 2,136 1.00/1.00 vMB 4
613,591 613,591 0000000000000000000fe17cd3d38cf11f6c6b26f0846d242e6b8212242aa717 2,419 1.00/1.00 vMB 10
613,590 613,590 00000000000000000007e7f205ce2f747936e5d0f26b98c8d6ded1aa1a06dde4 3,327 1.00/1.00 vMB 10
613,589 613,589 0000000000000000000b1dff9095de49333b6e2f1eb33476753c81b42b06ee08 2,547 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.