Loading Tool

Explorer IconExplorer

Memory Pool

87,553 transactions
32.86 vMB
0.13776155 BTC
Random Selection Loading Transactions
Max Size: 199.82/200 MB

Candidate Block

Mining Attempt d09f83bbc74eb7eeefc376cb93a05f38a8fdb3c08e0f8b2312e1bda4ae90f63d
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root b41bf640f13ffd525c504d66f3bb50e9c3697cbc6654e47d72ffaf518a105912
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.05016258 BTC
Feerates: 300.16 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (125,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,545 789,545 00000000000000000005550e41f21463fd7ab4c6b52fc670de2e160a5c62013b 4,126 1.00/1.00 vMB 42
789,544 789,544 00000000000000000000107a1cc28dd55917e2753d354965cd8a4a68c63b2cec 3,557 1.00/1.00 vMB 83
789,543 789,543 000000000000000000025f3cd7abc2eeaf470fd8cd59f4c98283b656ddc36d08 3,365 1.00/1.00 vMB 146
789,542 789,542 0000000000000000000517605923c2c8e6492780bac7f9b9c1c79a917fb9d96d 4,241 1.00/1.00 vMB 35
789,541 789,541 00000000000000000004667d567ff4227b6bc0139626fd1601f7fdfeafa1ecdd 4,473 1.00/1.00 vMB 81
789,540 789,540 00000000000000000004f23823de1d2a65e7912ff216af42a395fcfbae2752bb 3,838 1.00/1.00 vMB 107
789,539 789,539 0000000000000000000162552aed5f9c480c2b1f29fad5429e53df8a1d35d96c 4,492 1.00/1.00 vMB 64
789,538 789,538 000000000000000000029e0a32743d763d9c648fd522ed5dbc29ef79d7c4a64f 3,584 1.00/1.00 vMB 135
789,537 789,537 00000000000000000003e11b29dae7264a21a0f9f2126d750e75e9648aa8b9a7 4,154 1.00/1.00 vMB 39
789,536 789,536 000000000000000000014cf12cbacd1386d593f9d9cbaf11fd9b85db38a34553 4,277 1.00/1.00 vMB 79
789,535 789,535 00000000000000000001825561fe7d6edacef6cfa124d8db15fd48bbed89f19d 3,911 1.00/1.00 vMB 31
789,534 789,534 0000000000000000000208f9a18be62e0fff8ffb05d46d1b26672b700f38cca6 4,064 1.00/1.00 vMB 65
789,533 789,533 00000000000000000001408396010569a2d0429e58ae53de25fd20e475540c2f 3,400 1.00/1.00 vMB 72
789,532 789,532 0000000000000000000206c0a72149e4785b5cfa3ddc08a4fd306ae4be87d50e 3,412 1.00/1.00 vMB 91
789,531 789,531 00000000000000000001b9c9834a91265b620e404af65756e1a3346855324ef1 3,013 1.00/1.00 vMB 49
789,530 789,530 000000000000000000054c6d3258bd2a2106cec110878b262c1836c3eeaf75e0 3,193 1.00/1.00 vMB 75
789,529 789,529 000000000000000000059a2f150a065e571a527caaaaea47311112f0b7083cd9 3,183 1.00/1.00 vMB 166
789,528 789,528 000000000000000000025e2cc4718a736c6c1ae480815487993abb122482a3ab 4,248 1.00/1.00 vMB 78
789,527 789,527 0000000000000000000325930e311a29fb3736e6c7956494c9fbbac40ba58e71 4,083 1.00/1.00 vMB 85
789,526 789,526 0000000000000000000479b6a420fb200f42dadf64ee1e162dcf330c871451de 4,241 1.00/1.00 vMB 36
789,525 789,525 00000000000000000004633dbf71e21441dcf926e64c7e5e20081b9d59094846 4,398 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.