Loading Tool

Explorer IconExplorer

Memory Pool

77,408 transactions
28.71 vMB
0.06701085 BTC
Random Selection Loading Transactions
Max Size: 174.26/200 MB

Candidate Block

Mining Attempt bc94c7da8575f9de5806f756346ce10401f6af36e84c6cb379739cbd2b935ef9
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 2ed499561deb074c98f832d83fe25334cfb873f4ff9c7c9968617c08ae49fb32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,502
Size: 1.00 vMB
Total Fees: 0.00739192 BTC
Feerates: 100.53 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (296,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,690 618,690 0000000000000000000d2be8891da204f4baf13cd7f64a4799fd95bacc98bd2b 3,258 0.92/1.00 vMB 13
618,689 618,689 0000000000000000000b5c299c8c55fcd925e51cc02cb7d51f691b93faf5414b 1,337 0.39/1.00 vMB 18
618,688 618,688 000000000000000000063eab87b404f0c58cfa33b6d711b8ba52a78f503239f9 1,489 0.56/1.00 vMB 14
618,687 618,687 00000000000000000000ad7788bc57c891548ac7655993ce8061d9a06e43a849 1,928 0.57/1.00 vMB 15
618,686 618,686 00000000000000000003421ebb645b5030a3d130ff04ae27130605890c294cec 3,133 0.94/1.00 vMB 5
618,685 618,685 0000000000000000000c3bf5caed5b2f562808ed4ccd9422bd6ee2a5dc0c1cbd 2,591 1.00/1.00 vMB 11
618,684 618,684 0000000000000000000c1ad32427e8d150e72b3fcf0eade2afaebe4ce1da9a71 2,782 1.00/1.00 vMB 18
618,683 618,683 00000000000000000004091df8ad43729d0b56570538573cd3348fd34367f4bd 2,982 1.00/1.00 vMB 10
618,682 618,682 000000000000000000079afc65f4cc086bc32defd2b098a1f4262aaf92f1a8fb 3,223 1.00/1.00 vMB 12
618,681 618,681 00000000000000000007aab55ce28938e196d93ddfb5cd6b609fe3120226424f 3,480 1.00/1.00 vMB 21
618,680 618,680 00000000000000000007688406017417611f3a744595f39f94ffed4663cf5b6c 3,295 1.00/1.00 vMB 28
618,679 618,679 0000000000000000000c06bc41dea14a3c9a8a65fa0614bfc5b65e27e9e6cbf5 175 0.07/1.00 vMB 20
618,678 618,678 0000000000000000000d11c08d750b4bb71c6f854b733c860c9a586105b04d49 977 0.32/1.00 vMB 15
618,677 618,677 00000000000000000002e69d91b027002b49b89c9f07a78da0b19c4e595ca543 2,379 0.94/1.00 vMB 7
618,676 618,676 000000000000000000090578e6a6e6c5793959d9e0072aae6c9d8c02bc3d1718 2,418 1.00/1.00 vMB 17
618,675 618,675 00000000000000000008d7cadb9521f8f14675335010f04c1d4464a794f820c2 3,439 1.00/1.00 vMB 13
618,674 618,674 000000000000000000093917a3e1502f4fd1e7f9ece85d376fc4b8b3e3956abd 3,331 1.00/1.00 vMB 16
618,673 618,673 00000000000000000007c55de9d0d50a7ff43aaa422f6d12cd0a78efe0103370 806 0.24/1.00 vMB 16
618,672 618,672 00000000000000000000132313e5dfb3149f75a618779322fc3ee8ab91b38af8 1,990 0.57/1.00 vMB 4
618,671 618,671 000000000000000000116bf1725df6c2a697bf14c1f9c8113f4e4a7f46949ffb 3,069 1.00/1.00 vMB 22
618,670 618,670 0000000000000000000829527ff09a63e6d0c3d4394b14fef5dd55060f1406ee 3,307 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.