Loading Tool

Explorer IconExplorer

Memory Pool

82,921 transactions
32.56 vMB
0.09889108 BTC
Random Selection Loading Transactions
Max Size: 195.29/200 MB

Candidate Block

Mining Attempt 296f59987afc86627755ec9de69d4f08470272da5a84c304bc98fdce84d76965
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root c23c85b473757989c2f4ec9bf680f077255eb6686f995cad0814250425c917c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,999
Size: 1.00 vMB
Total Fees: 0.02355602 BTC
Feerates: 265.25 > 2.36 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (261,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,452 653,452 0000000000000000000c727dc7bdd225ccf7954784542a023e2f2ff348b3a652 2,859 1.00/1.00 vMB 44
653,451 653,451 0000000000000000000c1ad6fc1008f9a88dce4e0f6957afa757f3ac7a09552b 2,331 1.00/1.00 vMB 42
653,450 653,450 00000000000000000002158d9f3fdd4522ef58ffba091b264e02b2cd49b304a1 2,771 1.00/1.00 vMB 53
653,449 653,449 000000000000000000071d2526beb04e5a35b3cb955b3a4adeb24d00685fc771 2,627 1.00/1.00 vMB 38
653,448 653,448 0000000000000000000514fc7b1151dece2d4e4a375f3204b6e5bef1755eab0b 2,177 1.00/1.00 vMB 41
653,447 653,447 00000000000000000006caca6f931a8bbf928bf9fa2a56488d9cb7fede2a57ef 2,649 1.00/1.00 vMB 43
653,446 653,446 00000000000000000006950eaa74f13f94727b60240a0dd7776bc5f288a8d3a8 2,633 1.00/1.00 vMB 63
653,445 653,445 000000000000000000098348dff47afae7d04eeef9701cefbc620dd1858558e1 2,310 1.00/1.00 vMB 56
653,444 653,444 00000000000000000004cd6e6a6e0ec310399004f0e75d8b4b581565a3392427 2,900 1.00/1.00 vMB 52
653,443 653,443 0000000000000000000840f31731d3940574d8ce273eb296fe5a4fb1eefc610c 3,011 1.00/1.00 vMB 59
653,442 653,442 00000000000000000005f2d1a739349d510f8bdc97f77ef3b5e49ae3f238fa6f 3,116 1.00/1.00 vMB 58
653,441 653,441 00000000000000000005800d618397d2f4bdb1c1597bcb0063d908db9749df8d 2,337 1.00/1.00 vMB 48
653,440 653,440 00000000000000000005ec52d03760be8fd7134230b0a58563a9ea60cb57a413 2,659 1.00/1.00 vMB 49
653,439 653,439 00000000000000000006bd436bb05f6415d0f9bf2a660a1f50a5d02b3d8aee96 2,731 1.00/1.00 vMB 54
653,438 653,438 00000000000000000001086d531cca3d5976becedb6550d9a7a61edfb1e3e3bc 2,427 1.00/1.00 vMB 64
653,437 653,437 0000000000000000000bab6af77f29b4c31e7b52b946679669c1fdea265fcf82 2,076 1.00/1.00 vMB 84
653,436 653,436 00000000000000000009b1734b08338746f93f860f6d28a52c25ff130363017c 2,677 1.00/1.00 vMB 56
653,435 653,435 000000000000000000044465ab3fdff43c5e084a5406c9ff2eafaf847f39d5be 2,941 1.00/1.00 vMB 68
653,434 653,434 0000000000000000000bc96a38b2679d8ce2ffb180e8ab73a614ef1613b9f18e 2,803 1.00/1.00 vMB 46
653,433 653,433 0000000000000000000683857d62444a29c08af9656a2960c2dac30f7d9ca02e 2,714 1.00/1.00 vMB 74
653,432 653,432 00000000000000000003ad6700519fd1ddba478953b401a24858fd9ee988f937 2,365 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.55 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.