Loading Tool

Explorer IconExplorer

Memory Pool

82,111 transactions
30.22 vMB
0.16775584 BTC
Random Selection Loading Transactions
Max Size: 181.67/200 MB

Candidate Block

Mining Attempt 865c2e46caeb3047c6c7a4e60491d785897795564683898267f667bc935d5e2a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 22cb58091b0a9b75c4d4097b672525a61163600271eeeb9b4b37b47a9e40893e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.06355700 BTC
Feerates: 1,002.91 > 6.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (346,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,718 568,718 0000000000000000001291a254445ec0123ae45045799d97571a6eca86ddb718 1,036 0.61/1.00 vMB 8
568,717 568,717 0000000000000000000bbda233c6e1cfa73a5ddbfd92c2d28bcacd59ce8f49bc 2,595 1.00/1.00 vMB 6
568,716 568,716 000000000000000000198cec7ee02db4b9cfca5e03b0f70f78ff02d798b34ccb 2,383 1.00/1.00 vMB 12
568,715 568,715 00000000000000000014cda0d81f4cd92e1d224a391097afb18d1467d8a836ed 2,580 1.00/1.00 vMB 11
568,714 568,714 00000000000000000019c436636be01c85f62af5def32ded7e3651792b8402ab 2,261 1.00/1.00 vMB 20
568,713 568,713 0000000000000000002130cc261e73d1e525eeea1bb5ab956b5fd93a9b50a371 2,787 1.00/1.00 vMB 26
568,712 568,712 000000000000000000182b9e87226d058b0f8027f2704e5034c20443b7191107 2,469 1.00/1.00 vMB 12
568,711 568,711 0000000000000000000472ae87fa19c0c107af825722780258fa22f2fb188c15 2,736 1.00/1.00 vMB 28
568,710 568,710 00000000000000000005f91f1fe23408e7fa623a974f7210bfa9ac92d2b43a88 2,794 1.00/1.00 vMB 10
568,709 568,709 000000000000000000143dac3ea5d8a7bdcd0c43b1a078c0434fb27449456bba 2,709 1.00/1.00 vMB 32
568,708 568,708 0000000000000000001f4232b38c1eb70af0d0be00080a5633bb5e802d97debb 2,789 1.00/1.00 vMB 76
568,707 568,707 00000000000000000008726ddf39d54d41df773cb4a1bb6d6e75612f706fb87c 2,772 1.00/1.00 vMB 35
568,706 568,706 000000000000000000163cefc55bb63bf5a491b72d0533c7838235d3844497c9 65 0.03/1.00 vMB 67
568,705 568,705 0000000000000000001faff01703adcfdf4b4ccb028682e9c79b83e1c3bccbf1 579 0.31/1.00 vMB 12
568,704 568,704 0000000000000000002578c7186ea05dd4e0b9a086b57eed9d0f614c355962a1 2,084 1.00/1.00 vMB 3
568,703 568,703 0000000000000000002a5a06d48680839681ad5b8f5b90ebfb26f56faf02d27b 2,161 1.00/1.00 vMB 13
568,702 568,702 000000000000000000246418cac32f7a7441167718361439e95bc82c864272d5 2,815 1.00/1.00 vMB 26
568,701 568,701 00000000000000000011b7a955c6db9aa38789f357b8cb6eaebe58a09953787a 2,465 1.00/1.00 vMB 23
568,700 568,700 0000000000000000002736f3496e73552cf6c3c259c8875911f21171c9dd6df7 3,112 1.00/1.00 vMB 23
568,699 568,699 0000000000000000001b0daae93e47e7e0697d3e8b3b49899157ffef1b53de8c 2,754 1.00/1.00 vMB 48
568,698 568,698 000000000000000000266974940d48cd83a5fbc6a477f01eb250fc8ec4eb4215 881 0.30/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.