Loading Tool

Explorer IconExplorer

Memory Pool

82,427 transactions
30.76 vMB
0.08446530 BTC
Random Selection Loading Transactions
Max Size: 185.45/200 MB

Candidate Block

Mining Attempt 7ffc6199c9144f2e274608acd99cffe0851d6460598412440723ac41acb2d41c
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root b7b5b46491bf033c589a27ae0091c1b014e218f581800132b99b5d48ef4b5e5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,207
Size: 1.00 vMB
Total Fees: 0.01896583 BTC
Feerates: 73.20 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (359,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,032 555,032 000000000000000000206a70cc99631e17dba4fcf8713360691b6ad89caef5e0 170 0.07/1.00 vMB 7
555,031 555,031 00000000000000000008234c5f0b6b5a426c4a46234f1ebd3ae77c9c2ce6803a 1,746 0.77/1.00 vMB 13
555,030 555,030 00000000000000000031598fa7ff49956043abe0c8c541263f207dc93ba7690b 1,834 0.90/1.00 vMB 11
555,029 555,029 000000000000000000103baa4a868e63ff856f26b7ef6d249ff68797b6ae522e 1,742 1.00/1.00 vMB 4
555,028 555,028 00000000000000000026c965e912ce040120c758306e1a471af31b1065097bee 2,659 1.00/1.00 vMB 14
555,027 555,027 0000000000000000002faf3722b2a3134ec07fc2809c0f42ba072403ee0c1d38 2,783 1.00/1.00 vMB 21
555,026 555,026 0000000000000000000a7bc1c26d4da415a0cc1a32758a900903f08b8a9fc22d 770 0.33/1.00 vMB 7
555,025 555,025 0000000000000000000c4dece4ae499c32bd602b542b27a62553618d80aae630 969 0.61/1.00 vMB 9
555,024 555,024 0000000000000000000d7ad2f70afd8d27add65de88332b54af13588bedbded9 1,358 1.00/1.00 vMB 3
555,023 555,023 0000000000000000000cc6dd5d821ebc4d39cd7302cff530e509730b54a52479 3,143 1.00/1.00 vMB 20
555,022 555,022 0000000000000000000660f4dc8b11e95fb00bff58436d55e2e3ceef42db0362 2,312 1.00/1.00 vMB 11
555,021 555,021 0000000000000000001292b625bc0084e886c4ec269fee50965a1b7ffd3ab94f 2,338 1.00/1.00 vMB 13
555,020 555,020 0000000000000000001a04741fc3ded8ba2254f72364935bfd5b0c32329f989c 1,619 1.00/1.00 vMB 2
555,019 555,019 00000000000000000002903fdd117e2edc5475097f77817d5b54bfd38c4eae85 2,474 1.00/1.00 vMB 17
555,018 555,018 000000000000000000104762af8d38d7e2cc0adfadef59f837f64097b9f7860f 1 0.00/1.00 vMB 0
555,017 555,017 000000000000000000039b16d17036dd2d89f73f1b5cd2d0154a9b41adfebc6e 2,835 1.00/1.00 vMB 12
555,016 555,016 00000000000000000003a8a47ec34f415d62ee4c13ddd5c4697b7652d96d850b 846 1.00/1.00 vMB 16
555,015 555,015 00000000000000000014f2b96c7403636ceb5812ebb604369dd3f0816fbe1910 309 1.00/1.00 vMB 12
555,014 555,014 0000000000000000003087a70fcb24e3064803a2209a463139038d6b3dff3d34 2,070 1.00/1.00 vMB 23
555,013 555,013 00000000000000000030dfec201a6b63e5dd04f8b7c549c829cfda915d8f2e70 3,140 1.00/1.00 vMB 26
555,012 555,012 0000000000000000002ac597990e50678f242fb1e20b152c8a3b98f734d3bf44 1,073 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.