Loading Tool

Explorer IconExplorer

Memory Pool

43,555 transactions
28.38 vMB
0.06046921 BTC
Random Selection Loading Transactions
Max Size: 150.29/200 MB

Candidate Block

Mining Attempt 6990f0093bf408e5a391182195b8949b9f0d49b4e2f4a7badf6ce8cecb994452
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 28463be4a95697355f2554eeec69a09eb810a7a05dd41c55c3c46726711406f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,740
Size: 1.00 vMB
Total Fees: 0.00643021 BTC
Feerates: 100.33 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (224,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,564 690,564 00000000000000000005308fb7e11546fd51cafbb1ae0e382fad874091c1a4b7 1,945 1.00/1.00 vMB 41
690,563 690,563 000000000000000000058f602f6dab961b23a49605fda05feac7f1fe6c636951 748 0.27/1.00 vMB 22
690,562 690,562 000000000000000000043c354a11c3f763fefcbf6d75c3c2ff521a45d6025eaa 159 0.07/1.00 vMB 17
690,561 690,561 00000000000000000011eaef87f2a6800c44efa0ddd7afbb2e721dcd3bb33500 659 0.19/1.00 vMB 22
690,560 690,560 000000000000000000069e0015a195537125193f57ab84c3d499c41f5e90a28a 1,277 0.85/1.00 vMB 11
690,559 690,559 0000000000000000000251c608ecdcbfa0c9c1a8af2e8d0d5d8076c7d90ec612 693 1.00/1.00 vMB 2
690,558 690,558 00000000000000000003a59a34c93e39e636c8cd23ead726fdc467fbed0b7c5a 2,200 1.00/1.00 vMB 28
690,557 690,557 0000000000000000000065bda8f8a88f2e1e00d9a6887a43d640e52a4c7660f2 1,928 1.00/1.00 vMB 4
690,556 690,556 0000000000000000000cfd8624d228e07fd647ba23bcb1a91d7d1850c4d4042c 3,078 1.00/1.00 vMB 39
690,555 690,555 00000000000000000004ab536dfaa2ba2c6f1753c3a12ee93ed37b4ebdf7aa3c 378 0.97/1.00 vMB 3
690,554 690,554 000000000000000000015f178ddd59ae7f97c91836a0eda442bc7de3169406d0 1,579 1.00/1.00 vMB 6
690,553 690,553 0000000000000000000cc10273f0baee91cdd02081f018a4a24a7b34b780f933 513 1.00/1.00 vMB 31
690,552 690,552 000000000000000000021645b584706c5f5d579716c138e1ffa7c69c0f8f2fbf 484 1.00/1.00 vMB 35
690,551 690,551 00000000000000000004a07efa6ca23d749dd087d0a0b3b67846016f3e7728ca 2,457 1.00/1.00 vMB 21
690,550 690,550 0000000000000000000c0a2a451b5846994ddc53dcd0e4bcec9e3aa52af61a94 732 0.22/1.00 vMB 17
690,549 690,549 0000000000000000000a27f411855e5073807abb9d726a0d0444f74bdc230d87 1,390 0.51/1.00 vMB 20
690,548 690,548 00000000000000000005df54808a24da8fd725cfa8e0b9fd780bc4189f23c2a2 1,718 0.56/1.00 vMB 14
690,547 690,547 000000000000000000106d1a0bc175cc37f7edd8e405b629c5156918e677bb12 2,310 1.00/1.00 vMB 12
690,546 690,546 000000000000000000127e50b70c2a34a448aaccf073f9a738f420b8d899df2a 2,100 1.00/1.00 vMB 37
690,545 690,545 000000000000000000050f1516fc42a31baeada815c8562967297bd0f17c8754 45 0.04/1.00 vMB 21
690,544 690,544 0000000000000000000e9e324c62db9c5d20b184236fc405756eab2049a77937 73 0.03/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.74 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.