Loading Tool

Explorer IconExplorer

Memory Pool

46,384 transactions
27.29 vMB
0.10019187 BTC
Random Selection Loading Transactions
Max Size: 145.35/200 MB

Candidate Block

Mining Attempt 581437d16f35b0cd63ce2c05f2d441eb908186c2153e2764db4bd87d6ed3aed8
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 2b9d6d9cb26baabc821ef0c9a9702538d39f9e94a90315e861a82c008253a441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,629
Size: 1.00 vMB
Total Fees: 0.04938668 BTC
Feerates: 101.66 > 4.95 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (324,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,781 589,781 000000000000000000129b04b497864a6797c82f679c70a95ec041b7e3eee122 696 1.00/1.00 vMB 62
589,780 589,780 0000000000000000001b8bd676f67f7c73602250fb9c1faf94a90d4566c08cdf 2,776 1.00/1.00 vMB 46
589,779 589,779 0000000000000000000639a28c03578c188cd8fa48ade89f98c3ff92989957ef 2,952 1.00/1.00 vMB 52
589,778 589,778 00000000000000000016bc6ff88fde034a495ea626767ca0000f74dffdc0fed1 2,998 1.00/1.00 vMB 58
589,777 589,777 000000000000000000045f5c56f063504a3fa27c3ffcd06736ce992bb14ab3ba 2,830 1.00/1.00 vMB 78
589,776 589,776 0000000000000000000955c0599ab4ceb87e4001cedf6c10b7a04ab416ea69aa 2,309 1.00/1.00 vMB 34
589,775 589,775 0000000000000000000b7c57800dbbc388bcb2afebab31cf9a9a42565e093366 2,309 1.00/1.00 vMB 13
589,774 589,774 0000000000000000001086fa3b26e657b68394001b6abd6351d53298b352adcf 2,919 1.00/1.00 vMB 38
589,773 589,773 0000000000000000000aa2f57a6d7da90ec8462a6791f4576fac86c53c6dabaf 2,754 1.00/1.00 vMB 18
589,772 589,772 00000000000000000016efbb6956f17f7af3752118791ca74251f8f0821601c8 2,952 1.00/1.00 vMB 26
589,771 589,771 0000000000000000000d0f4b7cc9831ed7e1c9eabf4f50e2da7ac54f4254194d 2,657 1.00/1.00 vMB 17
589,770 589,770 0000000000000000001415e0eb69954e59cda4c15ec73cd937fb92e4884bbe7e 2,890 1.00/1.00 vMB 35
589,769 589,769 00000000000000000010760b754a05520463b3a8f0243fe0505f6330a3fe8c71 3,037 1.00/1.00 vMB 68
589,768 589,768 0000000000000000000535dda54e729bf8b3d3363dac0911df39efd95cddd083 3,087 1.00/1.00 vMB 72
589,767 589,767 00000000000000000013d8562b20afe039c9569be3741e9d8ca320077499b23a 3,129 1.00/1.00 vMB 61
589,766 589,766 000000000000000000156e5c1806982538621f2e23ebfaad2cc256caecef02ef 2,647 1.00/1.00 vMB 47
589,765 589,765 0000000000000000000fba6e33308c14c3d68d05079b2ff931b9fdeddd4fd7ab 2,055 1.00/1.00 vMB 43
589,764 589,764 0000000000000000000df7630a53e8469b4e58ce4b6b472604f120b44c6e4323 2,262 1.00/1.00 vMB 59
589,763 589,763 00000000000000000012906327913ac668bb4005cf7d0589338e958c67edaf0d 1,793 1.00/1.00 vMB 64
589,762 589,762 0000000000000000000a48dab7dc2a11d2a1c1c2a9cd4c6e32f4458e2f993706 2,588 1.00/1.00 vMB 96
589,761 589,761 0000000000000000001839a26ebbd4b54f29b28eefecf40b1e8174546c99f315 2,031 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.