Loading Tool

Explorer IconExplorer

Memory Pool

80,492 transactions
30.12 vMB
0.13995758 BTC
Random Selection Loading Transactions
Max Size: 181.86/200 MB

Candidate Block

Mining Attempt 65ebcf9238b50971c8fac77bec56e41b982d056635963b40a81985fe54d9ff27
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 07bad75e03f047465a6d171154cabc7225c1e18b1811194bfdd5eacaba3a894a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.06875897 BTC
Feerates: 101.64 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (299,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,247 615,247 00000000000000000001725096df09c4dee4970e4cf0f59c574572209c967b90 2,635 1.00/1.00 vMB 12
615,246 615,246 0000000000000000000c74c8be0ee719e4793d220323f80bb38b40f4fadd156c 2,801 1.00/1.00 vMB 20
615,245 615,245 00000000000000000008283f6358c8686bb4b0afcf6261d1275dd2d4692cb39c 3,224 1.00/1.00 vMB 19
615,244 615,244 0000000000000000000bc9c1744d47fa3a9f8e36e5dec74cf90b32849f120047 2,784 1.00/1.00 vMB 14
615,243 615,243 00000000000000000003d0392c9650f770132baee874ad8b2c656966ae430161 3,137 1.00/1.00 vMB 23
615,242 615,242 0000000000000000000a6e900e5c1b56865e80627b6dfc493391b505f54cd8d0 3,181 1.00/1.00 vMB 24
615,241 615,241 00000000000000000008c4fa97a0b5a21e6b17e1fc2d49cdd3a0a6c895773a3b 2,924 1.00/1.00 vMB 17
615,240 615,240 00000000000000000002586b0837c764bdea73cc888a549a0afe0befde06fe8b 3,108 1.00/1.00 vMB 14
615,239 615,239 00000000000000000005c4e789468d01911d18f0d9a21b368318297195640710 3,107 1.00/1.00 vMB 28
615,238 615,238 00000000000000000002b5a1eb2f582c17b91403f00cf5123cb0601db3e617c1 1,367 1.00/1.00 vMB 9
615,237 615,237 0000000000000000000b50682fb86a7e909e1c98987f1ed7f1b40ca0b168f4ba 1,809 1.00/1.00 vMB 12
615,236 615,236 00000000000000000004e94f7f66dd4cc199f319bb465b5379f963c22b3a50c2 2,455 1.00/1.00 vMB 13
615,235 615,235 00000000000000000007f39c201283989dcb7abe3936fd236a7db4cfe3d3e30d 3,085 1.00/1.00 vMB 19
615,234 615,234 0000000000000000000a61ac1a1854ae5fdc2f08c10c975954d6f30fd106ce4c 1,830 1.00/1.00 vMB 13
615,233 615,233 000000000000000000015439a0846a8dd43ca88f95986dc5d0282e58bf553c88 2,857 1.00/1.00 vMB 19
615,232 615,232 000000000000000000042b3342cb9ebc4739337afcdc24dfcb55545bc0434354 2,931 1.00/1.00 vMB 16
615,231 615,231 0000000000000000000571c351d27713bcd6ddeac2ffa43739f7ccdf9e0b0145 2,778 1.00/1.00 vMB 18
615,230 615,230 0000000000000000000314a78b763aa80a3bda37e838df2ff9e6e86976f4710d 2,542 1.00/1.00 vMB 26
615,229 615,229 000000000000000000079725d914cb727e54dd9986c064f8ffdb8d6256816f5b 2,843 1.00/1.00 vMB 15
615,228 615,228 000000000000000000004e47de7b5bc8463ef2ede1cb4a539323b26f3f046a03 2,514 1.00/1.00 vMB 37
615,227 615,227 00000000000000000002b2532859485d0988399df4d702725426c8a558b2e83a 2,114 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.