Loading Tool

Explorer IconExplorer

Memory Pool

39,311 transactions
28.59 vMB
0.06396869 BTC
Random Selection Loading Transactions
Max Size: 145.17/200 MB

Candidate Block

Mining Attempt e6c389b4f62a07c3dea78945f4c496ee5f04af8d5bae7477656571c6c76f4b92
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 220666e25220e58c89548d80da972f9b967768362e6c732f6ff1bb925d1996ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,521
Size: 1.00 vMB
Total Fees: 0.00877482 BTC
Feerates: 50.27 > 0.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (123,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,920 790,920 000000000000000000050bcb25b81adaa1f2138dfd58e05634544b2e77a3dcbb 3,956 1.00/1.00 vMB 67
790,919 790,919 00000000000000000002c8ad7daaebeec1a1780542dd03612fe8d16e63f6d895 3,236 1.00/1.00 vMB 47
790,918 790,918 000000000000000000038f78294b29abd55f780f5e9343d7394da72e59ce4ca8 3,557 1.00/1.00 vMB 58
790,917 790,917 00000000000000000004c4497b6582b447107dcc72ff40d4b6409c900b067910 4,332 1.00/1.00 vMB 29
790,916 790,916 00000000000000000002a5680078c60d275d06e81feeeabb9a65a8eaa6c1401a 3,441 1.00/1.00 vMB 47
790,915 790,915 00000000000000000004946222bfdd303c59bfc17e0bbb75fd86ca94176d2667 2,991 1.00/1.00 vMB 55
790,914 790,914 00000000000000000003eb722dfd0bcf3c828153d43c128ad8f4c4dd0c8b54cf 3,158 1.00/1.00 vMB 29
790,913 790,913 000000000000000000045395243707948ac250cde89840a3657681a1a5b09e3c 3,645 1.00/1.00 vMB 51
790,912 790,912 0000000000000000000180aa513478c4e93400a3a87cca4bac8c43aa07cc413b 3,228 1.00/1.00 vMB 57
790,911 790,911 00000000000000000002de4e38a3d6d4a1997a9a846e8a6d55808658b2578ecd 3,385 1.00/1.00 vMB 32
790,910 790,910 0000000000000000000266266a67808840f2d71dbf13afd726326f78ce4b8ba4 3,065 1.00/1.00 vMB 43
790,909 790,909 000000000000000000019a30343b6c7e00ae5e14c7b0920619e41b5b5582a8df 3,453 1.00/1.00 vMB 38
790,908 790,908 00000000000000000000ad8af271f22ca135222e2d3f0bad0524fc80e4f07ce5 3,761 1.00/1.00 vMB 41
790,907 790,907 0000000000000000000560de9902636195d4f59450c72d8c1b296a574cf2fa0c 4,007 1.00/1.00 vMB 61
790,906 790,906 000000000000000000031f91312ae7760c41b6fcaf12535eba6931a0ede5fefc 3,769 1.00/1.00 vMB 62
790,905 790,905 00000000000000000001bf1d92632a0c29685217d197c24ce07f988c9eb96241 3,053 1.00/1.00 vMB 83
790,904 790,904 0000000000000000000516b62182bba69b0e97526bed510bd46c2bbe92ad8312 3,890 1.00/1.00 vMB 50
790,903 790,903 0000000000000000000472cd19b20d4744d4fbdc885ac0ef53ef380a8f65cbb9 3,853 1.00/1.00 vMB 47
790,902 790,902 00000000000000000000acf29c078aa10ae22895d7a68ed9f203243509b5bc44 2,551 1.00/1.00 vMB 55
790,901 790,901 00000000000000000004042851056a70d7a876b529435e32927d1c1cb3f293c5 3,725 1.00/1.00 vMB 63
790,900 790,900 00000000000000000003b2ec57a7d29bd5bfa8871489f5665ec79251d23535b6 4,387 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.