Loading Tool

Explorer IconExplorer

Memory Pool

46,113 transactions
20.53 vMB
0.05816846 BTC
Random Selection Loading Transactions
Max Size: 117.22/200 MB

Candidate Block

Mining Attempt 5bdc39ea280a65b6ee4b3a43f2785eabc862b09bec4f61dcf66715a83ee729bb
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root 342398f0633f1b377d47d60b21715ce910c69b474907bc5568fc0029faac4a47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,426
Size: 1.00 vMB
Total Fees: 0.01752466 BTC
Feerates: 453.09 > 1.76 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (910,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,926 3,926 00000000779a45e38ec0a89f694155fe431712845f6aa928af97d5876cdcaaa6 1 0.00/1.00 vMB 0
3,925 3,925 000000006b2fe0fbda596688cc0d8f6f716ee6ba9148f9e6716b4947797396f2 1 0.00/1.00 vMB 0
3,924 3,924 00000000c055a35d2615fc3940e2a81da6272ede99ea0e8cd231f8e3d3f2ce02 1 0.00/1.00 vMB 0
3,923 3,923 0000000054406a96c114915a079bb4cccd82a738efe0cad5a5994406b37694c6 1 0.00/1.00 vMB 0
3,922 3,922 00000000db50fc4d5447c039d216d6bc425f85aac6693ea53a3eece476845ce6 1 0.00/1.00 vMB 0
3,921 3,921 00000000b77607cb54489d0140ed72bf2a83274519b49bedd6ee37bc8bc103e5 1 0.00/1.00 vMB 0
3,920 3,920 00000000005ae5d168d58fb301e897215230ee22b8a5ea522a1cd5cd3fb655e8 1 0.00/1.00 vMB 0
3,919 3,919 000000002e7fe626ecfd4dd73982aa8902992d7751bd7ce332fcc3a8b524bba2 1 0.00/1.00 vMB 0
3,918 3,918 000000008500b119a761cef8c6ceebf56332f6ea403b0d43bbec74ddf53e4016 1 0.00/1.00 vMB 0
3,917 3,917 000000009d54d0c7f7c2a96a988cf35988a5adae1897daa7e23ae4cbf4d452aa 1 0.00/1.00 vMB 0
3,916 3,916 0000000014ecc942f416a118e91712e1280a73b00f669a6451fe5a91845e77d0 1 0.00/1.00 vMB 0
3,915 3,915 00000000980ec95db6c9bb4d009162a2925e6de788ef63138baa99abbcaa82e7 1 0.00/1.00 vMB 0
3,914 3,914 0000000059860e1d8e432c12f0550fd881cc2bb2705295266276a62e8d1a9a89 1 0.00/1.00 vMB 0
3,913 3,913 00000000d6c33f5cbda7b31d2c21360391703144bfe017c9bd62a35e28a919af 1 0.00/1.00 vMB 0
3,912 3,912 000000008ee705343fcf4a14ccb8dcb478a0fb8ec7cda664f4c63f83afbf3ebf 1 0.00/1.00 vMB 0
3,911 3,911 0000000019dc526a1bf21d7752ec68fcab77ee296e3a7493567036a753b8f9b8 1 0.00/1.00 vMB 0
3,910 3,910 00000000bbe85bda3173cfa8cb3d5b55910c2820373e07267fce2e5ee22d0f08 1 0.00/1.00 vMB 0
3,909 3,909 00000000b59912bec2e2a5ddd9f552972170d42e55fe2c78d2bd56ed48ce99e1 1 0.00/1.00 vMB 0
3,908 3,908 000000000cf28905a4177ff612e984eaf0a138cea166c1b3b0963422254a8e6c 1 0.00/1.00 vMB 0
3,907 3,907 00000000aec9165b295095eb5c98352a98085d2733999da6de79d45ac8d72207 1 0.00/1.00 vMB 0
3,906 3,906 00000000171b38ad66715b7c80304d2ec027b640483f32ccd4f5545f5c0dc5c0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.95 GB
    • Received: 5.95 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.