Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,801 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,590 000000000000000000022b910000000000000000000000000000000000000000 ago 0.96 vMB 2,801 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,589 (400,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,448 511,448 00000000000000000016b228fd0762bbcd6a48351e45020167f2188511f5bb1c 1.02 MB 378 7
511,447 511,447 0000000000000000000977e0018f68e1a1621fdf41e9bf771f2e78c808bcd902 1.09 MB 1,793 53
511,446 511,446 00000000000000000035bdd76f561499a60b1bed263af938bc9552c3b4775b33 1.00 MB 303 3
511,445 511,445 00000000000000000028fbac08ec8880ac6a87706c4d3d608b2ddf83b547c246 1.10 MB 1,710 54
511,444 511,444 0000000000000000004500e13378d84dd4535a226062986b9b7b8db91fc57cd7 1.08 MB 1,152 21
511,443 511,443 000000000000000000243d9b351f24fbe1e37da1fa8d73974f1eb7e0d9b86fd8 1.08 MB 1,924 40
511,442 511,442 0000000000000000004e79c9f6b360fe8aaf532368d94666d691075e0861205c 1.16 MB 2,400 71
511,441 511,441 00000000000000000039b2c068d0f7fbce252cf4328fd06a9a9db72ca921d7fb 1.01 MB 270 3
511,440 511,440 00000000000000000032ac96e7c02729c1e1938cf2955a0b08688b5ec943ab0e 0.55 MB 882 41
511,439 511,439 00000000000000000035cfe6c414704cf2a6d743af9b6d55dc95499030d98595 1.07 MB 768 18
511,438 511,438 0000000000000000003b066460e9b2fdafa9ba4ecf1dc6e0b7d9dab9d43739f4 1.05 MB 1,068 38
511,437 511,437 00000000000000000048d12f2083b06b7b632bd606e73e27133a39bb547e6ed2 1.03 MB 775 17
511,436 511,436 00000000000000000008cbe77a4c559bc275c9314233ad18b99999d2066f3dba 1.03 MB 812 20
511,435 511,435 0000000000000000003265329296e10cc51cc37cb0fb8f31636bb15d9fdf8a60 1.08 MB 1,514 41
511,434 511,434 00000000000000000029b633899beed322666cc0041fbdf471300d52e6de1887 1.03 MB 845 16
511,433 511,433 0000000000000000001724d3aa999d3f261f0301e47dbec103a4573c04878e05 1.08 MB 1,121 27
511,432 511,432 00000000000000000020ed0cbc560cd2c271006e28b64265d456ad80382a1218 1.35 MB 1,222 13
511,431 511,431 00000000000000000044fb348adacb2150873aa55190b53bdddcf92d4b4bea4d 1.11 MB 1,351 29
511,430 511,430 0000000000000000005063cc99101e14d80826d638a18b5afdf568a46be79e89 1.13 MB 2,185 48
511,429 511,429 00000000000000000051f49f8c688a480edc5f6b0750c02dfa208ddd84d6ef9d 1.03 MB 1,676 21
511,428 511,428 00000000000000000047f251533792caf075d0cf452784558117e5639db93a1b 1.47 MB 968 22
Previous 10 blocks ↓
Total Size: 776.32 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,418.56 GB sent, 130.28 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.