Loading Tool

Explorer IconExplorer

Memory Pool

43,617 transactions
27.10 vMB
0.06497057 BTC
Random Selection Loading Transactions
Max Size: 142.66/200 MB

Candidate Block

Mining Attempt 69a49c611ce327c03e4869e38e9cd8c19cdcf084e53cd9c6356debedb5cd55e3
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 36f4850c79f961f798fc7979bb8d1373908283835f8e70f696859694a30fee8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,216
Size: 1.00 vMB
Total Fees: 0.01444052 BTC
Feerates: 151.15 > 1.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (171,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,876 743,876 00000000000000000006eedcfdbd0f54dcf233bf3239fd11d7937871b0cdac82 2,991 1.00/1.00 vMB 34
743,875 743,875 00000000000000000005d08c274997cfbd8f6ae6e62934f70e8ad25c5bc8c2c8 3,265 1.00/1.00 vMB 22
743,874 743,874 00000000000000000000f2a8bf92934e5e7cc19b2d76f539f3d3970345ae768b 3,796 1.00/1.00 vMB 25
743,873 743,873 00000000000000000002c551dd089cea7b7caebc26fa0abbb4eea97eb1e25a00 3,098 1.00/1.00 vMB 21
743,872 743,872 00000000000000000004f49042bfb24c33f8080ac9de1eba4fa4b235072745be 1 0.00/1.00 vMB 0
743,871 743,871 0000000000000000000193bb05a102bd0a0530b09bc2c245858f30fcf15f05d6 3,164 1.00/1.00 vMB 22
743,870 743,870 00000000000000000003ff5a6eb10dc4db0ba957de833530d3c6889a8e3e3f19 2,783 1.00/1.00 vMB 27
743,869 743,869 00000000000000000005456df777869cd2c1d64ca49e1ad1db90ed70c3ff925d 3,858 1.00/1.00 vMB 27
743,868 743,868 00000000000000000009469acb8892578382d21fc5614211223d6542dceb0496 2,689 1.00/1.00 vMB 24
743,867 743,867 00000000000000000004e8b30c78b79fa6bae9a337bc2a69f3f47df9e95bc844 2,696 1.00/1.00 vMB 25
743,866 743,866 0000000000000000000942cdb6d0444f889da3702e9e8499e098139f47e13f3b 3,642 1.00/1.00 vMB 26
743,865 743,865 000000000000000000014f6e798f1233b1f2829731eb7503c3fb7b3a16b127f7 1,588 1.00/1.00 vMB 25
743,864 743,864 00000000000000000007a4d7ff225d96c77fdcb210520eb07f40ae090e36ccee 2,580 1.00/1.00 vMB 32
743,863 743,863 0000000000000000000859d7332adac434d20fe90ac70986886ad8b53f4356e3 2,185 1.00/1.00 vMB 36
743,862 743,862 000000000000000000058f4237d9303df4a5a336ddb990e435a27a86cd2d7f61 3,051 1.00/1.00 vMB 33
743,861 743,861 0000000000000000000787934c20498b4fb362a5edeec5a7df7606743f0405a0 2,597 1.00/1.00 vMB 25
743,860 743,860 000000000000000000056cceb58218e341ee49553011b8df707d84ba63be7195 2,772 1.00/1.00 vMB 32
743,859 743,859 00000000000000000002bba3772e40a9739a97e4e20db82596410868c16f7b46 3,337 1.00/1.00 vMB 28
743,858 743,858 000000000000000000021bc00b4d5eb0b7d749a57a92f3b35cb5e43cadb39a76 2,735 1.00/1.00 vMB 32
743,857 743,857 0000000000000000000349ac8ac117dfa26ee533f3bd57bcf6efbac3c377b1eb 3,304 1.00/1.00 vMB 36
743,856 743,856 000000000000000000078b2a3270d047a6faa90de3bf077cdc3dff62a917f38e 2,547 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.