Loading Tool

Explorer IconExplorer

Memory Pool

84,283 transactions
31.77 vMB
0.09518324 BTC
Random Selection Loading Transactions
Max Size: 192.97/200 MB

Candidate Block

Mining Attempt 76e99dcc06b1d7fda9fb5637ebce5cf44a1870020f16a02a1def63cf8ba01902
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root c8e206d884745ae5d1324023a80f22265ee4e96651998d4773cf4a05a24225bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.02525165 BTC
Feerates: 265.25 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,185 (270,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,818 644,818 0000000000000000000d3947160ea37247af6f4f2c2b4675b2118d989db8bf58 2,355 1.00/1.00 vMB 134
644,817 644,817 0000000000000000000ef0d74bfa38c16a3a2628356a4fe79cb6db31da4af614 2,698 1.00/1.00 vMB 135
644,816 644,816 0000000000000000000683ab30406a954f02f2d5f371f89fdd59f15e6cef865b 1,783 1.00/1.00 vMB 66
644,815 644,815 00000000000000000004d04c64abfe21628bfd415dc97e10bc8bf55a3f6a69b3 1,778 1.00/1.00 vMB 21
644,814 644,814 00000000000000000001891d87e65d623dd72c49f85efc3d25514f3d98ced80b 2,616 1.00/1.00 vMB 72
644,813 644,813 0000000000000000000f64a86f3d28615d9898d9ad0e359a117615733956d728 2,639 1.00/1.00 vMB 26
644,812 644,812 0000000000000000000126e3063c98be45bc94e3347debcdd8eade359e2d21ac 2,636 1.00/1.00 vMB 30
644,811 644,811 0000000000000000000251c4f2b972bcff21cb646e555e8f44b6ac38cf684324 2,075 1.00/1.00 vMB 74
644,810 644,810 00000000000000000005ff76eddfb068692b5ce7e657daee63bf4f6cfd45095c 2,708 1.00/1.00 vMB 93
644,809 644,809 000000000000000000002bb5437d4e80a276a750bddd4dc595f39f020d43b379 2,358 1.00/1.00 vMB 120
644,808 644,808 0000000000000000000dcdf1dc9f42c0c3eab5cb9ab5db235cc7035fa100c9be 2,016 1.00/1.00 vMB 13
644,807 644,807 000000000000000000012f477c609d16233df91fa16ccd08d0312ce6eee39b0b 2,350 1.00/1.00 vMB 35
644,806 644,806 000000000000000000064ab9536fdf7b8213976e8c3d9848be3995169f438696 2,496 1.00/1.00 vMB 72
644,805 644,805 00000000000000000004ff60958ac30bd67494f97890be8df515abdbe3818d6d 2,476 1.00/1.00 vMB 57
644,804 644,804 0000000000000000000e67be8cf44f2e1e834a9ff3dcbc8ca31e9a685cef6ddc 2,777 1.00/1.00 vMB 57
644,803 644,803 0000000000000000000eb3a9e753fe57d9a10955cf6f825d46ca806ae8fc835e 1,621 1.00/1.00 vMB 61
644,802 644,802 0000000000000000000e54262f7caccf4981ce0e8eed58ff1a60d58db8dc2027 1,608 1.00/1.00 vMB 66
644,801 644,801 000000000000000000076e50b3e09d402feec8e774f0df30cb1e9e0d0634534e 2,447 1.00/1.00 vMB 92
644,800 644,800 0000000000000000000d850ed21374863e11acdd160edaf73d37a01a9f780b74 2,436 1.00/1.00 vMB 147
644,799 644,799 0000000000000000000c9692099bc7332c237b6741f30e27afda78e4dd635039 2,026 1.00/1.00 vMB 38
644,798 644,798 0000000000000000000c2516a2a47fd9eb3a8890f041224f5e0949b38be1289e 2,400 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.72 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: 704.88 GB
    • Received: 16.64 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.