Loading Tool

Explorer IconExplorer

Memory Pool

83,636 transactions
31.15 vMB
0.09455129 BTC
Random Selection Loading Transactions
Max Size: 190.53/200 MB

Candidate Block

Mining Attempt b79d264632c65b34a03cf5467c0b6e2ca530b9c684b33c6ca32a5e513b9ff42f
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 2f19289eca414207a89a1cd683f700a7b45fc627c58b4943892be1895c7594b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.02125641 BTC
Feerates: 150.92 > 2.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (359,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,767 555,767 00000000000000000021166341a0ab2159f2683313044cc846b192ccbc918bfd 2,566 1.00/1.00 vMB 38
555,766 555,766 0000000000000000000130ff9edf633f41eeda40ebbc229ba06974d6be69deb7 2,372 1.00/1.00 vMB 5
555,765 555,765 00000000000000000028a2b5d08ab93a6660f295034263d0fbbb8d4258c69fb8 1,563 1.00/1.00 vMB 7
555,764 555,764 0000000000000000000d430a17f6a0c3182bf0677495a50b139139f5603a3462 2,293 1.00/1.00 vMB 12
555,763 555,763 0000000000000000002aacd9c6db7af68c1900cf46674e1f2fd7dc82306274d3 2,743 1.00/1.00 vMB 35
555,762 555,762 0000000000000000002db6309c875118afd431e2ccdccbc5ec5801b34a777bf8 2,780 1.00/1.00 vMB 23
555,761 555,761 00000000000000000010af82cee10d1a12afb82dde49e5143216024047034511 2,637 1.00/1.00 vMB 32
555,760 555,760 00000000000000000008938896fd25b882e74326f55a447186699fbf4f71a7a5 2,538 1.00/1.00 vMB 9
555,759 555,759 0000000000000000001e353900a9bcdafb307b2d86e04c116c78fcba89f2bb63 2,599 1.00/1.00 vMB 26
555,758 555,758 0000000000000000000bc5343900d2c87d0d65feded4b10995b543424fa19ccc 708 0.97/1.00 vMB 2
555,757 555,757 0000000000000000001f49a048b26153b30b636c26bdb0901d42512db20a17e7 1,400 1.00/1.00 vMB 4
555,756 555,756 00000000000000000022624b3888a0b7a1e4d230c00140b406cfb085c0418975 2,165 1.00/1.00 vMB 7
555,755 555,755 000000000000000000088ddb4832b8cab77a482667086a2060bb6d0dbe3ddb73 1,703 1.00/1.00 vMB 3
555,754 555,754 00000000000000000017b3be7807aa077cae4680c3c23fbcf1cf0bcd4d0d9fbb 2,265 1.00/1.00 vMB 10
555,753 555,753 0000000000000000001589bc305a7a1df932945ce45c7842fbf560d24b57a798 1,546 1.00/1.00 vMB 18
555,752 555,752 000000000000000000162c58afc7c925ffcfdb6c9fccfb33b368c1d1f010f847 1,065 0.55/1.00 vMB 44
555,751 555,751 0000000000000000002ea8d5a6859fe79fcb922b42e81aa0bb18ac051e7d54ab 2,187 1.00/1.00 vMB 10
555,750 555,750 00000000000000000012416f6023a035c26ea21d935259437af0005d6e01e876 2,612 1.00/1.00 vMB 42
555,749 555,749 00000000000000000030810306e1c3ddc77b36e19a921960dc1c9e542ece233c 1,176 1.00/1.00 vMB 9
555,748 555,748 00000000000000000004f052fe2cac0e7b723f0f9e656368d6051e07ffb48228 1,963 1.00/1.00 vMB 25
555,747 555,747 000000000000000000199a279e6e6345d1409a01b1a591b1c3ddeb13932214f2 1,014 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.31 GB
    • Received: 18.03 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.