Loading Tool

Explorer IconExplorer

Memory Pool

172 transactions (0.05 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.27/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,412 000000000000000000022b910000000000000000000000000000000000000000 162 0.00117710 BTC 0.04 vMB 1.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,411 (863,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,430 48,430 00000000011b5cd298cd9c3eb6563f5fe368e779bdb0ae6c8fc779b2e331813b 0.00 MB 1 0
48,429 48,429 00000000276d66ac3922ae9b0ad95352167003f06ca7368edee3e6266552e190 0.00 MB 1 0
48,428 48,428 0000000013cdcef39b50eeeac8b2e590bf7ac9c7474348767436489be72e8421 0.00 MB 1 0
48,427 48,427 000000002436ba36fe40f23246841fa67cd9536d9fe0d3e12564d9056b925dd5 0.00 MB 1 0
48,426 48,426 0000000025b2c8e52f990dacf3c9ce6de2f9a28de4efc975ed9b7a56f2e5dde0 0.00 MB 1 0
48,425 48,425 00000000153137d867076de3fbd20ef8d60704dd1283df7ae167adce391cbc78 0.00 MB 1 0
48,424 48,424 0000000012d61f9e787df3a70621fffdd4a698db9517f26260cb361cd41d9e9d 0.00 MB 1 0
48,423 48,423 0000000010fb543e5517401f80a885dc2ed071af2bc7e6cb7d069fc821f65e29 0.00 MB 1 0
48,422 48,422 000000001802c77b4158a56e717c1b80f40b6d8f9458e7719d38705bb96a260f 0.00 MB 1 0
48,421 48,421 00000000042f5e90370f974af52b28b5089fff6fe370207c0c05eaae26933f08 0.00 MB 1 0
48,420 48,420 0000000021738945eca26c5af946f2d58743dad72ab9b7ab0af50c152ddbe802 0.00 MB 1 0
48,419 48,419 0000000015e76d729c8954da6821fc501ca750f0a9721b60a06550a1151bbccc 0.00 MB 2 0
48,418 48,418 00000000027c66477bdf3e0d2614b219b3e78debd1e43fe1d316e899d76d074b 0.00 MB 1 0
48,417 48,417 000000000c72f97722c4e25dddeb9b1829eac662ba1888a71e09eedcad3c5085 0.00 MB 2 0
48,416 48,416 000000001e5454322c4c5e8a7d517763c58c35abf461c72790a3804443bf3980 0.00 MB 1 0
48,415 48,415 000000002556ade1d69ba8fa7075d307eab78a158f6da5900b9f5f63b6004a6c 0.00 MB 1 0
48,414 48,414 000000001250ca25d9d3110a8f131fa6a2ac051aeaa138ba4a912a303431c8b4 0.00 MB 1 0
48,413 48,413 000000000094f38e6dcbe79e339a420d64a8e1e70b77ea173cbe4bd502a29a72 0.00 MB 1 0
48,412 48,412 000000002914637adb388d28b6b6ca1428c2e7d0560314394637f4e0d34c367f 0.00 MB 1 0
48,411 48,411 000000002169d1b0236f3b9ae967793e64e807307a0864e4ca0ae4695808f36f 0.00 MB 1 0
48,410 48,410 000000002687dc2c009a5d2ef5b269363101fc2d02b7f8bc3aa851cc0d0f4f62 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,551.55 GB
    • Received: 137.37 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.