Loading Tool

Explorer IconExplorer

Memory Pool

39,031 transactions
19.79 vMB
0.05858045 BTC
Random Selection Loading Transactions
Max Size: 109.51/200 MB

Candidate Block

Mining Attempt 9d70d9aeeafa87841e13995e3faf0d8029c3d66aaef64fbde975909195072bca
Version 20000000
Previous Block 0000000000000000000119374ce60625bc5e91acd1afeabcaf576ba4e14784d2
Merkle Root 5c763f10aee8b41bdddf9ac5588f342ba671bd3e62ad82a97d5918216136f4ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 1.00 vMB
Total Fees: 0.01960698 BTC
Feerates: 293.18 > 1.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,887 (781,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,919 131,919 0000000000000cb2138e4e0152e99b80ba01d15949db8d9548bba7efcb2fa39a 163 0.04/1.00 vMB 29
131,918 131,918 00000000000001f4d5f3d46d4d0a41bce55dc942e12d2f77ed08c2b34037a026 33 0.01/1.00 vMB 456
131,917 131,917 000000000000029cab66428f1365dc0f5813a9b200eee5db85fe30a6f57fd112 37 0.01/1.00 vMB 499
131,916 131,916 0000000000000ec8109d5fca1ba89b98d9bf72d48af5258044eaa1886c5fab4f 56 0.02/1.00 vMB 784
131,915 131,915 0000000000000423bbb9c9b56b2e9d910e993aea68a4d3eb1c3a4b095a205ed0 55 0.03/1.00 vMB 626
131,914 131,914 0000000000000b9712181d880bb0ab0f6d9a71ddd5f69d62dd6550ef567c8f89 52 0.02/1.00 vMB 103
131,913 131,913 00000000000010b2b2d886ece5ef9ec089139dddb3a6f35cca6c56c5b371d4b9 62 0.04/1.00 vMB 915
131,912 131,912 00000000000000802bc3fd5a40da418984f162bb2da9cf8cd63b5d101c86c4ff 28 0.04/1.00 vMB 997
131,911 131,911 00000000000010bc83f71df69e82170254a79dab22c7a86f829f31a6b602f5b1 44 0.02/1.00 vMB 41
131,910 131,910 000000000000022824117af371ebe3884f256a6c38577cb726178b0d290a888b 16 0.01/1.00 vMB 1,684
131,909 131,909 000000000000086e3d5401d1b643172ae3b5bb76a2a6e708393285f542b5cfe8 81 0.05/1.00 vMB 408
131,908 131,908 0000000000000f1d284f72e6674caea326c532d207f732006e5cb342a0601687 96 0.05/1.00 vMB 227
131,907 131,907 000000000000010fb89ccd2f5407dbfa8b458b38c6e704306d39c319dd782134 44 0.02/1.00 vMB 963
131,906 131,906 0000000000000907a879c8568569ea3f6498c2a398e1015593ec63a94e74c3dc 181 0.05/1.00 vMB 150
131,905 131,905 00000000000000821682daf88087ca5efd99d25e66649e7f3ff22700160edf12 4 0.00/1.00 vMB 0
131,904 131,904 0000000000000907f73af6fec4341a2284f09dc4a14d23bd151c79ca2e103356 136 0.05/1.00 vMB 155
131,903 131,903 00000000000002d21fe74b373e724218a7b0ac4184436624fe0337b910eb633d 11 0.00/1.00 vMB 17
131,902 131,902 000000000000018d085021f46f3bd97e8d71821bacf372b806eaf0d5fb5462e8 16 0.00/1.00 vMB 1,177
131,901 131,901 00000000000004f8251e6ff5175de04d75f9dbbb55bb4a4d52109a633b1ff313 10 0.00/1.00 vMB 706
131,900 131,900 000000000000052f2444ff4ac073aa78543ec8d2b1c5078ca816a540c24ed2ec 70 0.05/1.00 vMB 76
131,899 131,899 0000000000000332b62543de18bb582b1107998d38cb9c6c41365b0d3ce516fc 13 0.01/1.00 vMB 787
Previous 10 blocks ↓
Total Size: 780.41 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: 525.77 GB
    • Received: 5.24 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.