Loading Tool

Explorer IconExplorer

Memory Pool

78,103 transactions
29.33 vMB
0.06433405 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt d2c0f45f983ec7f0131da07d8a64a638aa2c3bda38510184408861b108caac87
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8a6fb40b238e1fcff1afd9b8924f4b4d52348748582efb998b7e752b7801d4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,893
Size: 1.00 vMB
Total Fees: 0.00492691 BTC
Feerates: 18.31 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (73,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,789 841,789 0000000000000000000053f4c23912bf8e1403bafa6ba8a133558eeda04b62f9 4,397 1.00/1.00 vMB 26
841,788 841,788 00000000000000000001487a4e3c195ea272e2081fe6954ab7a74ed6b9985ec2 3,916 1.00/1.00 vMB 27
841,787 841,787 00000000000000000000cc2e9571f530953eb9138d5151ebbe477baa61a7c858 3,392 1.00/1.00 vMB 26
841,786 841,786 00000000000000000001a737ea17f2dd80e7db5d90c1416ab70a68b526e80c85 2,429 1.00/1.00 vMB 24
841,785 841,785 000000000000000000015a7607ae2782114c4f0cb78c606d60f847b5f3f14928 5,380 1.00/1.00 vMB 21
841,784 841,784 000000000000000000024116c491aecb58b067c81be3a8336ec4736e484bfde8 7,119 1.00/1.00 vMB 17
841,783 841,783 00000000000000000000e493484062ea98581028a8a908d17eedf17c341c6287 4,079 1.00/1.00 vMB 22
841,782 841,782 00000000000000000002accf2861dd50d221d64ba515e29845ce5293776bbe0a 5,343 1.00/1.00 vMB 21
841,781 841,781 00000000000000000000f183f2c96b68d1f7cd10b167660a83cb78c754a65ea6 5,102 1.00/1.00 vMB 18
841,780 841,780 00000000000000000000c37f62141477703f378eb5cab84da7d790491b9ca0fe 3,661 1.00/1.00 vMB 30
841,779 841,779 0000000000000000000175774f47e834c15d5d7c10eb093a4b92ad7503612955 6,051 1.00/1.00 vMB 21
841,778 841,778 0000000000000000000079495db7e2b7c3bddd1beb9b2e4e70b16991c24863f3 4,220 1.00/1.00 vMB 23
841,777 841,777 0000000000000000000129131b65d9a3c6b7af1f47f83074ea879c4c531787ce 4,341 1.00/1.00 vMB 15
841,776 841,776 00000000000000000000a174eebf5b9df9b9ebf062cc3c503a2024e7d9a618b6 4,915 1.00/1.00 vMB 15
841,775 841,775 00000000000000000002639cc859cf01486b6eb732f72204993e56cff78ce7b5 4,947 1.00/1.00 vMB 20
841,774 841,774 00000000000000000000b18d8b9e899ec37c07838fcd05bb102e8c64a13a7033 6,685 1.00/1.00 vMB 16
841,773 841,773 0000000000000000000013e54d657504fb9a5640ec5c04d388313f0b6b15614c 2,702 1.00/1.00 vMB 17
841,772 841,772 00000000000000000000d0f43abc93a2b94165b2b807e8df9606e897f424ed43 4,567 1.00/1.00 vMB 16
841,771 841,771 000000000000000000019b664a54f77632ab0c2d033587336879771f4262d1d2 6,460 1.00/1.00 vMB 17
841,770 841,770 00000000000000000001ac358a5f02db047627db4fb8e8fc39de280a6eeab6d8 4,358 1.00/1.00 vMB 19
841,769 841,769 0000000000000000000287abd6b2ddc1db65b924a90dcc83e69fc5a208b7c3f8 2,780 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.