Loading Tool

Explorer IconExplorer

Memory Pool

91,006 transactions
33.05 vMB
0.17187978 BTC
Random Selection Loading Transactions
Max Size: 199.70/200 MB

Candidate Block

Mining Attempt 2269be48b28f60a06e8524550c1ba0faa54d10d3bfac07730cd5ab2749b6a5d5
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 5622771ddd90bb73ac7134fe22acfb5f05859f2e8fb1f1610102ad3aa4f2e822
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.06754313 BTC
Feerates: 627.82 > 6.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (572,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,395 342,395 000000000000000007a5daf6d2f03f366fb3692c690e59d69daa7e76d72ff854 402 0.20/1.00 vMB 24
342,394 342,394 00000000000000000a13f14a31704b4d7075bdca5f8c2f8808593cdf7b4fa0d4 1,167 0.68/1.00 vMB 25
342,393 342,393 000000000000000007b2ceb53f229b85487341816282afcb6cadd5d990b85948 755 0.38/1.00 vMB 28
342,392 342,392 000000000000000006ac7b60817ffa9fbf1275ba618d1f40a43d9ee4e64b2873 80 0.05/1.00 vMB 20
342,391 342,391 00000000000000000e69ef6b81d3d38c375f85efaad74e84b1bebe1de05d3316 297 0.20/1.00 vMB 23
342,390 342,390 0000000000000000197b2a37a2632d70116f360119891cc0a8f0fc374d6e7b14 256 0.14/1.00 vMB 27
342,389 342,389 00000000000000000b33d975d06fd5f35c0afe6ab4615e991a97182db138ed7d 201 0.11/1.00 vMB 22
342,388 342,388 00000000000000000e2fa3145d58e783f5217b5aa54a9ed70ea7344b6eef17b7 263 0.20/1.00 vMB 20
342,387 342,387 00000000000000000eb660f903d9da5eeab899e5d9c12849318197423cc8b88b 80 0.05/1.00 vMB 85
342,386 342,386 00000000000000000d547cb7fb4e97b5936b42e6ad93365899dd3d52d1c52a25 186 0.11/1.00 vMB 19
342,385 342,385 00000000000000001266d7ca0c0b435686e5363d9006d8bd85b735e3aa9cc4ff 1,111 0.62/1.00 vMB 24
342,384 342,384 0000000000000000133d12cca3c1d56a83ffe2610bab1a0b1956cb17ebb433cd 959 0.48/1.00 vMB 28
342,383 342,383 00000000000000000e2b7f6b620a0aa0691f2560d9330b90074dae6c4e67d736 187 0.09/1.00 vMB 20
342,382 342,382 00000000000000000e436e8fae6c9dc46d668293f924b645fc601ee68077ae73 1,236 0.68/1.00 vMB 24
342,381 342,381 0000000000000000073cdbbe2d223ed9183a2e04042da7367caca72f78cd5d5a 40 0.01/1.00 vMB 30
342,380 342,380 0000000000000000072d693475ee6989328f3e8173526f1cc9abb33a1602278d 376 0.20/1.00 vMB 21
342,379 342,379 000000000000000007f305894b983796e784c824aa9d895d1f0dbe1e0694c1e9 301 0.16/1.00 vMB 26
342,378 342,378 00000000000000000c6442ca584ca592f65c4d77126b96430227585278af9253 25 0.02/1.00 vMB 9
342,377 342,377 00000000000000000e9582ff94517361b32270ff372d44fcde4c774b5febe9c9 288 0.14/1.00 vMB 25
342,376 342,376 0000000000000000062c2b9d6a55d22263993595d8297bf47a792fb8142f2cf6 104 0.06/1.00 vMB 22
342,375 342,375 00000000000000000c650d7e54a49bf19ce2788a71d35e6af581161566d55b28 1,875 0.84/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.