Loading Tool

Explorer IconExplorer

Memory Pool

35,356 transactions
27.58 vMB
0.05960574 BTC
Random Selection Loading Transactions
Max Size: 138.55/200 MB

Candidate Block

Mining Attempt ce40ff09fe48a34f023468e72be8cb783d0b58b8643c0d3f6a7392746f1eed82
Version 20000000
Previous Block 000000000000000000000f89b058d4b18daa328c2fce04942c1a63879d853ae0
Merkle Root 1129418eb66755d3e4e8d21959ab108997f6858e450ce75028c23287fa92c655
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.00721709 BTC
Feerates: 126.10 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,600 (247,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,908 666,908 0000000000000000000b385d6ad3b81b1448598df7a1715f5ae710dd8250c75b 2,213 1.00/1.00 vMB 94
666,907 666,907 0000000000000000000191021f85b8ab29908db9fb9a544e39fbc9a0659d748c 1,911 1.00/1.00 vMB 90
666,906 666,906 0000000000000000000318f635581bdfc297efd72c87b00b98b61cf3cb08f06e 1,896 1.00/1.00 vMB 105
666,905 666,905 0000000000000000000250213da3d93e700bb98898169d40b711eee406944982 2,420 1.00/1.00 vMB 41
666,904 666,904 0000000000000000000558858a56300d1362c1a55eebcd15b083f25a4cdb608e 2,222 1.00/1.00 vMB 45
666,903 666,903 0000000000000000000d5562a85cb8651516f05d0ef94075369d83f28d8efab3 2,244 1.00/1.00 vMB 72
666,902 666,902 00000000000000000002cf0c671afd1822725ea780280d3d21314d77dd3938e7 2,017 1.00/1.00 vMB 100
666,901 666,901 0000000000000000000291efbedeef4889cdfe93fd39e73ae35c65e96bb2c4a4 2,732 1.00/1.00 vMB 94
666,900 666,900 000000000000000000064ffb9675c859228631bdf90a2153d23b6950086a335b 2,767 1.00/1.00 vMB 35
666,899 666,899 0000000000000000000500badb6441515a62fe79eb8f03e766c7aa139c96e7f8 2,923 1.00/1.00 vMB 93
666,898 666,898 000000000000000000039310cf54192756f51cf461d7b37d84f0c29e0747d86d 2,563 1.00/1.00 vMB 45
666,897 666,897 000000000000000000077b55589de583d0259c3682e90ea1b6659faaf475c600 1,566 1.00/1.00 vMB 31
666,896 666,896 0000000000000000000ad5fce64d7a28b06a685c648ae41982022ce82e8a57c8 1,376 1.00/1.00 vMB 51
666,895 666,895 0000000000000000000839dfc94ffb2383b81c4819fdafb237683a243e8dbba8 2,862 1.00/1.00 vMB 33
666,894 666,894 0000000000000000000873089e2797c969deb9c222f37f02f4cae48aaca1f1a0 2,635 1.00/1.00 vMB 71
666,893 666,893 00000000000000000004069abfaebe152b6af0aa2fa40d0383d2d2dd8bdc992d 2,570 1.00/1.00 vMB 39
666,892 666,892 0000000000000000000af3f0149d86aea807789e455b62b52eda02567a3a0ae9 2,202 1.00/1.00 vMB 61
666,891 666,891 0000000000000000000c3a1a33ca58d5b33d75d963d5b5f0971a9b4ad42badc1 2,791 1.00/1.00 vMB 22
666,890 666,890 00000000000000000001e80255c5ae702bf8e989d1e038a6d47e104c9d2e36c2 1,336 1.00/1.00 vMB 31
666,889 666,889 00000000000000000005c530b80a389bf6daa4e500c6626ddf87bfdb2b3e8e8d 1,800 1.00/1.00 vMB 69
666,888 666,888 000000000000000000022f5e2ab1fa0bce06438b1cc11560593483e8d74e6d49 2,635 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

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