Loading Tool

Explorer IconExplorer

Memory Pool

93,562 transactions
26.07 vMB
0.10398311 BTC
Random Selection Loading Transactions
Max Size: 171.81/200 MB

Candidate Block

Mining Attempt 4dda5c76f023b82dbd587ecba90485cfdbd294e75139a864d4a67ec586b41d23
Version 20000000
Previous Block 00000000000000000001953eb233be2ab2d5a5e5517a816521ee3050997cfb5a
Merkle Root b1f7e1137d127d9d89f7b9100a2cf10382c0f6ca3925e76f45cc5546906b39a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,063
Size: 1.00 vMB
Total Fees: 0.02808481 BTC
Feerates: 65.46 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,854 (656,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,782 259,782 00000000000000090c72d7f96589bab89723adaf790f85d32da8bb512176e005 848 0.35/1.00 vMB 111
259,781 259,781 000000000000001fec54a8ba47f0520651df3ac5b80d3cd84fbdc9ff5a0eb84b 82 0.04/1.00 vMB 76
259,780 259,780 000000000000001a662eca74ac0a77e0f4c2a090f5af4512dc499d6667f6c043 51 0.03/1.00 vMB 92
259,779 259,779 000000000000002230f7d4f1859cd5d43ff20fe0f8b63b1843fa544b6b06267f 26 0.01/1.00 vMB 54
259,778 259,778 00000000000000093b1a5d1bbb4eac8135a701a38fcabcb42d4a8f31dfc53f2c 256 0.10/1.00 vMB 150
259,777 259,777 00000000000000188b68150f7e0aa39a3a0cfc75d4cb6c0ed1aa02a78ef42af5 310 0.15/1.00 vMB 93
259,776 259,776 000000000000001f867945628d5d44dc6776de65a91fde1634d7f0780ffc136e 173 0.08/1.00 vMB 147
259,775 259,775 000000000000000ebb82bb605b730a80b605866a20e04adee62384efa70debb7 565 0.26/1.00 vMB 56
259,774 259,774 0000000000000007042575d1d76d1eb2dc21620606befcfac8019ef132952e0e 549 0.25/1.00 vMB 127
259,773 259,773 000000000000000b8f98b1255e03171e1c5850b42c15d34f3864bc66f7dcc1f5 64 0.09/1.00 vMB 62
259,772 259,772 000000000000001483d8d6db2eb8bd5a8ed89dadb92c5fd1ee3c8ae66a9d37c7 159 0.11/1.00 vMB 116
259,771 259,771 00000000000000048f40178231635c5ff754d9e561a0b18b39e1382240785914 74 0.06/1.00 vMB 64
259,770 259,770 00000000000000023c0ce8ac131b6e88952ae3c7a8315c74ede801259e7da3f6 12 0.00/1.00 vMB 127
259,769 259,769 0000000000000016db77a6785423f131ce8f1076a6ddc2331eafddf2aacfc814 182 0.11/1.00 vMB 28
259,768 259,768 000000000000000e57d98b2e3f74d75c55cb5e555050691a94fe2458a9614012 489 0.25/1.00 vMB 139
259,767 259,767 000000000000001f53d3a894f3dac32872a9ea2e609717ef53af95efb6d56725 90 0.04/1.00 vMB 41
259,766 259,766 0000000000000023221b99b26ef88c9b93f9f13f56d9fae45cb2049cb6c8ba87 623 0.38/1.00 vMB 51
259,765 259,765 0000000000000020dbc81f9b36b172f2b5951adeb94f0c13e5dcc539eaa0f5dc 668 0.25/1.00 vMB 127
259,764 259,764 000000000000000996b1f06771a81bcf7b15c5f859b6f8329016f01b0442ca72 562 0.25/1.00 vMB 129
259,763 259,763 0000000000000023d815fa9b06a55faf3ce92cd423efbe577cbe8b54aeb5277d 434 0.21/1.00 vMB 78
259,762 259,762 000000000000000acf2588d97d276d416e06f9233545f36fb73eaa81ae581393 382 0.19/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 783.85 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: 793.96 GB
    • Received: 22.01 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.