Loading Tool

Explorer IconExplorer

Memory Pool

48,220 transactions
28.83 vMB
0.09928234 BTC
Random Selection Loading Transactions
Max Size: 152.29/200 MB

Candidate Block

Mining Attempt d7ce2cc30e44327b98edb6d7573b1b070f397c75776536ca87e307b59d86fca5
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 21fa850057138dde1faa011ea244ea7b1c8a7829e00310fdcf8a1fb1050c6b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.02436795 BTC
Feerates: 70.48 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (348,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,738 565,738 00000000000000000015f34fd213f2a83fdcb81bf8d8a2348fc6dc1ae0f0e1a1 2,244 1.00/1.00 vMB 21
565,737 565,737 0000000000000000000547fc37d463cb3704ecaed27ea43e31b651d2dfe20378 2,963 1.00/1.00 vMB 37
565,736 565,736 0000000000000000002c1bb4c4df82eb87ab66691b9b467dd89b60db939b6243 1,069 0.40/1.00 vMB 24
565,735 565,735 000000000000000000164ee86ef11cd18639f7bd42d8230648a3346a7024599c 1,104 0.44/1.00 vMB 26
565,734 565,734 000000000000000000264f1d1573bf6f18444ef34be1487ae5ab35bb5861e2c6 532 0.19/1.00 vMB 24
565,733 565,733 0000000000000000002693f7821f8c5131af497738bdda7b9505146e72cbcbe2 1,195 0.54/1.00 vMB 26
565,732 565,732 00000000000000000018c56b0cac63d10b7ab0379294256d5b0e920469f726f9 1,710 0.65/1.00 vMB 22
565,731 565,731 000000000000000000288c75da833b98cff1379683b91b1de7a62c65b56c1b1c 2,009 0.82/1.00 vMB 22
565,730 565,730 0000000000000000000cb248707e4d07bb7d996f12e9d78e1e666c5ee4d166a0 1,818 0.92/1.00 vMB 14
565,729 565,729 00000000000000000011f95cb2f820e909e019bf98fbbba6967d08ecdbac3fde 2,185 1.00/1.00 vMB 14
565,728 565,728 0000000000000000001469d3a43e8302f24adaeb32c9f861a1d76e5368e74aeb 2,754 1.00/1.00 vMB 36
565,727 565,727 000000000000000000246d509bd5b8068093d2aac60f942b19f4c9cdf25fd0e1 1,411 0.81/1.00 vMB 20
565,726 565,726 0000000000000000002a2fb00dfc9cd938ef0145b1b4fd24aaafed346fd33d5d 1,992 0.82/1.00 vMB 10
565,725 565,725 0000000000000000001ca07d139041795e21bc14104084f18157d5f72f089918 1,660 1.00/1.00 vMB 25
565,724 565,724 000000000000000000235727d0b934c5103c0221c6a8468b97a47c9afc834662 2,393 1.00/1.00 vMB 32
565,723 565,723 0000000000000000001dcf15895bb373b34f5f5fc07b7a5ecfc46afe74e60601 2,487 1.00/1.00 vMB 25
565,722 565,722 0000000000000000000a178ca511894a2c4c6fe80ba304f627c48c169c8fd023 2,428 0.98/1.00 vMB 35
565,721 565,721 00000000000000000026603514a9151846b6a4cba130f9284ae1c01b1453916c 1,291 0.48/1.00 vMB 25
565,720 565,720 000000000000000000014667a6f8b0f004e01d9d6efc827e32b3d4624a0102ac 864 0.31/1.00 vMB 24
565,719 565,719 0000000000000000000de3a9496630c6aee4f91dec0325422470e64477c6c203 1,872 0.82/1.00 vMB 24
565,718 565,718 0000000000000000002cf42797fee66d52d119a1af2ad9bea35d9c27fea13234 793 0.28/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.