Loading Tool

Explorer IconExplorer

Memory Pool

80,393 transactions
34.08 vMB
0.13101062 BTC
Random Selection Loading Transactions
Max Size: 193.36/200 MB

Candidate Block

Mining Attempt c679de394433d8c63bfcb290fef950f0801da9f6015e5abaf9f38110405ab1cc
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 44af2a6edc2da97f39dd31112282264e846dd16e0e1a1c407843ae8bfa309e45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.02077122 BTC
Feerates: 52.08 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (906,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,685 8,685 000000008820476d20779d81d2ed114aa22577b61e1e40e299d91bf70988cef2 1 0.00/1.00 vMB 0
8,684 8,684 000000000d46964118e4bebaff4f332290e1620f0296391fa90a42ca18d89878 1 0.00/1.00 vMB 0
8,683 8,683 000000001c2911089b4bd7719e2607fa24c7e92f77f0ee909c6d511af52cbf4a 1 0.00/1.00 vMB 0
8,682 8,682 000000007b846c476b4a2f849f237922e5878bf1a90648a0e1d9ffdd5dee62e8 1 0.00/1.00 vMB 0
8,681 8,681 0000000008089f06ac82cc732939402ac8ecc10402363bf936c3b4a2cd3c60c4 1 0.00/1.00 vMB 0
8,680 8,680 0000000058ff161132d81b301c3699f6f04d87f7f4ae8b5f273c4b4b1f569e40 1 0.00/1.00 vMB 0
8,679 8,679 0000000099e9b90af841ce3a535671c52164d057e95aa4e793ee0e0f893ea7df 1 0.00/1.00 vMB 0
8,678 8,678 00000000112b61fe278d7f509029b29350ed3b0b4168dfc5f88412bc1edddff9 1 0.00/1.00 vMB 0
8,677 8,677 00000000ea52f615a50abfa78d16be3dad4e597872019e46596b410a70145c24 1 0.00/1.00 vMB 0
8,676 8,676 0000000077991a4865e083ae4ae338c86ed3288e809fb9be17b1771c009afcd0 1 0.00/1.00 vMB 0
8,675 8,675 00000000a5840431b42ef82d18c90046fafba4735a4f7957f59e8dd5fa3d4b85 1 0.00/1.00 vMB 0
8,674 8,674 000000007849dc16023dfb9a6b60cf73e13d507ca7de65697f32f9917aa91925 1 0.00/1.00 vMB 0
8,673 8,673 00000000ddfdd23a02d2ddea4b8b2fae6e9c87eb90a8661f7abfd14951e2ea36 1 0.00/1.00 vMB 0
8,672 8,672 000000009233dc3a755c9689af97888d3c798993129f5bb989052151bc26d4a4 1 0.00/1.00 vMB 0
8,671 8,671 00000000b951eb76ddea6ee3af646beaf46e6d250ca2e9967e9a0528f44822e7 1 0.00/1.00 vMB 0
8,670 8,670 00000000dbe57169cf2498176385c693c38becd8a1f0a703a4996307d3ec0b7b 1 0.00/1.00 vMB 0
8,669 8,669 00000000e5da5e4e1d7a614c5a8ea1adcbf01e7bf3fb4034a71b059338097b47 1 0.00/1.00 vMB 0
8,668 8,668 000000002b35e95717d0a6ef2ce84e9ca559d912a9452f661c8b9671590e1933 1 0.00/1.00 vMB 0
8,667 8,667 000000009852a769270625f40529a344c7f54c1c1ad866deee611b8810a7bef1 1 0.00/1.00 vMB 0
8,666 8,666 00000000962c5b87802949e0f58499ac2852a3219726b711e2edd95446912777 1 0.00/1.00 vMB 0
8,665 8,665 00000000cca15d08b3c6714964885e39e6620b8cc0c844ad6d2f3735c5a75921 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 729.48 GB
    • Received: 18.49 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.