Loading Tool

Explorer IconExplorer

Memory Pool

44,488 transactions
26.40 vMB
0.05381010 BTC
Random Selection Loading Transactions
Max Size: 139.61/200 MB

Candidate Block

Mining Attempt dd91612d5acf0e1303bd9f1401843d663d05fc074c2a2337d2aeab5596eae17e
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root b6224e2828c0e0f4a678e4f02707672ecd3e93259904fc1f0faf6e71e4f0f567
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,126
Size: 1.00 vMB
Total Fees: 0.00551241 BTC
Feerates: 40.21 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (82,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,447 832,447 0000000000000000000017d0952c1b0404d1e9c8d4da56ebb7909f34d6b1bb4a 3,602 1.00/1.00 vMB 57
832,446 832,446 000000000000000000023217d0f13fd5c384673a54021061032aaf833204a2ea 3,321 1.00/1.00 vMB 71
832,445 832,445 00000000000000000000ddf344c6781b4aa83d0761b410cb8b8451dd09495092 2,557 1.00/1.00 vMB 58
832,444 832,444 00000000000000000000d5aa72049fe78ab6641a5ea5ec97d95e8094602ae731 3,020 1.00/1.00 vMB 73
832,443 832,443 00000000000000000001cc4a2eadbaa22c51fa6e706b83c9f03f707edac8a9d1 3,201 1.00/1.00 vMB 59
832,442 832,442 00000000000000000002e82be989a485945ce34978e96de1d569f9891c8b5f11 3,185 1.00/1.00 vMB 69
832,441 832,441 000000000000000000007eeda14d1722b19e3c2bd8fbbb635762678d81ff09bd 3,304 1.00/1.00 vMB 64
832,440 832,440 00000000000000000000f654fa694e5f36607e572535c7fcc41512ff7c498c18 3,352 1.00/1.00 vMB 68
832,439 832,439 00000000000000000002ec9d0d2c96043207c687746771fe45a3edbdd3b9d7c3 2,434 1.00/1.00 vMB 69
832,438 832,438 0000000000000000000321834d8bb9f62e1b74c971ad3621223799459330098d 3,388 1.00/1.00 vMB 72
832,437 832,437 000000000000000000011ba6d52ace20130c9d96707cb2172c5b1667624b095f 3,010 1.00/1.00 vMB 69
832,436 832,436 00000000000000000002c8914d5260eb5678d53b27a05cd6e69c7ec72dff44ff 2,025 1.00/1.00 vMB 73
832,435 832,435 000000000000000000000279f9eae316936f5dbc90a01894d0feabf730754f29 2,888 1.00/1.00 vMB 73
832,434 832,434 00000000000000000002c9afa097c2d9cf0ff4a35b748d4b70df5da07a212bac 2,699 1.00/1.00 vMB 92
832,433 832,433 000000000000000000026980480ebc387cfd0631983cc73e8dcd8186c906a01f 2,724 1.00/1.00 vMB 94
832,432 832,432 0000000000000000000156b6d6d97e668e10c5deddef328e62aa8eb3b98de70a 3,045 1.00/1.00 vMB 60
832,431 832,431 00000000000000000001746f86216e77fd046a80cee00d4767248935bcbb3912 3,115 1.00/1.00 vMB 65
832,430 832,430 0000000000000000000021e0d6d9de76068502f5fa171b38c4a43d14c7560bba 3,186 1.00/1.00 vMB 68
832,429 832,429 000000000000000000019b17dfc4fd3e967dd4e6c15d0855e9a88d1e856d4fdf 3,613 1.00/1.00 vMB 51
832,428 832,428 00000000000000000001c87d0e21c23f6e68336f2933814b5d8d7bfab6fcf81b 3,753 1.00/1.00 vMB 61
832,427 832,427 00000000000000000000c2100ddee747d5a19f8b133e089530766c0bcb4fdc3e 3,816 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.92 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: 646.11 GB
    • Received: 12.81 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.