Loading Tool

Explorer IconExplorer

Memory Pool

43,978 transactions
28.64 vMB
0.12509969 BTC
Random Selection Loading Transactions
Max Size: 148.76/200 MB

Candidate Block

Mining Attempt 46ab463cff16e02230ec89153d60a586a70354cbc64b029f91cdb2596f2c3835
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root dc3fb0d578a3ed0849c92287aa7f44b3a9cb263168d10e81ceaeba6a225ee25b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.03833175 BTC
Feerates: 113.05 > 3.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (301,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,758 612,758 00000000000000000005104abe7baa592a8a4a9d67b58d38f5332b12cbb6b55b 2,566 1.00/1.00 vMB 23
612,757 612,757 000000000000000000077f942ece2c6037821862be513d509471603ef20269fb 2,443 1.00/1.00 vMB 28
612,756 612,756 00000000000000000011de127512e2876a888b35cd378ada6be06d2ac0e6329f 2,597 1.00/1.00 vMB 14
612,755 612,755 00000000000000000007ac799f2a8fcb59cf930f022cce8ef8e395c34e77b613 2,764 1.00/1.00 vMB 25
612,754 612,754 0000000000000000000862b697427681898824869b75bdc4d8b4be8bb7454fb7 1,873 1.00/1.00 vMB 7
612,753 612,753 0000000000000000000a2e36fde248cdbb2c8c18e832cc1f93057d4336ec776e 2,831 1.00/1.00 vMB 22
612,752 612,752 0000000000000000000a156340b7bf00649eb6bc18a5efa5ff3f20da5638c7cc 2,750 1.00/1.00 vMB 20
612,751 612,751 00000000000000000001c9ad0b60d7e8f3c32b853cbc0339977ed7adbd3232cf 609 1.00/1.00 vMB 5
612,750 612,750 00000000000000000011bc8306cb7e975f902b972b7daa5cbe94df50abdde254 1,280 1.00/1.00 vMB 1
612,749 612,749 000000000000000000009445d0d4710739c82b6178c48f10332ab0aba4098f3e 1,974 1.00/1.00 vMB 14
612,748 612,748 00000000000000000000e596a8848d848cfad5bf8095cb52749d4358e501f4bc 1,769 1.00/1.00 vMB 4
612,747 612,747 000000000000000000105b55a50da0aeb3d7f44f461a5b764e0b10ce383f66ba 2,258 1.00/1.00 vMB 13
612,746 612,746 00000000000000000013e3acad879ba1817acf4c4fe8c919b0d6aa28c003fbec 3,105 1.00/1.00 vMB 29
612,745 612,745 0000000000000000000b91fbd6d888eda2bfe2bebaeb10d3d337b3f3e02db194 2,147 1.00/1.00 vMB 10
612,744 612,744 0000000000000000000bcb6d468882e283e9289db6bfcf88c1b2b0d35fa03e14 2,162 1.00/1.00 vMB 14
612,743 612,743 00000000000000000001014713238a123c43664ca81afa57ed5b6a7a292b2a02 1,786 1.00/1.00 vMB 6
612,742 612,742 0000000000000000000163734c9d1f76909f19cabe32efd8c7db096ee3a7e353 1,737 1.00/1.00 vMB 7
612,741 612,741 000000000000000000027bb5ec7e70aa7c1f29cc21ead41f49e7dd359b0e9ff5 2,773 1.00/1.00 vMB 22
612,740 612,740 00000000000000000011b51f7a35cd4f912f077ec27cf3c2993819b1bc1745c4 2,362 1.00/1.00 vMB 17
612,739 612,739 00000000000000000004499efb835e39eb92f0949a2d91eb96e662d79727cb8b 2,438 1.00/1.00 vMB 21
612,738 612,738 0000000000000000001038f2c26eb155d791e669f00819af18133576b1e1b58b 2,517 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.