Loading Tool

Explorer IconExplorer

Memory Pool

40,441 transactions
28.22 vMB
0.06218630 BTC
Random Selection Loading Transactions
Max Size: 144.06/200 MB

Candidate Block

Mining Attempt c292a06514f8b08b0d235f0ebf389bdef04b48d24541bac487b5eab12490e2bb
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 486686a4d07ff906d103600ed90371bf1d76b4b33b36ebc1736c925248f30f45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,205
Size: 1.00 vMB
Total Fees: 0.00788787 BTC
Feerates: 87.72 > 0.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (193,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
721,436 721,436 000000000000000000091a93985866d6b2c427b5b4d3064267f57b70553b2eae 662 0.42/1.00 vMB 7
721,435 721,435 000000000000000000026ee547a52e99ebf5c24699e779a5d3101ba2177a09d7 2,434 0.92/1.00 vMB 10
721,434 721,434 000000000000000000013d6c24c30b8e8f6d8a3f782c889f51c63e7acd24c854 859 0.43/1.00 vMB 9
721,433 721,433 00000000000000000002873f1d45151b712e62c29cbfdb29090e24f02a713141 442 0.68/1.00 vMB 2
721,432 721,432 000000000000000000001f78f7a1750f8fec97fb129d657c6ed1fc06f5b222f0 1,261 1.00/1.00 vMB 5
721,431 721,431 00000000000000000007acdd3adf053d238abda167c8ce01bdeb045cb9dcf311 1,454 1.00/1.00 vMB 12
721,430 721,430 0000000000000000000043cfd7c9f76fe8944e895acb184d8f9bcff05a44c6b5 703 1.00/1.00 vMB 1
721,429 721,429 00000000000000000009ea7158bdb3d694d9c15dfec09dcecfe059f3239b1ec9 2,690 1.00/1.00 vMB 4
721,428 721,428 000000000000000000007b83b06d2a9a37964e661bf41f46d5d2be89661a7255 2,427 1.00/1.00 vMB 17
721,427 721,427 00000000000000000001f6f9a0f8cc9a5d9d95143e843233d1e23e905d4e4689 988 1.00/1.00 vMB 8
721,426 721,426 00000000000000000004a7c978f699c2bd5c8ae21f49582519b58e68355f547e 1,312 1.00/1.00 vMB 11
721,425 721,425 00000000000000000009722e25d4f9a41c0e7cfc4ebf8793a7fd47f6c4931b95 1,801 1.00/1.00 vMB 10
721,424 721,424 00000000000000000009c1287846a99d9bca690906da4c46d249f38ad2f2ece6 2,339 1.00/1.00 vMB 25
721,423 721,423 00000000000000000008caf41b171ebe0ebfdaea4222fb710192d51d561d7380 1,667 1.00/1.00 vMB 6
721,422 721,422 0000000000000000000930c2c6c67e8f3944189a1becea589ea0bdb4227e01cc 1,536 1.00/1.00 vMB 5
721,421 721,421 00000000000000000006f9fbc62e41d0cd3e5bb65f99e38a6787594f0debbdd7 1,958 1.00/1.00 vMB 6
721,420 721,420 000000000000000000041be63379ab45de2851a4234c91b31e0ba1d3a1937018 2,039 1.00/1.00 vMB 8
721,419 721,419 000000000000000000044ae1a82b605e712ae844e83fec3f9d2517603d496f00 2,785 1.00/1.00 vMB 16
721,418 721,418 00000000000000000000cbe23395591ecbd6520e517f7ea19f0d7f771e85723f 1,039 1.00/1.00 vMB 4
721,417 721,417 00000000000000000007b9cf8191a6f1bd4470f6da6ae1d43a63ac6e8eeb842a 2,352 1.00/1.00 vMB 9
721,416 721,416 000000000000000000039951fd37a08fb154461113b9812000f52e1993b65705 1,388 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.34 GB
    • Received: 12.02 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.