Loading Tool

Explorer IconExplorer

Memory Pool

73,236 transactions
28.21 vMB
0.07229355 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 1820e7fe3a33d45c4a37dedd73435add1ee5551ff914ad856b96b4299cf6b78d
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (178,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,204 736,204 00000000000000000004f4c84033a04454f25cff940d2890c747c3552e32d781 2,479 1.00/1.00 vMB 26
736,203 736,203 00000000000000000002fcb48d9b94e36128bd503a7c7a30d44d108aa6466a73 2,122 1.00/1.00 vMB 19
736,202 736,202 00000000000000000007d78752219be3f5b00b1e0efe59daf8c71db9d183aeb0 1,645 1.00/1.00 vMB 19
736,201 736,201 00000000000000000002ad2aa506399ac3e79f67be8f5267915bdf0a059d0c06 668 1.00/1.00 vMB 16
736,200 736,200 00000000000000000003eb62987ddbe4f83c4b3bc06f6d4b388c99373fd741b9 1,018 1.00/1.00 vMB 15
736,199 736,199 000000000000000000057441d8b849e0275d6f030904e4b18c05b7e1118de5e7 3,247 1.00/1.00 vMB 25
736,198 736,198 00000000000000000001d3c9f629a6d2ae73cca10937587c7756072b032132d0 1,021 1.00/1.00 vMB 16
736,197 736,197 00000000000000000007d4a317dba34083ce092ddbb262eb8ec8d903a41e6cce 1,380 1.00/1.00 vMB 17
736,196 736,196 000000000000000000069818794695fae53fee98db13f190da695f06dafcb959 561 1.00/1.00 vMB 14
736,195 736,195 000000000000000000047cc17c1ee3e4ef107f785af7ab63537b6c5609124869 2,690 1.00/1.00 vMB 22
736,194 736,194 00000000000000000006c25f2cd87b19e2d52068c6e55ff5389a8624ff577c22 1,811 1.00/1.00 vMB 16
736,193 736,193 00000000000000000002845a45458387bcbae7b3507466474519b7a4279ee638 3,021 1.00/1.00 vMB 26
736,192 736,192 0000000000000000000405c3eb4af4ca6361275baa347c35c8afb6bef09a9d4b 2,654 1.00/1.00 vMB 18
736,191 736,191 0000000000000000000865d5262df0b0ba520b2e869d5dd71b76b49a2a778693 717 1.00/1.00 vMB 24
736,190 736,190 00000000000000000005b7aaa73e5f489a8fe37b36567ecd3605d48cf53f680a 1,649 1.00/1.00 vMB 29
736,189 736,189 000000000000000000066ba129c23e88a0abdbf7e5d583173ad76e18755acfea 827 1.00/1.00 vMB 16
736,188 736,188 0000000000000000000807e962fd0662e5e0c1bb29d1fb3cf47f3d61a44fbc9c 765 1.00/1.00 vMB 16
736,187 736,187 00000000000000000006eddba3b6b7eaf22ec6a2e0a713836a383fa3b9b85a69 371 1.00/1.00 vMB 14
736,186 736,186 0000000000000000000541254c68f60d5be34ae24b7f6e6c132bf591956e0d07 755 1.00/1.00 vMB 17
736,185 736,185 0000000000000000000096452a0e235417442391c55c7aa10eff0b37ecd8da22 1,442 1.00/1.00 vMB 18
736,184 736,184 000000000000000000040712252067358a85d5781633ba63b5a831ae7f96cde5 2,503 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.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.