Loading Tool

Explorer IconExplorer

Memory Pool

12,693 transactions
6.00 vMB
0.01718036 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.18/200 MB

Candidate Block

Mining Attempt 7dab0fcb79f75afacd83f8fa1c5777a5b94c12f7d46415f6bef533dfc076d958
Version 20000000
Previous Block 00000000000000000000dbf0452f4a1cf39f2a192031068182b97b884588aae2
Merkle Root 40900d5f0950212f3aa3ea84bab2aed2429d8a59c6798c65925ab24b1d1aaf58
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.00676907 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,446 (684,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,733 228,733 000000000000026c746ef69b534341c5d191d362df30d1e7427c24f19cc4ff56 548 0.25 vMB 181
228,732 228,732 00000000000001d399fdb249d7c87ed9a1535aa8e78a1a824bafc78e9cfc5e53 99 0.05 vMB 160
228,731 228,731 000000000000025acf5b57e37de64a65ceb9752d20c1f3dd98084417bfd0a6f8 32 0.02 vMB 163
228,730 228,730 00000000000000f83746ecb0b64305dd2ed5d05808ab256395758baaa45a39e8 42 0.02 vMB 174
228,729 228,729 00000000000000c191a651fc61ad84b1c171b067df120a20bda3eeac9d2ea919 347 0.15 vMB 124
228,728 228,728 00000000000000bad1e9a644d1fc650eae0f3b4c05e9c4a1c4fb6ef35d8eff10 433 0.19 vMB 173
228,727 228,727 0000000000000032c01024d61905a53d0286a4850313495238f2b0a4fcc2216f 258 0.15 vMB 78
228,726 228,726 000000000000017326a63773aa9eab256a26497f939f5c13f7d373ed53dc536c 374 0.18 vMB 167
228,725 228,725 0000000000000190be6a8551b8a675bf8a3c9e3cb586753f916067f77d4a53f7 369 0.16 vMB 165
228,724 228,724 000000000000014eea748425789cb94faaf12faf186b816f80f085d8448f7218 349 0.16 vMB 129
228,723 228,723 00000000000001952fbb6888dc3fa36e2e667c1d3908f1414a308c6f36fcda49 265 0.15 vMB 118
228,722 228,722 0000000000000071b52138754c5440cbb8c117429402601d7d6530bae1825be9 22 0.01 vMB 112
228,721 228,721 0000000000000060f67125a838adbd2beea4de9490e7045c0bb28b6078583226 184 0.10 vMB 116
228,720 228,720 00000000000001727faab7fd4b831ff629755ce79356ff56615240ef45ad1dad 388 0.17 vMB 173
228,719 228,719 000000000000017ca195a7213a4c0754202b3f6f20dbbe33b3e76a1815192495 16 0.05 vMB 54
228,718 228,718 000000000000003aa540f2bdbad28c5f84ce5208283eb488a215ed5df7e570c1 529 0.25 vMB 175
228,717 228,717 000000000000017e204de507946bad8f9fbbd14d563883a91b7f74c9f4fc911d 388 0.15 vMB 190
228,716 228,716 00000000000001a556325826abb872f21447c8fedb1a3bad303d648eb98b82a9 266 0.12 vMB 168
228,715 228,715 0000000000000198bd7660e7ade3cfcd30bfb1b914744dff409d8e2651b0dc35 132 0.15 vMB 53
228,714 228,714 000000000000017ba8b3cbf0d47989db53a1f885f791b0efee33132980bff01d 186 0.19 vMB 89
228,713 228,713 00000000000001776f70bf607753582c4af3be6ceb45a5fc16dcfd3bbaa47775 465 0.23 vMB 150
Previous 10 blocks ↓
Total Size: 779.65 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: 306.45 GB
    • Received: 1.43 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.