Loading Tool

Explorer IconExplorer

Memory Pool

37,528 transactions
26.03 vMB
0.05608962 BTC
Random Selection Loading Transactions
Max Size: 134.25/200 MB

Candidate Block

Mining Attempt 5983b6a59f79be027f5c33a9dda3e1b6870f7a7560d064a558ec3ae56233f816
Version 20000000
Previous Block 0000000000000000000015007aa3e8cfde8b7b1ceeeed1a98eb8769d19f21a8e
Merkle Root 8bcd3e55c24a64c28ca7ecc54e24c6a85db8f48d0f58422551839df85fffeaf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,529
Size: 1.00 vMB
Total Fees: 0.00863036 BTC
Feerates: 73.33 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,928 (234,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,938 679,938 00000000000000000006198a87c0fb87fcbf1f9e6c4cbc0ea1e6211e510ded09 2,774 1.00/1.00 vMB 230
679,937 679,937 00000000000000000007b55ff74a0f08fb99eedff7bf94b12db84e196a5c0f9f 2,362 1.00/1.00 vMB 261
679,936 679,936 0000000000000000000606abd0f162b2810543e958e16e51011a7478121fe7ad 1,490 1.00/1.00 vMB 229
679,935 679,935 0000000000000000000434f41dedb4fe45d8ed74ad8b58f5a24a87ed2975a236 2,339 1.00/1.00 vMB 262
679,934 679,934 00000000000000000004132a674b39bcd79910007f8ccf1814734cf6bda66004 1,290 1.00/1.00 vMB 268
679,933 679,933 0000000000000000000597c4930f6f2facedef172082fdc36229e15c539b9009 2,209 1.00/1.00 vMB 275
679,932 679,932 00000000000000000007250091e8a34475ef85a2bdc2c1216708a294b2e1f056 3,053 1.00/1.00 vMB 301
679,931 679,931 00000000000000000004590efe325563c84dbabdcfd587ab84c90d5d84c117b6 2,865 1.00/1.00 vMB 234
679,930 679,930 000000000000000000052dad75c62af7abd680f11fc0a18fabe12abb5cc07b16 3,056 1.00/1.00 vMB 288
679,929 679,929 0000000000000000000ba1523d9ebcab24ed76bb02a512dee1f03da921df1c13 3,110 1.00/1.00 vMB 268
679,928 679,928 0000000000000000000b572daadccd94d4897dcfb846825a753a157a22adcc62 2,979 1.00/1.00 vMB 280
679,927 679,927 00000000000000000000b1bf1880f9c74398fb3c94a3dae82eb4008f6aa1ff2b 2,702 1.00/1.00 vMB 303
679,926 679,926 000000000000000000021d05ae47c5d7fd34a89d87c4cbc57ec5d61e7006e5af 1 0.00/1.00 vMB 0
679,925 679,925 000000000000000000032fa062a0479551ad44d950bb445a68e2e4cad31b29bd 2,406 1.00/1.00 vMB 233
679,924 679,924 00000000000000000002f5823052db18a515b17a25a1ae8ecf0ac9cd325a6c4f 2,474 1.00/1.00 vMB 289
679,923 679,923 000000000000000000001fbad78394d5b198604014362560c0a557e99ecfd368 2,756 1.00/1.00 vMB 252
679,922 679,922 0000000000000000000ae69b0a3f1bad296a06fac9ed411334117087ec382dce 2,301 1.00/1.00 vMB 249
679,921 679,921 000000000000000000029343d90e98bd8173e68ff49eea8fb353d7698980bca9 3,050 1.00/1.00 vMB 252
679,920 679,920 00000000000000000004def2eb9b2abcc2f847b53bb3b4bb21a39ea41a9aef45 629 1.00/1.00 vMB 258
679,919 679,919 00000000000000000005804f609ba908492081ebdbca4653f1fa18553e3a476b 2,265 1.00/1.00 vMB 282
679,918 679,918 00000000000000000007633aae2ab324aad0c963061f6f0537c76add891e17c4 2,988 1.00/1.00 vMB 290
Previous 10 blocks ↓
Total Size: 782.26 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: 655.80 GB
    • Received: 14.35 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.