Loading Tool

Explorer IconExplorer

Memory Pool

42,318 transactions
26.54 vMB
0.07730977 BTC
Random Selection Loading Transactions
Max Size: 138.62/200 MB

Candidate Block

Mining Attempt 739787433e18e31dcb751e95931d1ea1aa5897eec48d8d412fe4605e78e7b639
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root d29e9fd40c1b75267fa6f910c34122d9fce6b67121b2912c5479c16d000e15cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.02861632 BTC
Feerates: 151.16 > 2.87 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (224,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,759 690,759 0000000000000000000a39df97ed9f2616c1ff52ea2fb381a68be8863d2f47ca 948 0.42/1.00 vMB 26
690,758 690,758 000000000000000000079333cf7a0d71917fee0007bbc987581682792ea30614 1,831 0.63/1.00 vMB 25
690,757 690,757 0000000000000000000f3f192cea4193b9a8b07641217b3e41da97cdd998486d 1,116 0.35/1.00 vMB 23
690,756 690,756 0000000000000000000248068c6bd88de1cf432ac7a4548f1c68d9b176807eb6 2,556 1.00/1.00 vMB 27
690,755 690,755 00000000000000000009a63abfd1ab3b470baeadb9d7988d2d88850941dfbfa2 2,650 0.88/1.00 vMB 11
690,754 690,754 0000000000000000000eb9d8731b93260f1a7d07c430548d67246474b206c673 2,426 1.00/1.00 vMB 9
690,753 690,753 0000000000000000000dbeab339c592582e07f3960ee5299a0d60dca8bd88fd9 1,935 1.00/1.00 vMB 33
690,752 690,752 0000000000000000000cbe66ad182cd93fe7d9bc99684d3756ba57a3c2508947 2,099 1.00/1.00 vMB 39
690,751 690,751 00000000000000000008b77048442e816c7a044fb749d501a009b3329c941834 2,541 1.00/1.00 vMB 33
690,750 690,750 00000000000000000003df5e8c814bdcea8b20bb50764db67cd4bfa5b8d3e287 2,169 1.00/1.00 vMB 14
690,749 690,749 0000000000000000000c340969aa11482542ba793b430b7c7de662ea82934e47 2,724 1.00/1.00 vMB 44
690,748 690,748 0000000000000000000d45ff5bce2c4669200831c9c55ed3f25f8c59dc8ee955 1,744 0.75/1.00 vMB 30
690,747 690,747 000000000000000000116f42b8b9dfd96b2d44370a5c5d411cbcfd15006235c8 930 0.34/1.00 vMB 26
690,746 690,746 0000000000000000000b206eecb27f5d2cee8378e0461b6e2815a91b53e97e96 272 0.08/1.00 vMB 26
690,745 690,745 000000000000000000060da2a0e8f6609a07fd1081879dc3a66f314773468ee5 249 0.48/1.00 vMB 8
690,744 690,744 0000000000000000000bf40033d27c5a8990c88cb131c9e399b299e50a6a401e 2,399 1.00/1.00 vMB 22
690,743 690,743 0000000000000000000ef7a6a60b7cfd8023097b7153d2784c95d612eb7b5400 2,407 1.00/1.00 vMB 35
690,742 690,742 0000000000000000000710e0887ba0e8ee804196d92255438507e9be2f37399b 485 0.22/1.00 vMB 7
690,741 690,741 00000000000000000010b8d1f993c3a69cdfcfa3ebace54dc3fe2e3e785e62c4 821 1.00/1.00 vMB 28
690,740 690,740 0000000000000000000d1f11aa3a938bf4d29904e07dda405d6f0db6552bdffb 1,675 0.95/1.00 vMB 4
690,739 690,739 00000000000000000006bc42597a2eb51c7d8a93099e7d4fe39b246f0eac70c0 1,955 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.