Loading Tool

Explorer IconExplorer

Memory Pool

33,150 transactions (5.62 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 46.29/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,593 000000000000000000022b910000000000000000000000000000000000000000 2,956 0.02857467 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,592 (722,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,390 190,390 00000000000007c67980f9c0f6895f8c0e7d965ec9052f47d7054586464df63c 0.00 MB 7 0
190,389 190,389 000000000000053746cff138a6053a58db8363be60d78a8c026816936d8b7955 0.05 MB 132 112
190,388 190,388 000000000000029e8678923b1b68b88ad825924e5856624d35fc592a3b56e782 0.00 MB 10 305
190,387 190,387 00000000000005076bbdf97c3f30f10bd912bf0a369ee0fcfc1fcb2ee2510cd0 0.14 MB 384 127
190,386 190,386 00000000000001821a74e4f7b4040db96ad0381d955d46b6f8c5f4c9207fe2df 0.05 MB 127 107
190,385 190,385 00000000000003b4b7d8f6ddf496940e53a07919de8e38ebef4b9eaa7d932b46 0.02 MB 33 60
190,384 190,384 00000000000007556fb3b189ff2d649598a5acb63ac1d52e1486b44ded68589a 0.13 MB 314 125
190,383 190,383 00000000000003417ffc2307f071b86d649a50b3f95bda15f4a5dfe7578fad2d 0.06 MB 228 8
190,382 190,382 00000000000001e47d900717a6fe506887ec9517944a9f4de1aaa3e188ef6fed 0.19 MB 426 111
190,381 190,381 00000000000002cd43a09c16ee926eb7d50e35175fe8fd7e04d90213f921724c 0.25 MB 268 85
190,380 190,380 000000000000079dcad9e48613519d21216397d6ce587d81f8d47210a4f12957 0.25 MB 672 134
190,379 190,379 0000000000000821edd6f8a7196112f8a2cf82cebada3ccd25da7a601c2e4948 0.00 MB 8 132
190,378 190,378 000000000000018f5343d0bd5c860999e4de5c60d8a454ae47ad932c8cbc7afc 0.05 MB 156 4
190,377 190,377 0000000000000152cf93872272fefc005ac9629719513fef6acdd95b7a7257b4 0.01 MB 32 1,001
190,376 190,376 00000000000006420191a225844f12a2d6220709f1506138da81b893de4519c7 0.15 MB 415 192
190,375 190,375 000000000000048db36c044c5dcf795eb6e075143b59debbeb0299e8edac7dfb 0.04 MB 86 105
190,374 190,374 000000000000080b9fa7d700ba7e91b71a53f6c92c98c9e81537280917c48386 0.01 MB 27 51
190,373 190,373 000000000000017b9a997fbe303340ad2070b886b86d94a45e76a4032c43846b 0.27 MB 785 62
190,372 190,372 000000000000011966ee5d3218e50cc382b64285e797aa96e7d5e34b83d99592 0.12 MB 256 161
190,371 190,371 00000000000005bd236074437b6fdd016d872e4c999fc83e2ae5c812ea205b8a 0.02 MB 67 106
190,370 190,370 00000000000006a588bdab36e01b3e12ed0fb6a17a4ca2e05d9a2c201d1dd831 0.09 MB 247 117
Previous 10 blocks ↓
Total Size: 778.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 51
    • Outgoing: 10
  • Data Transfer:
    • Sent: 17.23 GB
    • Received: 0.36 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.