Loading Tool

Explorer IconExplorer

Memory Pool

39,252 transactions
27.51 vMB
0.06254393 BTC
Random Selection Loading Transactions
Max Size: 140.71/200 MB

Candidate Block

Mining Attempt 9449706612075af970786cb360b4b86a117c797cedd8ae11f363aabec58c17e5
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 88e0ce677337c46f7a0c6a765cb94d23e9f81c2631b86fb6e67cbd7589591f49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.01025405 BTC
Feerates: 101.49 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (244,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,809 669,809 0000000000000000000c594ac304bd048c5b7a676454d482240f1f938ecbcc7c 1,066 1.00/1.00 vMB 131
669,808 669,808 0000000000000000000088c5e07b18d44a14b2acf910b6d98a6ee7d5668dd905 1,678 1.00/1.00 vMB 135
669,807 669,807 0000000000000000000bf0938e4839bb955a81a0bee3b15c3cf313cc8313affa 2,484 1.00/1.00 vMB 135
669,806 669,806 0000000000000000000779a4a20e43dadd65e9b316effc54593e10ce1a6e2f91 2,630 1.00/1.00 vMB 141
669,805 669,805 00000000000000000009436dce83353a8bce81e1f4efc6c3583e21f56c4dba90 2,964 1.00/1.00 vMB 121
669,804 669,804 0000000000000000000c39e26dae70d62110f56c406411ce5abb3826b26749ab 2,079 1.00/1.00 vMB 136
669,803 669,803 0000000000000000000c3083add44065e378bb7c1fc1e3df31474d1fd1899276 2,677 1.00/1.00 vMB 111
669,802 669,802 00000000000000000009a9390d8c307dc65fae0eb2dae80e79ab15e2a4a19f0b 2,381 1.00/1.00 vMB 124
669,801 669,801 00000000000000000003313884d8e7a730fb93c0075bf701442ffa7d5c87637e 3,115 1.00/1.00 vMB 115
669,800 669,800 000000000000000000068b9429e6a7c559782de3e01bdf3a33b9c55f30df0cf7 1,844 1.00/1.00 vMB 131
669,799 669,799 000000000000000000050bbfdb9adf2d06a2f5cba2f786ef44548ac3f5e32cbd 1,286 1.00/1.00 vMB 114
669,798 669,798 0000000000000000000428471bce3b00c6103cc635e19f9043e33383817274b1 2,755 1.00/1.00 vMB 126
669,797 669,797 0000000000000000000c1a9a3745e4cc0aa90e1c69e60b454127b9da068e6635 2,349 1.00/1.00 vMB 123
669,796 669,796 000000000000000000053478079564c7067e4ee38302972406200d4d4859175f 1,582 1.00/1.00 vMB 135
669,795 669,795 00000000000000000001512a5961ae53a3eeb427c9ab17e9a0175ffa82b921c5 2,169 1.00/1.00 vMB 145
669,794 669,794 000000000000000000009ef74e511ff39fa2cbc4c135c9fbf3d3dc2b4262931d 2,446 1.00/1.00 vMB 139
669,793 669,793 000000000000000000001ab2ff4e8fdb77cfe3c79d529585f92a84b966ca84af 1,741 1.00/1.00 vMB 120
669,792 669,792 0000000000000000000c5a1530b5c1d82a37315662f7c6476fdfcd6979e47674 2,896 1.00/1.00 vMB 158
669,791 669,791 00000000000000000000627aaaf60d8fee429cc5f08bb7fee6430aa219e19c90 2,751 1.00/1.00 vMB 145
669,790 669,790 00000000000000000004435d709aa23aa201ee77d6edf7e364da1618f4231dda 1,514 1.00/1.00 vMB 134
669,789 669,789 00000000000000000004f6f5acb5d00e70a6579b0ce2fb19d09759356903bca1 1,454 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.