Loading Tool

Explorer IconExplorer

Memory Pool

83,582 transactions
31.57 vMB
0.13784770 BTC
Random Selection Loading Transactions
Max Size: 191.04/200 MB

Candidate Block

Mining Attempt 6e5382ace5d59da2695b93613e0ce32d5640229dc87fb6e022ada54a0c3de1f5
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 7beb334032c8b845a383480180563080b4609641edd73d77208487773c45598a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,300
Size: 1.00 vMB
Total Fees: 0.04969645 BTC
Feerates: 318.30 > 4.98 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (118,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,590 796,590 0000000000000000000250ed77cdcddf9db85bf791403b178bc09573f6dc26ee 3,571 1.00/1.00 vMB 32
796,589 796,589 00000000000000000001b65ffaa6a75e78dccefc2977ec891b4e18b93193d0f0 3,320 1.00/1.00 vMB 28
796,588 796,588 000000000000000000047728919d4ea31813c76c2f767132087ebf8c43f92653 3,447 1.00/1.00 vMB 29
796,587 796,587 0000000000000000000444312cea53c3ce412b3d8f07ea6136dafae7445e4b4b 3,958 1.00/1.00 vMB 32
796,586 796,586 000000000000000000032e071b624b14052ec99dcad4142ff54cc07feb89f6da 3,766 1.00/1.00 vMB 34
796,585 796,585 00000000000000000001b67f7f1d5d4b4447bd35f3123be3ce9435e59ff3c9ac 3,077 1.00/1.00 vMB 33
796,584 796,584 000000000000000000056d4d2cd549919679aa1f3d52b8f2ea6892e77130ea48 3,847 1.00/1.00 vMB 33
796,583 796,583 000000000000000000025665945f29d97f4bbb76c0ebcf42cc6917efd48600d8 3,070 1.00/1.00 vMB 48
796,582 796,582 0000000000000000000142b22e678c883470cd86600b7008495c2d6a84225906 3,379 1.00/1.00 vMB 47
796,581 796,581 0000000000000000000415ed2e70b1d717a0fc0087e2caa43e614dbdbe3a6564 3,644 1.00/1.00 vMB 19
796,580 796,580 000000000000000000058cdcbb08c6758ffaf21c0ab166a5fc0fe56824a99a86 3,795 1.00/1.00 vMB 30
796,579 796,579 0000000000000000000420c799d0ad77ed8194020e7336721fa2a63b4f317ced 3,617 1.00/1.00 vMB 11
796,578 796,578 000000000000000000044f459da8bf7b17ff05db815aba7430f8c828116ecf6d 4,553 1.00/1.00 vMB 17
796,577 796,577 0000000000000000000253c2f58601a2e5915b39ed0e9a1b54d2bdc6e222e097 1,737 1.00/1.00 vMB 15
796,576 796,576 00000000000000000000302ce83c6586b182cb8997f7170ce356e7b2546f2df1 2,509 1.00/1.00 vMB 17
796,575 796,575 0000000000000000000548162d58d7d822b7d2281b9b8a85e3d33e19a1736ec4 2,528 1.00/1.00 vMB 25
796,574 796,574 00000000000000000003f0767a5e3671a6d735c4373201bbbbdb77f67392c150 1,509 1.00/1.00 vMB 16
796,573 796,573 00000000000000000002e4add78882cf0382b4f7bbbb0cf2376d633a7ec44f5a 2,003 1.00/1.00 vMB 27
796,572 796,572 00000000000000000001db26359d941a67d274561a8a9421b5d2247fe76d78bb 2,958 1.00/1.00 vMB 29
796,571 796,571 0000000000000000000530e3f8455ce67f3ae7ac18ae7242df73e1e7bbdaca55 1,682 1.00/1.00 vMB 27
796,570 796,570 0000000000000000000399aa8fcd59c8886f8386ee17a0ba65c0fa0b01809e64 2,475 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.08 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: 722.94 GB
    • Received: 18.40 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.