Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,057 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 0.51 vMB 1,049 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (378,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
533,061 533,061 0000000000000000003071b45b531ec2f0e1cc26f652d343dd87c865db604bcc 0.28 MB 699 24
533,060 533,060 0000000000000000002d1482aa40492b36f4e35690763989ae3b4a2fac6c3f5b 0.29 MB 691 22
533,059 533,059 00000000000000000019473ad6b5d6d9ae65250a8d628505f431fa001d02a2d1 0.00 MB 1 0
533,058 533,058 0000000000000000002d0511e44af1440cc7584624b168dd068f89670c333225 0.18 MB 395 31
533,057 533,057 0000000000000000000f2aea71f6bcb0655fad0ee79785647de6df5e76601dd0 0.19 MB 466 25
533,056 533,056 0000000000000000002c1bb4233ae50d66a1636aa3b2537a49f8bc3a89146a35 0.09 MB 204 21
533,055 533,055 0000000000000000001888ce4df70cbc75ce684b9e26e3ad0be19a4e714eeb3b 0.23 MB 479 20
533,054 533,054 000000000000000000311ed4cf51ecbd1fc2d626f33cac52e65c48f2a9a254e4 0.38 MB 789 15
533,053 533,053 0000000000000000000209b44c294a1cbbca62b0ac724565a30dba649132247f 0.25 MB 548 24
533,052 533,052 00000000000000000033aeb69c3f075c786d2c9c2e07643a924d1f84922a80a1 0.03 MB 77 4
533,051 533,051 0000000000000000001ecb78e5935ef5218220c92ff9a8dd7eeae19f6b149fa6 0.04 MB 92 18
533,050 533,050 0000000000000000001dcededc196257b836c02b298f33f1acf955df385a69e2 0.53 MB 1,265 23
533,049 533,049 000000000000000000076d7d2acd759c7039a047c627b07a3494d177a12a672b 0.05 MB 115 7
533,048 533,048 000000000000000000042995116499eaa545c183a60ceff4fc9b8d1300aeb7c5 0.04 MB 58 48
533,047 533,047 0000000000000000000b28e47144609b800043acd8998c21f23bc2b17cd9fb9f 0.60 MB 997 16
533,046 533,046 00000000000000000002098710a4a544128f7f2e6acdf4227aeaf716b5eb8404 0.26 MB 570 21
533,045 533,045 000000000000000000276ca45a5bc5d957f303c4e27570fcad1ade9f115e8acb 0.42 MB 860 31
533,044 533,044 00000000000000000002a06844164c1a97caf6a0ae792a0aaee6fbc10334ac81 0.01 MB 22 18
533,043 533,043 0000000000000000000898f14611204f6b510a3377a8d6e95f786fe5b013e017 0.17 MB 410 19
533,042 533,042 00000000000000000033ba53a6f630b7e592c83f9e67191c557f948dd8b4d7bf 0.20 MB 411 25
533,041 533,041 0000000000000000000ef4124f494343b9eac13f2da6286029c5bc5cfbd3d9fa 0.02 MB 42 23
Previous 10 blocks ↓
Total Size: 776.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,427.97 GB sent, 131.58 GB received

Notes

  • This page updates every 5 seconds.
  • 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.