Loading Tool

Explorer IconExplorer

Memory Pool

74,535 transactions
27.45 vMB
0.06850339 BTC
Random Selection Loading Transactions
Max Size: 167.72/200 MB

Candidate Block

Mining Attempt bc26de12eee9b370b5fb0d6a7c840eb4d8cbc3cb5323e70ae6fa1c1648ec61df
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 813c572be0a43bae3b290c5be2b7c3025948ef2a1cf80251245a3876ef8aa568
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.01003824 BTC
Feerates: 179.53 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (174,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,698 740,698 0000000000000000000897945be81a39f23358bd5cb6e5746785619977c8e706 1,179 1.00/1.00 vMB 8
740,697 740,697 000000000000000000019f1b2a9f80ad742cd5b3e55f31e874068da41bdc77eb 1,915 1.00/1.00 vMB 13
740,696 740,696 00000000000000000003c6bd1d0705e296d49ea5d13adbaefde03ae82effb78a 1,374 1.00/1.00 vMB 5
740,695 740,695 00000000000000000004a6ecf9aed3aeb88eba2acda75a78586db81ae5c31b5d 2,209 1.00/1.00 vMB 19
740,694 740,694 0000000000000000000417e68974cf9cecafd35baa2bdb3d12f810721678d5b2 1,699 1.00/1.00 vMB 17
740,693 740,693 00000000000000000003ed5c340aa5c0b1b6ba06f6484dfa6dd5a62d679ae81e 1,712 1.00/1.00 vMB 18
740,692 740,692 00000000000000000000a9f3ce993b315790f9303b61bc59b5c13c95ded3d0b4 2,816 1.00/1.00 vMB 8
740,691 740,691 00000000000000000007f5357955021896ee8c780bebee39cbf0bd700600e401 1,673 1.00/1.00 vMB 26
740,690 740,690 00000000000000000005891e688e846ea32630fe7e737830719817c20316e461 1,744 1.00/1.00 vMB 8
740,689 740,689 00000000000000000002b53104214b43d8f69347e0ca878d04ffe9c0972c31eb 2,254 1.00/1.00 vMB 10
740,688 740,688 000000000000000000067df493d40056f21d6a8cee297d5bb3081fc04c5d5406 451 1.00/1.00 vMB 11
740,687 740,687 0000000000000000000208d6a185a1a676b334784724d196e10d2e71f016e254 2,720 1.00/1.00 vMB 27
740,686 740,686 000000000000000000015f3f5cc276dfd772580d16effc3514ee7bb3c382b434 1,731 1.00/1.00 vMB 25
740,685 740,685 00000000000000000008505f20eb8193f42ea6a7b5d2170e365e2388425314ff 2,523 1.00/1.00 vMB 23
740,684 740,684 0000000000000000000793db72e4e5496fb28e48a8e4cdf080d695ce3935b704 2,294 1.00/1.00 vMB 31
740,683 740,683 00000000000000000007082db580e0afa728c5e6c6872f94c83ffef62ef82009 1,203 1.00/1.00 vMB 16
740,682 740,682 0000000000000000000735ddef468a5edad5fe103d58066e5904e0517b287c7d 266 1.00/1.00 vMB 10
740,681 740,681 00000000000000000004045f7a7f3858a8725d531b1f95b1de1fe6cb00e7bbb9 1,372 1.00/1.00 vMB 16
740,680 740,680 0000000000000000000579a28dac8929f62f5e9f40a20c12883d7cab342e7ae5 2,692 1.00/1.00 vMB 32
740,679 740,679 00000000000000000001c251fa2f8f2c31654714cd6f648cef92e856d5c3b354 1,649 1.00/1.00 vMB 13
740,678 740,678 000000000000000000052a16c11291e1602bc698ccd3370f4af3217aba22060f 2,424 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.84 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: 712.40 GB
    • Received: 17.17 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.