Loading Tool

Explorer IconExplorer

Memory Pool

53,819 transactions
29.94 vMB
0.10400268 BTC
Random Selection Loading Transactions
Max Size: 160.73/200 MB

Candidate Block

Mining Attempt 30b0f68720fafd8a31d2830b1af90bab6ce5b69fe451b8febbaea76225772ada
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 32e18a333d813ee6614488e1385b09bcda98f920869a12ed950bed0d4952d6ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02894518 BTC
Feerates: 157.35 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (225,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,769 688,769 000000000000000000072e722c9bab5769393a87932919b2600bb5d58fa3cb58 1,875 1.00/1.00 vMB 10
688,768 688,768 00000000000000000005a7ed3343acb698049e19a46a79f64cc012d42595c25d 2,219 1.00/1.00 vMB 36
688,767 688,767 0000000000000000000a2b3818afc6aa08a2490a693eff4e93c027163c6d5cec 2,390 1.00/1.00 vMB 68
688,766 688,766 00000000000000000004e9b1ef127c23f72743e872f123959997890fa3153a33 1,950 1.00/1.00 vMB 39
688,765 688,765 0000000000000000000bda922a11be9c76fc747d4fc6bfb25a6bbd3031aa7b22 2,543 1.00/1.00 vMB 62
688,764 688,764 0000000000000000000bb858cbc9f703c7a39c44fbb58ca8e2ac93b3a60505b4 1,773 1.00/1.00 vMB 21
688,763 688,763 0000000000000000000a347df08d5c87271ecc689fbba77d39164692cbff10ae 1,594 1.00/1.00 vMB 50
688,762 688,762 00000000000000000000cced05f6d1260deceb17e798eb9307844608020c1ba6 2,284 1.00/1.00 vMB 69
688,761 688,761 000000000000000000054466111153c6e2897ffcb557b3e90ff4324d404f2ec4 1,895 1.00/1.00 vMB 36
688,760 688,760 0000000000000000000d5540bd8ec9d21af62078df9b18d988c99e56d4efd533 1,576 1.00/1.00 vMB 15
688,759 688,759 000000000000000000089fdb98854d0784bc246e5f6aa7d750b6aee0d6ece5d9 2,101 1.00/1.00 vMB 22
688,758 688,758 0000000000000000000dc61d8ee4921a644c1cedd3866091de41fb7812f85cc9 2,896 1.00/1.00 vMB 72
688,757 688,757 0000000000000000000ca65d5aafea1b8ceb73946d2f777154b1d7eae5ec7636 1,684 1.00/1.00 vMB 56
688,756 688,756 000000000000000000056c6113faba90ce7bb518a5d9cf861edeea188b54a17d 655 1.00/1.00 vMB 58
688,755 688,755 000000000000000000096cca1c0894b966b555b5b599c51e5f52fea67b5dfc44 1,219 1.00/1.00 vMB 17
688,754 688,754 00000000000000000006735f1a11cf6350d9d3b6d1041447cb9fa3326f548759 1,497 1.00/1.00 vMB 29
688,753 688,753 0000000000000000000cbc32f28678b512126e2b435f2f19c9865e67aab108a1 1,834 1.00/1.00 vMB 20
688,752 688,752 0000000000000000000afddbc9d50401e17524d447d7c4a906f0740a1d45f1c4 1,250 1.00/1.00 vMB 15
688,751 688,751 0000000000000000000d68f62a0f43af6dff6b7b061143e97b9ed03812212ef0 1,052 1.00/1.00 vMB 19
688,750 688,750 000000000000000000020d82d95d668c8f525ce938541a4d379482b42856f792 1,587 1.00/1.00 vMB 24
688,749 688,749 00000000000000000009f20b09e6f37fb93a1d63c5946d378dd37f6058b52a62 1,375 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.89 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.10 GB
    • Received: 12.68 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.