Loading Tool

Explorer IconExplorer

Memory Pool

40,569 transactions
28.15 vMB
0.06509393 BTC
Random Selection Loading Transactions
Max Size: 143.80/200 MB

Candidate Block

Mining Attempt cb425e2e65359f3e83836a7aea7c9c54429614f50f61647582d805c4dda0059c
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root b85ac23a7f893bc750911c0c1c836a3b10beaa1385b0e8e3a3b1d48e21f3ad12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,916
Size: 1.00 vMB
Total Fees: 0.01091193 BTC
Feerates: 201.07 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (76,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,690 837,690 00000000000000000003280057f243089d6f9c4c0afb0c0795b7fd27d3e31298 3,604 1.00/1.00 vMB 44
837,689 837,689 000000000000000000030909c6c3623d4695f4f391d6ec59aeba37e6171cd25e 3,416 1.00/1.00 vMB 18
837,688 837,688 00000000000000000000f43188863e1548c63ac13fbbdb2ebaff4edaa4c790a1 2,798 1.00/1.00 vMB 20
837,687 837,687 0000000000000000000166c35c97eba6203b05766a08f432f23c484dd0ee20ac 3,330 1.00/1.00 vMB 24
837,686 837,686 000000000000000000019e215847bbcd943fd0aaae1f0f9316f27800fc3b13d4 3,392 1.00/1.00 vMB 32
837,685 837,685 000000000000000000013cc025e2632d659dda7a35bffd15559b1d17527f24ff 3,203 1.00/1.00 vMB 25
837,684 837,684 00000000000000000002c00d3c45b97acdcef9cd03b412dbf495460c096641f9 1,267 1.00/1.00 vMB 10
837,683 837,683 000000000000000000035f8062979690c6a8cf2d679f8cb2ec0017bd704b7179 3,383 1.00/1.00 vMB 13
837,682 837,682 0000000000000000000350d94e5e339a49172fc13b85133047c52650eaa33f45 3,080 1.00/1.00 vMB 29
837,681 837,681 00000000000000000000c3d64760c49d44d679ef333cbe1473d7aefed84d9442 2,235 1.00/1.00 vMB 15
837,680 837,680 000000000000000000012e8e1ad835b15c22484b7767a85fa04f751d5c6ee894 2,709 1.00/1.00 vMB 19
837,679 837,679 000000000000000000032d39807b4558fb94baaeb7c51d276505d813b05f431f 1,641 1.00/1.00 vMB 20
837,678 837,678 0000000000000000000096e49a0806d1ee06cacea891665e36e4ecb0c2395f12 2,627 1.00/1.00 vMB 26
837,677 837,677 000000000000000000003811d96ec081567d1b4e289a7a7631df32749a5c5f1d 2,571 1.00/1.00 vMB 26
837,676 837,676 000000000000000000020bdcd93c44139893811bfc46edd758aaf6862b9e5507 2,627 1.00/1.00 vMB 29
837,675 837,675 000000000000000000002b7a4f4ebee96d074ed5d2673013f607b4010632a85c 2,414 1.00/1.00 vMB 11
837,674 837,674 000000000000000000009eb21b9ffd384261d507d726ce57065f1a011f1b317b 2,649 1.00/1.00 vMB 19
837,673 837,673 000000000000000000025112f713a87d3aaaeb6f835bddc550551c7ecfbb86f6 3,153 1.00/1.00 vMB 18
837,672 837,672 000000000000000000032ab09a85d39d4934323419477fdd7dde9eb326cc02b6 3,103 1.00/1.00 vMB 20
837,671 837,671 000000000000000000001bcad98fd9171b2dc5d83c4b7e1b42fab8aab27880b0 2,261 1.00/1.00 vMB 16
837,670 837,670 000000000000000000022b93fef0ca8477c6c4d0d091e102980de1af5a0a6d2c 2,618 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.