Loading Tool

Explorer IconExplorer

Memory Pool

44,496 transactions
26.63 vMB
0.06256277 BTC
Random Selection Loading Transactions
Max Size: 140.54/200 MB

Candidate Block

Mining Attempt 57d1d74f8cb45c2c73dde9d2327df7dc259a540781ba4e382e4489cd32451a5a
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 279c2c513e5e9c21a4cfa6c463e6cd1b491f53d87f1abbb3b487e20b12b28087
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,283
Size: 1.00 vMB
Total Fees: 0.01370925 BTC
Feerates: 100.36 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (206,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,638 708,638 00000000000000000003132db49bbaaf6f2b01b28475f29d7c26f4962b139ee2 1,579 1.00/1.00 vMB 6
708,637 708,637 0000000000000000000507571134fe5fc72d61a6980a7d77b13eba06fecec0de 2,839 1.00/1.00 vMB 10
708,636 708,636 00000000000000000000c8b8477b2aabe34787815eb3117932e58d5698834d37 468 0.41/1.00 vMB 5
708,635 708,635 00000000000000000002ffb01efb1c1eee0632f78c8e6695a796f756f4619bb6 170 0.11/1.00 vMB 7
708,634 708,634 000000000000000000082a6b5ca63a4698809dd51e56a6dc16fa90a87f4f5b98 825 0.68/1.00 vMB 4
708,633 708,633 0000000000000000000b95edea36f624cb3c1fe8b4e1c10f291b5620ab3867cf 1,581 1.00/1.00 vMB 7
708,632 708,632 00000000000000000008beef59371825ed4e008579c467b2ff7d7cc4cca98bfa 2,231 0.71/1.00 vMB 10
708,631 708,631 000000000000000000038405ac1d16605284cbe6debfea9422e9a672fa6dcd85 1,963 0.64/1.00 vMB 11
708,630 708,630 000000000000000000015cd50f2e09f8b9dabc0ab846470e8d48eb46fdcf7009 1,230 0.48/1.00 vMB 9
708,629 708,629 00000000000000000000dd432ea3ed746bca05e1121e9555d5233a0b92867095 926 0.39/1.00 vMB 8
708,628 708,628 00000000000000000001724794f11335f1dd0f381e37f9419632e57d571b8a89 498 0.13/1.00 vMB 10
708,627 708,627 00000000000000000005fff1b02414592b2946d0e0ed60b4a58bc93c6f920a71 973 0.40/1.00 vMB 12
708,626 708,626 0000000000000000000408a54958f4ae0cf1a37d05327aa44bf9221e5ed67408 2,069 0.81/1.00 vMB 8
708,625 708,625 000000000000000000005c0e2c9e55efe3c46f23f2a0e37a5b060ae8dbc7237a 2,639 1.00/1.00 vMB 14
708,624 708,624 0000000000000000000093e6745e5f0ca9e96432cbeeb7ed36521f53ff745c02 2,491 1.00/1.00 vMB 6
708,623 708,623 00000000000000000000f182da9b00f5f69948153448aa015fdf8b18fb02dc07 1,839 1.00/1.00 vMB 3
708,622 708,622 00000000000000000000459d6b9bc767f9d13317def99f39a8f15a54b7f529bf 2,579 1.00/1.00 vMB 6
708,621 708,621 00000000000000000009bde58b66036d3a4238bf511bd28f9e6281100404c504 2,945 1.00/1.00 vMB 23
708,620 708,620 000000000000000000057f54156e519672711d1f285b308d0ed72b8851146d1c 3,948 1.00/1.00 vMB 15
708,619 708,619 0000000000000000000bd078f1ff5bbfd9109ce2ee5ad62a8adc5b80bf7ecfb0 1,416 0.48/1.00 vMB 6
708,618 708,618 0000000000000000000b566f05dccfaf93a9829935e2331f16759ceab996ea0f 1,940 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.