Loading Tool

Explorer IconExplorer

Memory Pool

80,099 transactions
29.69 vMB
0.07198863 BTC
Random Selection Loading Transactions
Max Size: 178.96/200 MB

Candidate Block

Mining Attempt 3fcbc9745ae51def63be43aabbedeefabf2d3a36e02a74261634dcc4d2eeb532
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 58a42bf2dadeabcf8ebcd7117a68cf3fe58e5763eb8dfac54affc677201f2aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.01146796 BTC
Feerates: 147.04 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (305,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,968 609,968 000000000000000000010dff012dfe0dd006907c47d6ef354a6b68b145d0e985 1,949 0.95/1.00 vMB 2
609,967 609,967 0000000000000000000369600026de1da34f2414934a7eded7a6f7545f7b1c4d 2,956 1.00/1.00 vMB 19
609,966 609,966 000000000000000000054aa7ebd039a47dde8cf5338e39d4e6af9cf1db2e9e3c 2,805 1.00/1.00 vMB 9
609,965 609,965 00000000000000000013b777bb87dcc904173983047fd347d4fa742433cdc2ee 3,159 1.00/1.00 vMB 18
609,964 609,964 000000000000000000037a6e141d5f67b18a0196a9ea53f36c4708de5c93fdf2 3,373 1.00/1.00 vMB 31
609,963 609,963 0000000000000000000f81ee2e83096072ebc6ce0c193b7a5dc19fd6812b6015 153 0.05/1.00 vMB 14
609,962 609,962 0000000000000000000c86baf3bea76256262abb42ba98db04c248e362663e04 3,435 1.00/1.00 vMB 15
609,961 609,961 00000000000000000002f69e49586573db63ce2a56e1aff32b5d962631fe0d3b 2,561 0.88/1.00 vMB 16
609,960 609,960 00000000000000000010ea4b0a1f9fcb8a8c75f13ed42654472f42f12c67e77d 658 0.19/1.00 vMB 16
609,959 609,959 00000000000000000001d02b9d49dc8c31aea972c6220fd3781fe7d2dc0987cc 1,909 0.53/1.00 vMB 16
609,958 609,958 0000000000000000001364375c5a6c84dd0b1bfc2449688ea2e3d875cbfd7ae6 1,924 0.53/1.00 vMB 16
609,957 609,957 00000000000000000008a6fe9719b53262371cd85802bc5cb847b0df097b6960 2,131 0.56/1.00 vMB 16
609,956 609,956 00000000000000000015010f22ca9e4ab20c587963509dcf9f17fb3c4c46121c 1,414 0.40/1.00 vMB 14
609,955 609,955 00000000000000000004c522ba16d88e8325e7be444a2c1a2dae294f24142634 2,370 0.87/1.00 vMB 18
609,954 609,954 0000000000000000000b06551bdb398868c248238046bba555fb09df792ef219 139 0.05/1.00 vMB 29
609,953 609,953 000000000000000000108bd40acf10ea19e99d9c92f85171a2e98ab642ec6a06 2,081 0.71/1.00 vMB 14
609,952 609,952 000000000000000000059db7d02e5a408dea5a55a44276fa89551749103590fa 2,903 1.00/1.00 vMB 11
609,951 609,951 00000000000000000003657bf1583f9f9ef196cb80bb3c72aeecbb22f3c581c4 3,119 1.00/1.00 vMB 11
609,950 609,950 000000000000000000019317f8ad61dd51086d57365f5c05ee4a796025005872 2,768 1.00/1.00 vMB 43
609,949 609,949 000000000000000000116d73d2fde8c2c09b1ee8d61e9a37f15a0a0fcc04918b 26 0.01/1.00 vMB 9
609,948 609,948 0000000000000000000304b6d25b3df1fdff33b397e23ba8e734abd49cb7b0dc 1,741 0.56/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.36 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: 662.84 GB
    • Received: 14.88 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.