Loading Tool

Explorer IconExplorer

Memory Pool

75,655 transactions
28.06 vMB
0.08642304 BTC
Random Selection Loading Transactions
Max Size: 170.39/200 MB

Candidate Block

Mining Attempt 8daa773179f25a64abb9011f028f6de466018587d76b63c440adc481f2024c46
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 3f2c28ce15a016ea31394f9c139eab2e5f0cd268415935fe2c680c8c1ef098d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.02605422 BTC
Feerates: 402.60 > 2.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (274,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,299 641,299 00000000000000000001d280f871e4790a3fca49a63e9a336b2b34ba4814ef59 1,991 1.00/1.00 vMB 33
641,298 641,298 00000000000000000005b983e57a3b5bc208d0c2fe591e921be8694ec54c65da 1,961 1.00/1.00 vMB 45
641,297 641,297 0000000000000000001070cc02b4fea440525961ef1fcf5ee7d0b362d79f31d8 2,865 1.00/1.00 vMB 150
641,296 641,296 0000000000000000000d037ac056929fc373707d11a76ffe5799682a77293082 1,730 1.00/1.00 vMB 42
641,295 641,295 000000000000000000020d2fd1bdda69214b9bd6f28c604a2ec29a83cc4c3d76 1,657 1.00/1.00 vMB 37
641,294 641,294 000000000000000000023e7fe9a4959f1f0e15e220a0efe3213231dc9af9398f 1,702 1.00/1.00 vMB 65
641,293 641,293 0000000000000000000446246d3769b0210ef957fbd842b670fd48a8159ab218 2,875 1.00/1.00 vMB 167
641,292 641,292 000000000000000000010bd3ee69c7685968a9d363479259411963bffaae9ffc 2,239 1.00/1.00 vMB 115
641,291 641,291 0000000000000000000a42058f24445dfee15801771a6372649fcf7437f6896a 2,307 1.00/1.00 vMB 70
641,290 641,290 00000000000000000004eb4174220020171ccd2e24e313601eee1f08d2dab4d6 1,223 1.00/1.00 vMB 29
641,289 641,289 00000000000000000008db78d89a62de295b7967984ace07b1d8af70577a2c03 1,973 1.00/1.00 vMB 54
641,288 641,288 00000000000000000000628c16799605c47f12dcf06d7c32ea419d60be682e14 2,701 1.00/1.00 vMB 94
641,287 641,287 00000000000000000010a7fb5aa1995d0ef39c0c4879df783604326eccff26d4 2,192 1.00/1.00 vMB 123
641,286 641,286 00000000000000000005a6a6c3a9ffa581d60f541bd7b714386f1599be76c0e8 2,089 1.00/1.00 vMB 151
641,285 641,285 0000000000000000000449f35e4da97c878aad67ace9318ed9b89cbb394c2d65 2,257 1.00/1.00 vMB 102
641,284 641,284 0000000000000000000abc8bc19714ca261b6b03aa4cdc78939b26e55d692f4e 1,780 1.00/1.00 vMB 44
641,283 641,283 000000000000000000075dbfd6933c7164e1bc8fd9d3f3ec0d5ab2bbd00a33c7 2,036 1.00/1.00 vMB 74
641,282 641,282 0000000000000000000bf5799263ca3f9f10f7dbfdfbc573e9925a525ffeea32 1,672 1.00/1.00 vMB 68
641,281 641,281 0000000000000000000c9541e92bb8729bc2f520a788094df73cc254192715e1 2,195 1.00/1.00 vMB 51
641,280 641,280 00000000000000000008a7e86aab3195daa68a04c4f2728da1e25a74de3596be 2,100 1.00/1.00 vMB 54
641,279 641,279 000000000000000000002af6b89aceb47b6bcf1bbb529e33dbb6b5a46134e511 2,463 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.